ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_party_protection_from_paralysis.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_paralysis
2 root 1.3 inherit type_spell
3 elmex 1.1 name party protection from paralysis
4     name_pl party protection from paralysis
5     skill praying
6     msg
7 root 1.2 This prayer gives party members increased protection from paralysis attacks.
8 elmex 1.1 But it won't get you a perfect protection, be careful, you can still
9     be paralysed!
10     endmsg
11     other_arch spell_protection_from_paralysis
12     face spell_praying.x11
13     grace 30
14     maxgrace 40
15     level 23
16     subtype 48
17     resist_paralyze 50
18     path_attuned 1
19 elmex 1.5 value 3
20 elmex 1.1 invisible 1
21     duration 500
22     duration_modifier 4
23     dam_modifier 4
24     no_drop 1
25     casting_time 20
26     end
27