ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Healing/spell_cure_blindness.arc
Revision: 1.9
Committed: Sun Sep 28 07:29:59 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -1 lines
Log Message:
update many spell descritpions, using my new toy cf-slotutil

File Contents

# User Rev Content
1 root 1.6 object spell_cure_blindness
2 root 1.1 name cure blindness
3     name_pl cure blindness
4 root 1.7 skill praying
5     msg
6 root 1.9 This prayer removes any magical blindness effect from your character.
7 root 1.7 endmsg
8     other_arch healing
9 root 1.8 sound wn/heal
10 pippijn 1.3 face spell_praying.x11
11 root 1.7 grace 30
12 root 1.5 level 9
13 root 1.1 type 101
14     subtype 21
15 root 1.7 attacktype 4194304
16     path_attuned 256
17 root 1.1 value 90
18 root 1.7 invisible 1
19 root 1.5 no_drop 1
20 root 1.7 casting_time 10
21 root 1.1 end
22 root 1.7