ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Change_Ability/spell_iron_skin.arc
Revision: 1.9
Committed: Thu Sep 17 08:14:48 2009 UTC (14 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_90, rel-2_92, rel-2_93
Changes since 1.8: +1 -1 lines
Log Message:
- try to avoid the word "spell" int he sepll description, and
  also their name, so the description actually fits dusts or
  custom spells better.
- fix some typos/errors in the spell descriptions

File Contents

# User Rev Content
1 root 1.5 object spell_iron_skin
2 root 1.1 name iron skin
3     name_pl iron skin
4 root 1.6 skill praying
5     msg
6 root 1.9 Toughens the skin of the recipient,
7 root 1.6 making them harder to hit and reducing the
8     amount of damage they take from physical
9 root 1.7 attacks.
10    
11     It does not provide any additional
12 root 1.6 protection to non-physical attacks.
13     endmsg
14 root 1.4 face spell_praying.x11
15 root 1.6 grace 8
16     maxgrace 8
17     ac 2
18 root 1.8 level 16
19 root 1.4 type 101
20     subtype 24
21 root 1.6 resist_physical 20
22     path_attuned 33
23 root 1.4 value 10
24     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