Classes:CrossbowHefty
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
| Quiver of ethereal arrows | |||
|---|---|---|---|
| Actor type | Ammo | Game | |
| DoomEd Number | 19 | Class Name | CrossbowHefty |
| Spawn ID | 34 | Identifier | T_HEFTYCROSSBOWAMMO |
Classes: Inventory→Ammo→CrossbowAmmo→CrossbowHefty
Quiver of twenty arrows for the ethereal crossbow.
DECORATE definition
ACTOR CrossbowHefty : CrossbowAmmo { Inventory.PickupMessage "$TXT_AMMOCROSSBOW2" Inventory.Amount 20 States { Spawn: AMC2 ABC 5 Loop } }