ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_party_restoration.arc
Revision: 1.6
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.5: +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 elmex 1.1 object spell_party_restoration
2 root 1.4 inherit type_spell
3 elmex 1.1 name party restoration
4     name_pl party restoration
5     skill praying
6     msg
7 root 1.3 Heals all damage, confusion, poison, and disease, and also provides a full
8     stomach of food to all party members. In other words, it restores about
9     any negative effect you might suffer from.
10    
11     The only thing it does not take care of is actual death.
12 elmex 1.1 endmsg
13     other_arch spell_restoration
14     sound wn/heal
15     face spell_praying.x11
16     grace 120
17     food 999
18     dam 9999
19     level 45
20     subtype 48
21     attacktype 37749792
22     path_attuned 256
23 elmex 1.6 value 3
24 elmex 1.1 invisible 1
25     no_drop 1
26     casting_time 30
27     end
28