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

Comparing deliantra/arch/spell/Change_Ability/spell_protection_from_attack.arc (file contents):
Revision 1.4 by root, Sat Mar 3 00:51:08 2007 UTC vs.
Revision 1.10 by root, Fri Apr 2 21:26:26 2010 UTC

1Object spell_protection_from_attack 1object spell_protection_from_attack
2inherit type_spell
2name protection from attack 3name protection from attack
3name_pl protection from attack 4name_pl protection from attack
5skill praying
6msg
7Creates a powerful
8force that protects the recipient from
9physical damage.
10
11While the effect stacks with armour the characters are wearing, it will be
12weaker in that case.
13endmsg
4face spell_praying.x11 14face spell_praying.x11
5level 13
6grace 50 15grace 50
7casting_time 15 16maxgrace 40
8path_attuned 1 17level 19
9skill praying
10type 101 18type 101
11subtype 24 19subtype 24
20resist_physical 40
21path_attuned 1
12value 130 22value 130
23invisible 1
24duration 500
25duration_modifier 4
26dam_modifier 3
13no_drop 1 27no_drop 1
14invisible 1 28casting_time 15
15duration_modifier 4
16duration 500
17maxgrace 40
18resist_physical 40
19dam_modifier 3
20msg
21Protection from attack creates a powerful
22force that protects the recipient from
23physical damage. The spell stacks with armor
24the character is wearing, but in that case,
25the effect is diminished.
26endmsg
27end 29end
30

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines