Classes:RadSuit

From ZDoom Wiki

Jump to: navigation, search
Radiation-shielding suit
Actor type Powerup Game
DoomEd Number 2025 Class Name RadSuit
Spawn ID 136 Identifier T_IRONFEET

Classes: InventoryPowerupGiverRadSuit

This is the radiation suit powerup from Doom and Doom 2. It grants the wearer immunity from most damaging sector effects, but may randomly fail to prevent against injury from a sector effect that deals high damage (See Classes:PowerIronFeet for a full list of sector effects). The user's screen is tinted green while the powerup is in effect.

DECORATE definition

ACTOR RadSuit : PowerupGiver 2025
{
  Game Doom
  SpawnID 136
  Height 46
  +INVENTORY.AUTOACTIVATE
  +INVENTORY.ALWAYSPICKUP
  Inventory.MaxAmount 0
  Inventory.PickupMessage "$GOTSUIT" // "Radiation Shielding Suit"
  Powerup.Type "IronFeet"
  States
  {
  Spawn:
    SUIT A -1 Bright
    Stop
  }
}
Personal tools