ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_party_restoration.arc
Revision: 1.4
Committed: Fri Apr 2 21:26:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

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     type 101
21     subtype 48
22     attacktype 37749792
23     path_attuned 256
24     value 130
25     invisible 1
26     no_drop 1
27     casting_time 30
28     end
29