--- deliantra/arch/ground/chaos.arc 2007/02/06 22:40:15 1.4 +++ deliantra/arch/ground/chaos.arc 2007/03/03 00:49:50 1.7 @@ -1,20 +1,14 @@ # This is actually set up as a cone effect. IT basically persists # and does a little amount of damage. -object chaos -name chaos -face ball_lightning.x11 -dam 2 -wc -30 -speed 1 -level 1 +Object chaos type 102 subtype 7 -attacktype 262144 -move_on all -no_pick 1 -is_floor 1 +walk_on 1 +level 1 +wc -30 lifesave 1 -editable 8 +name chaos +face ball_lightning.x11 anim explosion.x11 burnout.x1O @@ -28,23 +22,23 @@ paralyse.x11 fear.x11 mina -end - -object major_chaos -name chaos -face ball_lightning.x11 -dam 10 -wc -30 speed 1 -level 1 -type 102 -subtype 7 -attacktype 262144 -move_on all no_pick 1 +attacktype 262144 +dam 2 +editable 8 is_floor 1 +end +# +Object major_chaos +type 102 +subtype 7 +walk_on 1 +level 1 +wc -30 lifesave 1 -editable 8 +name chaos +face ball_lightning.x11 anim explosion.x11 burnout.x1O @@ -58,5 +52,10 @@ paralyse.x11 fear.x11 mina +speed 1 +no_pick 1 +attacktype 262144 +dam 10 +editable 8 +is_floor 1 end -