--- deliantra/arch/spell/RaiseDead/spell_resurrection.arc 2007/02/06 22:41:30 1.3 +++ deliantra/arch/spell/RaiseDead/spell_resurrection.arc 2007/03/03 00:51:17 1.4 @@ -1,7 +1,20 @@ -object spell_resurrection +Object spell_resurrection name resurrection name_pl resurrection +face spell_praying.x11 +type 101 +subtype 1 +level 20 +value 200 +grace 250 +casting_time 50 +path_attuned 256 skill praying +no_drop 1 +invisible 1 +Con 1 +exp 10 +randomitems resurrection_failure msg This spell brings back a dead character. The character suffers less experience and @@ -11,18 +24,4 @@ Note: This spell is only useful on servers which use the permanent death mode of play. endmsg -face spell_praying.x11 -con 1 -grace 250 -exp 10 -level 20 -type 101 -subtype 1 -path_attuned 256 -value 200 -invisible 1 -randomitems resurrection_failure -no_drop 1 -casting_time 50 end -