asw_weapon_electrified_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 skin7.png

asw_weapon_electrified_armor is a point entity present in Asw.pngAlien Swarm. When the V45 Electric Charged Armor is activated, the wearer shocks and stuns enemies who touch them, and takes reduced melee damage.

FGD Code[edit | edit source]

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

ConVars/Commands[edit | edit source]

ConVar/CommandParameters or default valueParameter TypeEffect
asw_electrified_armor_duration12SecondsHow long a single charge lasts.

See Also[edit | edit source]