--- deliantra/arch/spell/exploding_fireball.arc 2007/02/06 22:41:18 1.2 +++ deliantra/arch/spell/exploding_fireball.arc 2007/03/03 00:51:02 1.3 @@ -1,14 +1,14 @@ # this arch is set up so that it can be inserted into a map with # no changes, and it will explode into a fireball -object exploding_fireball -other_arch fireball -hp 15 -maxhp 10 -speed 1.0 -speed_left 1.0 +Object exploding_fireball type 102 subtype 5 range 1 +other_arch fireball dam_modifier 10 +maxhp 10 +hp 15 +speed 1.0 +speed_left 1.0 end