asw_grenade_prifle

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.

asw_grenade_prifle is a point entity present in Asw.pngAlien Swarm. It's the projectile launched by the prototype rifle secondary fire. It slows down aliens to a near stun.

Asw grenade prifle.png

ConVars/Commands[edit | edit source]

ConVar/CommandParameters or default valueParameter TypeEffect
asw_stun_grenade_time6SecondsHow long aliens are slowed for.

FGD Code[edit | edit source]

This FGD code will let you place these in a map. Due to their short lifetime, it's logical to spawn them with point_template.

@PointClass base(Targetname, Parentname, Angles) studioprop("models/swarm/grenades/StunGrenadeProjectile.mdl") = asw_grenade_prifle : "Prototype Assault Rifle Grenade. Use with point_template. Can be targeted by an ai_relationship."
[
]