Npc bullsquid (Half-Life 2): Difference between revisions
Jump to navigation
Jump to search
Note:Some keyvalues, spawnflags, effect flags, inputs, or outputs might not affect an NPC, based on the functionality and coding of the NPC.
m (Added link to Russian version) |
m (minoro) |
||
Line 2: | Line 2: | ||
{{ent not in fgd}} | {{ent not in fgd}} | ||
==Entity | == Entity description == | ||
Although there are no physical bullsquid resources provided in [[Half-Life 2]], the | Although there are no physical bullsquid resources provided in [[Half-Life 2]], the <code>npc_bullsquid</code> entity is fully supported in code. | ||
{{npcnote}} | {{npcnote}} | ||
===Missing | |||
*models/bullsquid.mdl | === Missing models === | ||
*models/spitball_large.mdl | * models/bullsquid.mdl | ||
*models/spitball_medium.mdl | * models/spitball_large.mdl | ||
*models/spitball_small.mdl | * models/spitball_medium.mdl | ||
===Missing | * models/spitball_small.mdl | ||
*NPC_Bullsquid.Idle | |||
*NPC_Bullsquid.Pain | === Missing sounds === | ||
*NPC_Bullsquid.Death | * NPC_Bullsquid.Idle | ||
*NPC_Bullsquid.Attack1 | * NPC_Bullsquid.Pain | ||
*NPC_Bullsquid.Growl | * NPC_Bullsquid.Death | ||
*NPC_Bullsquid.TailWhip | * NPC_Bullsquid.Attack1 | ||
*GrenadeSpit.Acid | * NPC_Bullsquid.Growl | ||
*GrenadeSpit.Hit | * NPC_Bullsquid.TailWhip | ||
===Related | * GrenadeSpit.Acid | ||
* GrenadeSpit.Hit | |||
=== Related games === | |||
* [[Obsidian Conflict]] | * [[Obsidian Conflict]] | ||
* [[Synergy]] | * [[Synergy]] | ||
==Dedicated | == Dedicated CVars == | ||
* '''sk_bullsquid_health''' | * '''sk_bullsquid_health''' | ||
:<integer> Bullsquid spawn health | :<integer> Bullsquid spawn health | ||
Line 30: | Line 33: | ||
:<integer> Bullsquid bite damage | :<integer> Bullsquid bite damage | ||
* '''sk_bullsquid_dmg_whip''' | * '''sk_bullsquid_dmg_whip''' | ||
:<integer> Maximum health an enemy has for bullsquid to attempt a tailwhip | :<integer> Maximum health an enemy has for bullsquid to attempt a tailwhip. | ||
==Keyvalues== | == Keyvalues == | ||
*{{kv basenpc}} | * {{kv basenpc}} | ||
==Flags== | == Flags == | ||
*{{fl basenpc}} | * {{fl basenpc}} | ||
==Inputs== | == Inputs == | ||
*{{i basenpc}} | * {{i basenpc}} | ||
==Outputs== | == Outputs == | ||
*{{o basenpc}} | * {{o basenpc}} | ||
{{otherlang:en}} | {{otherlang:en}} | ||
{{otherlang:en:ru|Npc_bullsquid_(ru)}} | {{otherlang:en:ru|Npc_bullsquid_(ru)}} | ||
[[Category:Entities]] [[Category:NPCs]] | [[Category:Entities]] | ||
[[Category:NPCs]] |
Revision as of 14:28, 18 November 2007
Entity description
Although there are no physical bullsquid resources provided in Half-Life 2, the npc_bullsquid
entity is fully supported in code.

Missing models
- models/bullsquid.mdl
- models/spitball_large.mdl
- models/spitball_medium.mdl
- models/spitball_small.mdl
Missing sounds
- NPC_Bullsquid.Idle
- NPC_Bullsquid.Pain
- NPC_Bullsquid.Death
- NPC_Bullsquid.Attack1
- NPC_Bullsquid.Growl
- NPC_Bullsquid.TailWhip
- GrenadeSpit.Acid
- GrenadeSpit.Hit
Related games
Dedicated CVars
- sk_bullsquid_health
- <integer> Bullsquid spawn health
- sk_bullsquid_dmg_bite
- <integer> Bullsquid bite damage
- sk_bullsquid_dmg_whip
- <integer> Maximum health an enemy has for bullsquid to attempt a tailwhip.