Classes:BlueArmor
Classes: Inventory→Armor→BasicArmorPickup→BlueArmor
→BlueArmorForMegasphere
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Combat armor | |||
---|---|---|---|
Actor type | Armor | Game | ![]() |
DoomEd Number | 2019 | Class Name | BlueArmor |
Spawn ID | 69 | Identifier | T_BLUEARMOR |
Doom's blue armor pickup grants the player 200% of armor that resists 50% of the damage taken. If the player is already at 200% armor, the item will not be picked up.
DECORATE definition
ACTOR BlueArmor : BasicArmorPickup { Radius 20 Height 16 Inventory.PickupMessage "$GOTMEGA" // "Picked up the MegaArmor!" Inventory.Icon "ARM2A0" Armor.SavePercent 50 Armor.SaveAmount 200 States { Spawn: ARM2 A 6 ARM2 B 6 Bright Loop } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.