--- deliantra/arch/ground/chaos.arc 2007/02/06 22:40:15 1.4 +++ deliantra/arch/ground/chaos.arc 2007/02/18 21:07:39 1.6 @@ -1,6 +1,19 @@ -# This is actually set up as a cone effect. IT basically persists +# This is actually set up as a cone effect. It basically persists # and does a little amount of damage. object chaos +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 2 @@ -10,11 +23,14 @@ type 102 subtype 7 attacktype 262144 -move_on all +move_on walk fly_low no_pick 1 is_floor 1 lifesave 1 editable 8 +end + +object major_chaos anim explosion.x11 burnout.x1O @@ -28,9 +44,6 @@ paralyse.x11 fear.x11 mina -end - -object major_chaos name chaos face ball_lightning.x11 dam 10 @@ -40,23 +53,10 @@ type 102 subtype 7 attacktype 262144 -move_on all +move_on walk fly_low no_pick 1 is_floor 1 lifesave 1 editable 8 -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