CASW_Drone_Advanced

From Source Entities
Jump to navigation Jump to search
Asw drone.png

CASW_Drone_Advanced is a code class shared by all drones, except asw_simple_drone. Drones are the most common enemy seen in the Swarm. They are weak individually, but can be a threat in numbers.

Classnames:

  • asw_drone
  • asw_drone_jumper (Enables jumping behavior. Note that this version of the drone still shows the model used in beta development, but only in Hammer.)

ConVars/Commands[edit | edit source]

ConVar/CommandParameters or default valueParameter TypeEffect
asw_drone_hurl_chance0.66666666666666Decimal percentChances that a drone killed by an explosive will be hurled toward the player camera. 1.0 means 100%.
asw_drone_hurl_interval10SecondsOnce a drone body is hurled toward the camera, the game will wait at least this long before hurling another.
asw_drone_death_force5MultiplierScalar for the amount of force drone ragdolls are flung with.
asw_drone_death_force_pitch-10DegreesUpward angle to fling drone ragdolls at. Appears to not be fully implemented.

Flags[edit | edit source]

  • 131072: Use Ground Checks - Do not use. This is unintentionally in the FGD entry for asw_drone because the entry was copied from npc_antlion.

See Also[edit | edit source]

  • Drone on the Alien Swarm wiki.