ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_restoration.arc
Revision: 1.9
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.8: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

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     Restoration heals all damage, confusion,
7     poison, and disease, and also provides a full
8 root 1.8 stomach of food to the recipient. The only
9 root 1.1 thing it does not take care of is actual
10     death.
11     endmsg
12 root 1.6 other_arch healing
13 root 1.7 sound wn/heal
14 root 1.6 face spell_praying.x11
15     grace 80
16     food 999
17     dam 9999
18 root 1.9 level 40
19 root 1.6 type 101
20     subtype 21
21     attacktype 37749792
22     path_attuned 256
23     value 130
24     invisible 1
25     no_drop 1
26     casting_time 15
27 root 1.1 end
28 root 1.6