ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_iron_skin.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_iron_skin
2 root 1.10 inherit type_spell
3 root 1.1 name iron skin
4     name_pl iron skin
5 root 1.6 skill praying
6     msg
7 root 1.9 Toughens the skin of the recipient,
8 root 1.6 making them harder to hit and reducing the
9     amount of damage they take from physical
10 root 1.7 attacks.
11    
12     It does not provide any additional
13 root 1.6 protection to non-physical attacks.
14     endmsg
15 root 1.4 face spell_praying.x11
16 root 1.6 grace 8
17     maxgrace 8
18     ac 2
19 root 1.8 level 16
20 root 1.4 subtype 24
21 root 1.6 resist_physical 20
22     path_attuned 33
23 elmex 1.12 value 1
24 root 1.4 invisible 1
25 root 1.6 duration 500
26 root 1.4 duration_modifier 4
27     dam_modifier 5
28 root 1.6 no_drop 1
29     casting_time 10
30 root 1.1 end
31 root 1.6