--- deliantra/arch/spell/SummonMonster/spell_summon_pet.arc 2007/02/06 22:41:31 1.3 +++ deliantra/arch/spell/SummonMonster/spell_summon_pet.arc 2007/03/03 00:51:20 1.4 @@ -1,7 +1,19 @@ -object spell_summon_pet_monster +Object spell_summon_pet_monster name summon pet monster name_pl summon pet monster +face spell_summoner.x11 +type 101 +subtype 27 +level 2 +sp 5 +casting_time 10 +path_attuned 64 skill summoning +value 20 +no_drop 1 +invisible 1 +attack_movement 16 +randomitems mage_pet_monster msg This creates a number of monsters to help out the spellcaster. These monsters are not @@ -10,17 +22,4 @@ other creatures and bash down doors. The creatures persist until they are killed. endmsg -face spell_summoner.x11 -sp 5 -attack_movement 16 -level 2 -type 101 -subtype 27 -path_attuned 64 -value 20 -invisible 1 -randomitems mage_pet_monster -no_drop 1 -casting_time 10 end -