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

File Contents

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