Classes:BoxOfBullets
Classes: Inventory→Ammo→ClipOfBullets→BoxOfBullets
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Box of bullets | |||
---|---|---|---|
Actor type | Ammo | Game | ![]() |
DoomEd Number | 2048 | Class Name | BoxOfBullets |
Spawn ID | 139 | Identifier | T_AMMOBOX |
Conversation ID | 180, 174, 178 | Puzzle Item ID | N/A |
Strife's box of bullets contains five times the amount of ammunition for the assault gun as a clip does. Not to be confused with Doom's own box of bullets.
DECORATE definition
ACTOR BoxOfBullets : ClipOfBullets { Inventory.Amount 50 Tag "$TAG_BOXOFBULLETS" // "Ammo" Inventory.PickupMessage "$TXT_BOXOFBULLETS" // "You picked up the box of bullets." States { Spawn: BBOX A -1 Stop } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.