Classes:SilverShield
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:
|
| Silver shield | |||
|---|---|---|---|
| Actor type | Armor | Game | |
| DoomEd Number | 85 | Class Name | SilverShield |
| Spawn ID | 68 | Identifier | T_SHIELD1 |
Classes: Inventory→Armor→BasicArmorPickup→SilverShield
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 } }