Classes:SilverShield
Classes: Inventory→Armor→BasicArmorPickup→SilverShield
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Silver shield | |||
---|---|---|---|
Actor type | Armor | Game | ![]() |
DoomEd Number | 85 | Class Name | SilverShield |
Spawn ID | 68 | Identifier | T_SHIELD1 |
The silver shield is the Heretic equivalent to the green armor in Doom, granting 100% armor to the player. However, the shield absorbs a higher percentage (50%) of damage per attack than its Doom counterpart.
DECORATE definition
ACTOR SilverShield : BasicArmorPickup { +FLOATBOB Inventory.PickupMessage "$TXT_ITEMSHIELD1" Inventory.Icon "SHLDA0" Armor.SavePercent 50 Armor.SaveAmount 100 States { Spawn: SHLD 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.