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

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     H<This scroll helps to improve the constitution bonus of weapons. You
21     will need dolomite 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     endmsg
34 root 1.1 end