Classes:PowerIronFeet

From ZDoom Wiki

Jump to: navigation, search
Environment protection power
Actor type Power Game
DoomEd Number None Class Name PowerIronFeet

Classes: InventoryPowerupPowerIronFeet

 →PowerMask

PowerIronFeet is an internal class. An item of this class is placed in the player's inventory while he is having Doom's radsuit effect. With this effect on the player is nearly immune to damage from some type of damaging floors, typically represented by radioactive nukage, toxic sludge, or burning lava (but the actual texture is of no consequence). Concretely, it protects against dLight_Strobe_Hurt, dDamage_Hellslime, dDamage_Nukage, dDamage_SuperHellslime, sDamage_Hellslime and sDamage_SuperHellslime. There is about one chance on forty that the protection will fail against Strobe_Hurt and SuperHellslimes during a given second. It doesn't protect at all against dDamage_LavaWimpy, dDamage_LavaHefty and dScroll_EastLavaDamage.

Like all other Powerups items of this class are never used directly. Instead you have to create a new item that inherits from PowerupGiver to give it to the player.

DECORATE definition

ACTOR PowerIronFeet : Powerup native
{
  Powerup.Duration -60
  Powerup.Color 0, 255, 0, 0.125
}
Personal tools