Classes:PhoenixRodHefty
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:
|
| Inferno orb | |||
|---|---|---|---|
| Actor type | Ammo | Game | |
| DoomEd Number | 23 | Class Name | PhoenixRodHefty |
| Spawn ID | 162 | Identifier | T_HEFTYPHOENIXRODAMMO |
Classes: Inventory→Ammo→PhoenixRodAmmo→PhoenixRodHefty
Large orb containing ten charge for the phoenix rod.
DECORATE definition
ACTOR PhoenixRodHefty : PhoenixRodAmmo { Inventory.PickupMessage "$TXT_AMMOPHOENIXROD2" Inventory.Amount 10 States { Spawn: AMP2 ABC 4 Loop } }