ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_party_iron_skin.arc
Revision: 1.4
Committed: Fri Apr 2 21:26:26 2010 UTC (14 years, 3 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -0 lines
Log Message:
clean app classes/types, add spell type and use it

File Contents

# User Rev Content
1 elmex 1.1 object spell_party_iron_skin
2 root 1.4 inherit type_spell
3 elmex 1.1 name party iron skin
4     name_pl party iron skin
5     skill praying
6     msg
7 root 1.3 Toughens the skin of each party member, making them harder to hit and
8     reducing the amount of damage they take from physical attacks.
9 elmex 1.1
10 root 1.3 It does not provide any additional protection to non-physical attacks.
11 elmex 1.1 endmsg
12     other_arch spell_iron_skin
13     face spell_praying.x11
14     grace 12
15     maxgrace 8
16     ac 2
17     level 21
18     type 101
19     subtype 48
20     resist_physical 20
21     path_attuned 33
22     value 10
23     invisible 1
24     duration 500
25     duration_modifier 4
26     dam_modifier 5
27     no_drop 1
28     casting_time 20
29     end
30