ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Scroll/impr_dex.arc
Revision: 1.12
Committed: Tue Sep 21 13:39:20 2010 UTC (13 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.11: +2 -2 lines
Log Message:
typography fix.

File Contents

# User Rev Content
1 root 1.6 object improve_dex
2 root 1.1 name Improve Dexterity Bonus
3 root 1.7 name_pl Improve Dexterity Bonus
4     race scrolls
5 elmex 1.11 slaying brazilianite
6 root 1.5 face scroll.x11
7 root 1.10 magicmap white
8 root 1.7 sp 6
9 root 1.1 nrof 1
10     type 124
11 root 1.7 materialname paper
12 root 1.1 value 10000
13     weight 200
14 root 1.7 client_type 1016
15     identified 1
16 elmex 1.11 msg
17     This scroll will magically make your weapon to support your dexterity.
18     But to accomplis that you will need some special mineral.
19    
20 elmex 1.12 H<This scroll helps to improve the dexterity bonus of weapons. You
21 elmex 1.11 will need brazilianite minerals to use it. You first need to prepare a weapon using
22 elmex 1.12 a Prepare Weapon scroll. Then you can read this scroll to improve the weapon.
23 elmex 1.11
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     endmsg
34 root 1.1 end