--- deliantra/arch/spell/Bullet/spell_shell.arc 2007/02/06 22:41:23 1.2 +++ deliantra/arch/spell/Bullet/spell_shell.arc 2007/03/03 00:51:07 1.3 @@ -1,25 +1,24 @@ # this is used by cannons to fire spells. # as such, most of the values aren't that meaningful compared # to spells players casts. -object spell_shell +Object spell_shell name cannon shell name_pl cannon shell -other_arch shell +level 1 sp 10 -maxsp 0 -food 4 +casting_time 15 +path_attuned 2 +other_arch shell dam 7 -level 1 +dam_modifier 0 +range 8 +duration 4 +maxsp 0 type 101 subtype 5 -attacktype 1 -path_attuned 2 value 10 -invisible 1 -duration 4 -range 8 -dam_modifier 0 +attacktype 1 no_drop 1 -casting_time 15 +invisible 1 +food 4 end -