npc_druglab_grunt_jetpack
Jump to navigation
Jump to search
npc_druglab_grunt_jetpack is a model entity available in
SiN Episodes. It is a flying version of npc_druglab_grunt_assault_rifle. Equipped with a Jetpack.
- This is a flying NPC that uses info_node_air, info_node_air_hint or path_tracks for AI navigation.
Entity description
This NPC is always equipped with weapon_assault_rifle and can be shot down by shooting at the enemy itself or its Jetpack.
This NPC can spawn with a Helmet and can be found in the official campaign.
Keyvalues
- Name (targetname) <string>
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentnameortarget).
Also displayed in Hammer's 2D views and Entity Report.
See also: Generic Keyvalues, Inputs and Outputs available to all entities
- Pitch Yaw Roll (Y Z X) (angles) <QAngle>
- This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
- voice group name (voicegroupname) <choices>
- Which voice the NPC should use to speak his sentences. (Does not work):
: None_A: A_B: B_C: C_D: D_ELITE: Elite
- Invulnerable (invulnerable) <integer>
- Invulnerable or not.
- Keepback distance (KeepBackDistance) <float>
- Distance to keep away from player.
- Maximum Fire Range (MaxFireRange) <float>
- Weapons (additionalequipment) <choices>
- Only weapon_assault_rifle is available for this entity:
weapon_assault_rifle: Assault Rifle
Outputs
|
Inputs
- ChangePathTrack
- Tell the jetpack to move to a new path.
- EnableRelativePathnode
- Enable relative pathnode follow.
- DisableRelativePathnode
- Disable relative pathnode follow.
- ActivateJets
- Turn on the jetpack jets if they're not already on.
- DeactivateJets
- Turn off the jetpack jets if they're not already off.
- EnableForcePath
- Force this NPC to strictly follow the path from one node to the next.
- DisableForcePath
- Disable forced pathnode following. Will still be bound to the track.
Flags
- Start LookOff : [65536]
- Start sitting : [131072]
- Can trigger DNA scanner : [262144]
- One hit kill : [524288]
- Relative pathnode follow : [2097152]
- Ignore LoS when on relative pathnode follow : [4194304]
- Double speed : [8388608]