--- deliantra/arch/spell/Change_Ability/spell_iron_skin.arc 2007/03/03 00:51:08 1.4 +++ deliantra/arch/spell/Change_Ability/spell_iron_skin.arc 2010/04/02 21:26:26 1.10 @@ -1,28 +1,32 @@ -Object spell_iron_skin +object spell_iron_skin +inherit type_spell name iron skin name_pl iron skin +skill praying +msg +Toughens the skin of the recipient, +making them harder to hit and reducing the +amount of damage they take from physical +attacks. + +It does not provide any additional +protection to non-physical attacks. +endmsg face spell_praying.x11 -level 1 grace 8 -casting_time 10 -path_attuned 33 -skill praying +maxgrace 8 +ac 2 +level 16 type 101 subtype 24 +resist_physical 20 +path_attuned 33 value 10 -no_drop 1 invisible 1 -duration_modifier 4 duration 500 +duration_modifier 4 dam_modifier 5 -resist_physical 20 -ac 2 -maxgrace 8 -msg -Iron skin toughens the skin of the recipient, -making them harder to hit and reducing the -amount of damage they take from physical -attacks. It does not provide any additional -protection to non-physical attacks. -endmsg +no_drop 1 +casting_time 10 end +