Classes:EnchantedShield

From ZDoom Wiki

Jump to: navigation, search
Enchanted shield
Actor type Armor Game
DoomEd Number 31 Class Name EnchantedShield
Spawn ID 69 Identifier T_SHIELD2

Classes: InventoryArmorBasicArmorPickupEnchantedShield


The enchanted shield is the Heretic equivalent to the blue armor in Doom, granting 200% armor to the player. However, the enchanted shield absorbs a higher percentage (75%) of damage per attack than its Doom counterpart.


DECORATE definition

actor EnchantedShield : BasicArmorPickup 31
{
  Game Heretic
  SpawnID 69
  +FLOATBOB
  Inventory.Pickupmessage "$TXT_ITEMSHIELD2" // "ENCHANTED SHIELD"
  Inventory.Icon "SHD2A0"
  Armor.Savepercent 75
  Armor.Saveamount 200
  States
  {
  Spawn:
    SHD2 A -1
    stop
  }
}
Personal tools