asw_weapon_normal_armor

From Source Entities
Jump to navigation Jump to search
Info.png

This entity is not in the stock FGD files by default.
See below for instructions on making it available.

Code classes:

Asw itemboxsmall skin2.png

asw_weapon_normal_armor is a point entity present in Asw.pngAlien Swarm. The I3a Tactical Heavy Armor is an off-hand item that continuously reduces the amount of damage the wearer takes by 20%.

FGD Code[edit | edit source]

@PointClass base(Weapon) studio("models/items/itembox/itemboxsmall.mdl") = asw_weapon_normal_armor : "Heavy Armor"
[
    skin(integer) readonly : "Skin" : 2 : "Some models have multiple versions of their textures, called skins. Heavy Armor should ALWAYS be using skin 2."
]

ConVars/Commands[edit | edit source]

ConVar/CommandParameters or default valueParameter TypeEffect
asw_marine_passive_armor_scale0.8MultiplierScale for how much damage is done to wearer.

See Also[edit | edit source]