ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_party_heal.arc
Revision: 1.2
Committed: Sun Apr 5 21:34:04 2009 UTC (15 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_79
Changes since 1.1: +2 -1 lines
Log Message:
better party member description

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.2 This prayer heals I<all> wounds on all party members.
7    
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