--- deliantra/arch/ground/chaos_ball.arc 2007/02/06 22:40:15 1.3 +++ deliantra/arch/ground/chaos_ball.arc 2007/03/03 01:22:30 1.8 @@ -1,6 +1,19 @@ # a specific type of spell effect (cone) which operates # as a ground object. object chaos_ball +anim +explosion.x11 +burnout.x1O +fireball.x11 +ball_lightning.x11 +icestorm.x11 +confusion.x11 +acid_pool.x11 +poisoncloud.x11 +slow.x11 +paralyse.x11 +fear.x11 +mina name chaos face ball_lightning.x11 dam 5 @@ -10,26 +23,13 @@ type 102 subtype 7 attacktype 262144 -move_type all -move_on all +move_type fly_low +move_on walk fly_low no_pick 1 is_used_up 1 lifesave 1 editable 8 random_movement 1 visibility 100 -anim -explosion.x11 -burnout.x1O -fireball.x11 -ball_lightning.x11 -icestorm.x11 -confusion.x11 -acid_pool.x11 -poisoncloud.x11 -slow.x11 -paralyse.x11 -fear.x11 -mina end