ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_restoration.arc
Revision: 1.12
Committed: Fri Apr 2 21:34:29 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.11: +0 -1 lines
Log Message:
remove superfluous type 101 lines

File Contents

# Content
1 object spell_restoration
2 inherit type_spell
3 name restoration
4 name_pl restoration
5 skill praying
6 msg
7 Heals all damage, confusion,
8 poison, and disease, and also provides a full
9 stomach. In other words, it restores about
10 any negative effect you might suffer from.
11 of food to the recipient.
12
13 The only thing it does not take care of is actual death.
14 endmsg
15 other_arch healing
16 sound wn/heal
17 face spell_praying.x11
18 grace 80
19 food 999
20 dam 9999
21 level 40
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 end
30