Classes:GreenArmor
Classes: Inventory→Armor→BasicArmorPickup→GreenArmor
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Security armor | |||
---|---|---|---|
Actor type | Armor | Game | ![]() |
DoomEd Number | 2018 | Class Name | GreenArmor |
Spawn ID | 68 | Identifier | T_GREENARMOR |
Doom's green armor pickup grants the player 100% of armor that resists 33% of the damage taken. If the player is already at or above 100% armor, the item will not be picked up.
DECORATE definition
ACTOR GreenArmor : BasicArmorPickup { Radius 20 Height 16 Inventory.PickupMessage "$GOTARMOR" // "Picked up the armor." Inventory.Icon "ARM1A0" Armor.SavePercent 33.335 Armor.SaveAmount 100 States { Spawn: ARM1 A 6 ARM1 B 7 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.