mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-08-03 12:47:01 -04:00

* 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
19 lines
405 B
Plaintext
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
|