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

File Contents

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