ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_protection_from_magic.arc
Revision: 1.12
Committed: Wed Apr 21 09:29:57 2010 UTC (14 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.11: +1 -1 lines
Log Message:
rebalanced spell values.

base value for spellbooks have been adjusted greatly too.
also adjusted darcap town2 shops a bit w.r.t. difficulty and shopgreed.

File Contents

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