woof/examples/grenade.deh
Mike Swanson dff3d81a09 Include docs and examples directories in win32 packages (#55)
* Convert all DOS-format text files to Unix-format

* pkg/win32: fix clean target to remove staging directory

* pkg/win32: Include docs and examples directories
2020-01-24 12:57:36 +01:00

19 lines
405 B
Plaintext

# Turn a rocket launcher into a grenade launcher
# By Lee Killough
# Works only with MBF
Thing 34
Bits = BOUNCES | DROPOFF
Hit points = 10
Initial frame = 968
Death frame = 969
Missile damage = 128
Mass = 200
# Note: you can use the code pointer in frame 970 (A_Detonate) to explode
# based on the thing's actual damage, rather than by a constant amount.
# Grenade timer delay
Frame 968
Duration = 135