--- deliantra/arch/spell/Misc/spell_remove_damnation.arc 2006/02/06 20:26:23 1.1 +++ deliantra/arch/spell/Misc/spell_remove_damnation.arc 2010/07/02 19:54:41 1.13 @@ -1,25 +1,27 @@ -Object spell_remove_damnation +object spell_remove_damnation +inherit type_spell name remove damnation name_pl remove damnation -face spell_praying.111 -level 15 -grace 150 -casting_time 25 -path_attuned 256 skill praying -type 101 +msg +Eliminates the damned status of some of the items in your inventory, as +long as their level is below the level of the spell. + +There is no way to know which items will be undamned, except that the +marked item will be tried first. + +The number of objects undamned increases as caster level increases. +endmsg +face spell_praying.x11 +grace 150 +maxgrace 30 +level 55 subtype 31 -value 150 -no_drop 1 +path_attuned 256 +value 1 invisible 1 +no_drop 1 damned 1 -maxgrace 30 -msg -Remove damnation eliminates the damned status -of any objects the character currently has -equipped. This allows the character to -unequip these items. It does not alter the -damned status for objects that are not -equipped. -endmsg +casting_time 25 end +