ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_iron_skin.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:24 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +18 -17 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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