ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_party_protection_from_magic.arc
Revision: 1.5
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.4: +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 elmex 1.1 object spell_party_protection_from_magic
2 root 1.3 inherit type_spell
3 elmex 1.1 name party protection from magic
4     name_pl party protection from magic
5     skill praying
6     msg
7 root 1.2 Reduces damage from
8 elmex 1.1 magical attacks or spells. There are a few
9     spells that do not hit with a magical attack;
10     this spell does nothing to reduce those
11     effects.
12     endmsg
13     other_arch spell_protection_from_magic
14     face spell_praying.x11
15     grace 45
16     maxgrace 40
17     level 25
18     subtype 48
19     resist_magic 30
20     path_attuned 1
21 elmex 1.5 value 3
22 elmex 1.1 invisible 1
23     duration 500
24     duration_modifier 4
25     dam_modifier 3
26     no_drop 1
27     casting_time 24
28     end
29