ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_restoration.arc
Revision: 1.13
Committed: Wed Apr 21 09:29:59 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.12: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

# User Rev Content
1 root 1.5 object spell_restoration
2 root 1.11 inherit type_spell
3 root 1.1 name restoration
4     name_pl restoration
5     skill praying
6     msg
7 root 1.10 Heals all damage, confusion,
8 root 1.1 poison, and disease, and also provides a full
9 root 1.10 stomach. In other words, it restores about
10     any negative effect you might suffer from.
11     of food to the recipient.
12    
13     The only thing it does not take care of is actual death.
14 root 1.1 endmsg
15 root 1.6 other_arch healing
16 root 1.7 sound wn/heal
17 root 1.6 face spell_praying.x11
18     grace 80
19     food 999
20     dam 9999
21 root 1.9 level 40
22 root 1.6 subtype 21
23     attacktype 37749792
24     path_attuned 256
25 elmex 1.13 value 1
26 root 1.6 invisible 1
27     no_drop 1
28     casting_time 15
29 root 1.1 end
30 root 1.6