;flak spec

;FLAK Start
throwangle     = 0
throwforward   = 15
throwheight    = 0

;FLAK Movement
lifespan       = 100
yinc	       = 0
zinc	       = 10
xspeed         = 0
yspeed         = 0
zspeed         = 0
weight         = 0
spinx          = 0
bounceonhit    = 0
explodeonhit   = 1
damage         = 50

;FLAK Explosion
exponfloor     = mushroom
expinair       = smokey

;FLAK Sounds

sndbounce      = bounce.wav
sndexplode     = explode.wav
