ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_restoration.arc
Revision: 1.10
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +6 -4 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

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