--- deliantra/arch/spell/Bomb/spell_bomb.arc 2007/02/06 22:41:20 1.3 +++ deliantra/arch/spell/Bomb/spell_bomb.arc 2007/03/03 00:51:04 1.4 @@ -1,7 +1,24 @@ -object spell_create_bomb +Object spell_create_bomb name create bomb name_pl create bomb +face spell_pyromancy.x11 +level 6 +sp 10 +casting_time 5 +path_attuned 512 +other_arch bomb +dam 12 +dam_modifier 6 +duration 8 +range 5 +maxsp 72 skill pyromancy +type 101 +subtype 8 +value 60 +attacktype 1 +no_drop 1 +invisible 1 msg Create bomb does just that - it creates a bomb in the direction the spell is fired. @@ -11,22 +28,4 @@ wounded if they are in the explosion or are hit by the flying shrapnel. endmsg -other_arch bomb -face spell_pyromancy.x11 -sp 10 -maxsp 72 -dam 12 -level 6 -type 101 -subtype 8 -attacktype 1 -path_attuned 512 -value 60 -invisible 1 -duration 8 -range 5 -dam_modifier 6 -no_drop 1 -casting_time 5 end -