--- deliantra/arch/spell/Golem/spell_golem.arc 2007/02/06 22:41:25 1.3 +++ deliantra/arch/spell/Golem/spell_golem.arc 2007/03/03 00:51:12 1.4 @@ -1,6 +1,24 @@ -object spell_summon_golem +Object spell_summon_golem name summon golem name_pl summon golem +face spell_summoner.x11 +level 2 +sp 5 +casting_time 10 +path_attuned 64 +other_arch golem +dam 16 +dam_modifier 10 +duration 75 +duration_modifier 5 +range_modifier 15 +maxsp 15 +type 101 +subtype 12 +value 20 +attacktype 1 +no_drop 1 +invisible 1 skill summoning msg Golem summons a magical creature that does @@ -11,23 +29,4 @@ it takes damage. This golem is a bit more powerful than the lesser golem. endmsg -other_arch golem -face spell_summoner.x11 -sp 5 -maxsp 15 -dam 16 -level 2 -type 101 -subtype 12 -attacktype 1 -path_attuned 64 -value 20 -invisible 1 -duration 75 -range_modifier 15 -duration_modifier 5 -dam_modifier 10 -no_drop 1 -casting_time 10 end -