--- deliantra/arch/spell/Golem/spell_lesser_golem.arc 2007/02/06 22:41:25 1.3 +++ deliantra/arch/spell/Golem/spell_lesser_golem.arc 2007/03/03 00:51:12 1.4 @@ -1,9 +1,25 @@ # Summoners need a first level spell, and this is it - make it # so most of the values don't scale - otherwise, this could be too # powerful at higher levels. -object spell_lesser_summon_golem +Object spell_lesser_summon_golem name summon lesser golem name_pl summon lesser golem +face spell_summoner.x11 +level 1 +sp 3 +casting_time 10 +path_attuned 64 +other_arch golem +dam 10 +duration 75 +duration_modifier 5 +maxsp 15 +type 101 +subtype 12 +value 10 +attacktype 1 +no_drop 1 +invisible 1 skill summoning msg Lesser golem summons a magical creature that @@ -13,21 +29,4 @@ finite lifetime, and this life is shortened any time it takes damage. endmsg -other_arch golem -face spell_summoner.x11 -sp 3 -maxsp 15 -dam 10 -level 1 -type 101 -subtype 12 -attacktype 1 -path_attuned 64 -value 10 -invisible 1 -duration 75 -duration_modifier 5 -no_drop 1 -casting_time 10 end -