ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_protection_from_magic.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:24 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +17 -16 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object spell_protection_from_magic
2 root 1.1 name protection from magic
3     name_pl protection from magic
4 root 1.3 skill praying
5     msg
6     Protection from magic reduces damage from
7     magical attacks or spells. There are a few
8     spells that do not hit with a magical attack;
9     this spell does nothing to reduce those
10     effects.
11     endmsg
12 pippijn 1.2 face spell_praying.x11
13 root 1.3 grace 30
14     maxgrace 40
15 root 1.1 level 10
16     type 101
17     subtype 24
18 root 1.3 resist_magic 30
19     path_attuned 1
20 root 1.1 value 100
21     invisible 1
22 root 1.3 duration 500
23 root 1.1 duration_modifier 4
24     dam_modifier 3
25 root 1.3 no_drop 1
26     casting_time 12
27 root 1.1 end
28 root 1.3