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

File Contents

# User Rev Content
1 root 1.5 object spell_protection_from_draining
2 root 1.1 name protection from draining
3     name_pl protection from draining
4 root 1.6 skill praying
5     msg
6     Protection from draining reduces the
7     experience loss when the character is hit
8 root 1.7 with a draining attack. The character will
9 root 1.6 still lose some experience, but not as much
10     as if they do not have the spell cast.
11     endmsg
12 root 1.4 face spell_praying.x11
13 root 1.6 grace 25
14     maxgrace 40
15 root 1.4 level 9
16     type 101
17     subtype 24
18 root 1.6 resist_drain 35
19     path_attuned 1
20 root 1.4 value 90
21     invisible 1
22 root 1.6 duration 500
23 root 1.4 duration_modifier 4
24     dam_modifier 3
25 root 1.6 no_drop 1
26     casting_time 10
27 root 1.1 end
28 root 1.6