ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_defense.arc
(Generate patch)

Comparing deliantra/arch/spell/Change_Ability/spell_defense.arc (file contents):
Revision 1.4 by root, Tue Feb 6 22:41:24 2007 UTC vs.
Revision 1.11 by elmex, Wed Apr 21 09:29:57 2010 UTC

1# Obsolete spell - here for backward compatibility 1# Obsolete spell - here for backward compatibility
2object spell_defense 2object spell_defense
3inherit type_spell
3name defense 4name defense
4name_pl defense 5name_pl defense
5skill praying 6skill praying
6msg 7msg
7The defense prayer, a special prayer of Lythander, protects the beseecher from many things all at once. Granted at medium level. 8The defense prayer, a special prayer of Lythander,
9protects the beseecher from many things all at once.
10
11Granted at medium level.
8endmsg 12endmsg
9face spell_praying.x11 13face spell_praying.x11
10grace 75 14grace 75
11maxgrace 50 15maxgrace 50
12level 40 16level 40
13type 101
14subtype 24 17subtype 24
15resist_physical 30 18resist_physical 30
16resist_magic 30 19resist_magic 30
17resist_fire 30 20resist_fire 30
18resist_electricity 30 21resist_electricity 30
28resist_fear 30 31resist_fear 30
29resist_deplete 30 32resist_deplete 30
30resist_death 30 33resist_death 30
31resist_blind 30 34resist_blind 30
32path_attuned 1 35path_attuned 1
33value 250 36value 1
34invisible 1 37invisible 1
35duration 500 38duration 500
36duration_modifier 4 39duration_modifier 4
37no_drop 1 40no_drop 1
38casting_time 30 41casting_time 30

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines