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.2 by pippijn, Tue Jan 2 21:58:27 2007 UTC vs.
Revision 1.11 by root, Fri Apr 2 21:34:28 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
16maxgrace 40
17level 19
18subtype 24
19resist_physical 40
20path_attuned 1
21value 130
22invisible 1
23duration 500
24duration_modifier 4
25dam_modifier 3
26no_drop 1
7casting_time 15 27casting_time 15
8path_attuned 1
9skill praying
10type 101
11subtype 24
12value 130
13no_drop 1
14invisible 1
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 28end
29

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines