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.6 by root, Sat Mar 3 01:16:50 2007 UTC vs.
Revision 1.7 by root, Sat Mar 3 01:24:17 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines