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.5 by root, Sat Mar 3 00:51:08 2007 UTC vs.
Revision 1.10 by root, Fri Apr 2 21:34:28 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
6skill praying
7msg
8The defense prayer, a special prayer of Lythander,
9protects the beseecher from many things all at once.
10
11Granted at medium level.
12endmsg
5face spell_praying.x11 13face spell_praying.x11
14grace 75
15maxgrace 50
6level 40 16level 40
7grace 75
8casting_time 30
9path_attuned 1
10skill praying
11type 101
12subtype 24 17subtype 24
13value 250
14no_drop 1
15invisible 1
16duration_modifier 4
17duration 500
18maxgrace 50
19resist_physical 30 18resist_physical 30
20resist_magic 30 19resist_magic 30
21resist_fire 30 20resist_fire 30
22resist_electricity 30 21resist_electricity 30
23resist_cold 30 22resist_cold 30
31resist_turn_undead 30 30resist_turn_undead 30
32resist_fear 30 31resist_fear 30
33resist_deplete 30 32resist_deplete 30
34resist_death 30 33resist_death 30
35resist_blind 30 34resist_blind 30
36msg 35path_attuned 1
37The defense prayer, a special prayer of Lythander, protects the beseecher from many things all at once. Granted at medium level. 36value 250
38endmsg 37invisible 1
38duration 500
39duration_modifier 4
40no_drop 1
41casting_time 30
39end 42end
43

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines