npc_ichthyosaur
Jump to navigation
Jump to search
npc_ichthyosaur
is a point entity available in Black Mesa.
The Ichthyosaur is a large man-eating "fish" of probable Xen origin.
In time to time meeting in open water areas. It swims up to player to bit with jaws.
Represented by class CNPC_Ichthyosaur
.
- This is a flying NPC that uses info_node_air, info_node_air_hint or path_tracks for AI navigation.
Note:Some keyvalues, spawnflags, effect flags, inputs, or outputs might not affect an NPC, based on the functionality and coding of the NPC.
Dedicated Console Variables
Cvar/Command | Parameters or default value | Descriptor | Effect |
---|---|---|---|
sk_ichthyosaur_health | 295 | Arbitrary number | The amount of health for this NPC. |
sk_ichthyosaur_melee_dmg | 20 | Arbitrary number | The amount damage from melee attack of this NPC. |
sk_ichthyosaur_max_linear_accel_f | 512 | Arbitrary number | Maximum forward swimming speed. |
sk_ichthyosaur_max_linear_accel_r | 256 | Arbitrary number | Maximum right/left swimming speed. |
sk_ichthyosaur_max_linear_accel_u | 256 | Arbitrary number | Maximum up/down swimming speed. |
sk_ichthyosaur_max_linear_speed | 600 | Arbitrary number | Maximum swimming speed. |
Keyvalues
CBaseCombatCharacter:
CAI_BaseNPC:
DamageFilter:
|
Flags
Wait Till Seen : [1]
Gag : [2]
Fall to ground (unchecked means teleport to ground) : [4]
Efficient : [16]
Wait For Script : [128]
Long Visibility/Shoot : [256]
Fade Corpse : [512]
Template NPC : [2048]
Note:This flag is disabled in episodic for player companions, because the
StartScripting input does this.Don't drop weapons : [8192]
|
Inputs
CAI_BaseNPC:
CBaseCombatCharacter:
DamageFilter: |
Outputs
|
See also
- monster_ichthyosaur - the entity used in Half-Life and addons