ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_restoration.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:25 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +16 -15 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 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     stomach of food to the recipient. The only
9     thing it does not take care of is actual
10     death.
11     endmsg
12 root 1.3 other_arch healing
13     face spell_praying.x11
14     grace 80
15     food 999
16     dam 9999
17     level 13
18     type 101
19     subtype 21
20     attacktype 37749792
21     path_attuned 256
22     value 130
23     invisible 1
24     no_drop 1
25     casting_time 15
26 root 1.1 end
27 root 1.3