ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Scroll/impr_str.arc
Revision: 1.11
Committed: Sat Mar 27 13:16:36 2010 UTC (14 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.10: +22 -1 lines
Log Message:
added mining archetypes, fixed the improvement archetypes to use it. and documented everything in the msg.

File Contents

# Content
1 object improve_str
2 name Improve Strength Bonus
3 name_pl Improve Strength Bonus
4 race scrolls
5 slaying flourite
6 face scroll.x11
7 magicmap white
8 sp 5
9 nrof 1
10 type 124
11 materialname paper
12 value 10000
13 weight 200
14 client_type 1016
15 identified 1
16 msg
17 This scroll will magically improve your weapon to make you stronger when you
18 wield it. But to accomplis that you will need some special mineral.
19
20 H<This scroll helps to improve the strength bonus of weapons. You will
21 need flourite minerals to use it. You first need to prepare a weapon using
22 a Prepare Weapon scroll. Then you can read this scroll to improve the weapon.
23
24 The number of minerals you need is calculated this way: You sum up the stat
25 improvements the weapon already gives. For example, a weapon that has Str+1,
26 Int-1, Wis+2 will add up to: (1 + 2) - 1 = 2.
27
28 Then you need to doulbe the sum you got: 2 * 2 = 4.
29
30 The end result is the number of minerals you need. However, the minimum number
31 of minerals you need is 2. You then have to drop the minals on the floor, make
32 sure your weapon is marked, and then read this scroll.>
33
34 This scroll helps to improve the strength bonus of weapons or armour.
35 You will need flourite minerals to use it.>
36 endmsg
37 end
38