ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_party_heal.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: +1 -1 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_heal
2     name party heal
3     name_pl party heal
4     skill praying
5     msg
6 root 1.3 This prayer heals all wounds on all party members.
7 root 1.2
8 elmex 1.1 However, it will not cure other problems, such as blindness or disease.
9     endmsg
10     other_arch spell_heal
11     sound wn/heal
12     face spell_praying.x11
13     hp 0
14     grace 75
15     dam 9999
16     level 35
17     type 101
18     subtype 48
19     path_attuned 256
20     value 100
21     invisible 1
22     no_drop 1
23     casting_time 24
24     end
25