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.8 by root, Sun Sep 28 07:29:59 2008 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,
8protects the beseecher from many things all at once.
9
10Granted at medium level.
11endmsg
5face spell_praying.x11 12face spell_praying.x11
13grace 75
14maxgrace 50
6level 40 15level 40
7grace 75
8casting_time 30
9path_attuned 1
10skill praying
11type 101 16type 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