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