ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_protection_from_attack.arc
Revision: 1.8
Committed: Sun Sep 28 15:12:03 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_80, rel-2_72, rel-2_73, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_79, rel-2_78
Changes since 1.7: +1 -1 lines
Log Message:
rebalancing of all spell levels, some sp changes

File Contents

# User Rev Content
1 root 1.5 object spell_protection_from_attack
2 root 1.1 name protection from attack
3     name_pl protection from attack
4 root 1.6 skill praying
5     msg
6     Protection from attack creates a powerful
7     force that protects the recipient from
8 root 1.7 physical damage. The spell stacks with armor
9 root 1.6 the character is wearing, but in that case,
10     the effect is diminished.
11     endmsg
12 root 1.4 face spell_praying.x11
13 root 1.6 grace 50
14     maxgrace 40
15 root 1.8 level 19
16 root 1.4 type 101
17     subtype 24
18 root 1.6 resist_physical 40
19     path_attuned 1
20 root 1.4 value 130
21     invisible 1
22 root 1.6 duration 500
23 root 1.4 duration_modifier 4
24     dam_modifier 3
25 root 1.6 no_drop 1
26     casting_time 15
27 root 1.1 end
28 root 1.6