21 lines
313 B
Plaintext
21 lines
313 B
Plaintext
# a specific type of spell effect (cone) which operates
|
|
# as a ground object.
|
|
Object chaos_ball
|
|
name chaos
|
|
type 102
|
|
subtype 7
|
|
level 1
|
|
move_on walk fly_low
|
|
wc -30
|
|
lifesave 1
|
|
face ball_lightning.111
|
|
animation chaos_ball
|
|
is_used_up 1
|
|
random_movement 1
|
|
speed 1
|
|
attacktype 262144
|
|
move_type fly_low
|
|
no_pick 1
|
|
dam 5
|
|
end
|