--- deliantra/arch/spell/exploding_fireball.arc 2007/03/03 00:51:02 1.3 +++ deliantra/arch/spell/exploding_fireball.arc 2007/03/03 01:24:12 1.5 @@ -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 -type 102 -subtype 5 -range 1 +object exploding_fireball other_arch fireball -dam_modifier 10 -maxhp 10 hp 15 +maxhp 10 speed 1.0 speed_left 1.0 +type 102 +subtype 5 +range 1 +dam_modifier 10 end