asw_weapon_fist
Jump to navigation
Jump to search
This entity is not in the stock FGD files by default.
|
Code classes:
CASW_Weapon_Fist
CASW_Weapon
(weapons)
CBaseCombatWeapon
(weapons)CBaseAnimating
(models)CBaseEntity
(all ents)
asw_weapon_fist
is a point entity present in Alien 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/Command | Parameters or default value | Parameter Type | Effect |
---|---|---|---|
asw_fist_ragdoll_chance | 0.4 | Decimal percent | Likelihood that a kill with the power fists will make aliens become ragdolls. 0.4 = 40%. |
asw_fist_passive_damage_scale | 2 | Multiplier | Scales melee damage. |
See Also[edit | edit source]
- IAF Power Fist Attachment on the Alien Swarm wiki.