asw_weapon_fist

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 skin10.png

asw_weapon_fist is a point entity present in Asw.pngAlien Swarm. This entity does not represent the marine's fists, but the IAF Power Fist Attachment. When equipped, the marine will deal double the damage from melee attacks. It's not very useful if the player has ranged weapons available.

FGD Code[edit | edit source]

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

ConVars/Commands[edit | edit source]

ConVar/CommandParameters or default valueParameter TypeEffect
asw_fist_ragdoll_chance0.4Decimal percentLikelihood that a kill with the power fists will make aliens become ragdolls. 0.4 = 40%.
asw_fist_passive_damage_scale2MultiplierScales melee damage.

See Also[edit | edit source]