ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_protection_from_magic.arc
Revision: 1.9
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

# User Rev Content
1 root 1.5 object spell_protection_from_magic
2 root 1.1 name protection from magic
3     name_pl protection from magic
4 root 1.6 skill praying
5     msg
6 root 1.9 Reduces damage from
7 root 1.7 magical attacks or spells. There are a few
8 root 1.6 spells that do not hit with a magical attack;
9     this spell does nothing to reduce those
10     effects.
11     endmsg
12 root 1.4 face spell_praying.x11
13 root 1.6 grace 30
14     maxgrace 40
15 root 1.8 level 20
16 root 1.4 type 101
17     subtype 24
18 root 1.6 resist_magic 30
19     path_attuned 1
20 root 1.4 value 100
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 12
27 root 1.1 end
28 root 1.6