Npc leech: Difference between revisions
MyGamepedia (talk | contribs) (Created page with "200px|right {{Ent not in fgd|nolink=1|because=the model lacks the required animations. You can use it with if used a custom model. Included in [https://github.com/MyGamepedia/Enhanced-Black-Mesa-FGD Enhanced-Black-Mesa-FGD]}} {{This is a|point entity|game=Black Mesa|name=npc_leech}} It is a leech from xen border world. Although Crowbar Collective didn't added leeches to the levels because they ''"felt like they didn't add anything but f...") |
m (Classifying as model entity) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[File:ent_watery_leech.png|200px|right]] | [[File:ent_watery_leech.png|200px|right]] | ||
{{Ent not in fgd|nolink=1|because=the model lacks the required animations. You can use it with if used a custom model. Included in [https://github.com/MyGamepedia/Enhanced-Black-Mesa-FGD Enhanced-Black-Mesa-FGD]}} | {{Ent not in fgd|nolink=1|because=the model lacks the required animations. You can use it with if used a custom model. Included in [https://github.com/MyGamepedia/Enhanced-Black-Mesa-FGD Enhanced-Black-Mesa-FGD]}} | ||
{{This is a| | {{This is a|model entity|game=Black Mesa|name=npc_leech}} It is a leech from [[xen]] border world. | ||
Although Crowbar Collective didn't added leeches to the levels because they ''"felt like they didn't add anything but frustration to the water parts"'', this entity appeared with xen public beta versions. | Although Crowbar Collective didn't added leeches to the levels because they ''"felt like they didn't add anything but frustration to the water parts"'', this entity appeared with xen public beta versions. | ||
Line 7: | Line 7: | ||
By default, this entity doesn't do anything, because the model from {{hl2|4}} lacks the required animations. Using {{hls|4}} model will make this NPC fully functional, although you will still get some errors in the console. | By default, this entity doesn't do anything, because the model from {{hl2|4}} lacks the required animations. Using {{hls|4}} model will make this NPC fully functional, although you will still get some errors in the console. | ||
The [[AI]] is clone of what can be seen with [[Monster leech (GoldSrc)|monster_leech]] from {{hls|4}}, including some bugs. They cannot swim vertically and are quite passive, this is it's better to use them in water areas where player can't swim. | The [[AI]] is clone of what can be seen with [[Monster leech (GoldSrc)|monster_leech]] from {{hls|4}}, including some bugs. They cannot swim vertically and are quite passive, this is why it's better to use them in water areas where player can't swim. | ||
All keyvalues, inputs and outputs are same as [[CBaseCombatCharacter]]. | All keyvalues, inputs and outputs are same as [[CBaseCombatCharacter]]. | ||
Line 22: | Line 22: | ||
==See also== | ==See also== | ||
[[Npc ichthyosaur (Black Mesa)|npc_ichthyosaur]] - another underwater xen creature | * [[Npc ichthyosaur (Black Mesa)|npc_ichthyosaur]] - another underwater xen creature |
Latest revision as of 05:18, 19 May 2025

It should not be put directly in a map because the model lacks the required animations. You can use it with if used a custom model. Included in Enhanced-Black-Mesa-FGD.
npc_leech
is a model entity available in Black Mesa. It is a leech from xen border world.
Although Crowbar Collective didn't added leeches to the levels because they "felt like they didn't add anything but frustration to the water parts", this entity appeared with xen public beta versions.
By default, this entity doesn't do anything, because the model from Half-Life 2 lacks the required animations. Using
Half-Life: Source model will make this NPC fully functional, although you will still get some errors in the console.
The AI is clone of what can be seen with monster_leech from Half-Life: Source, including some bugs. They cannot swim vertically and are quite passive, this is why it's better to use them in water areas where player can't swim.
All keyvalues, inputs and outputs are same as CBaseCombatCharacter.
Represented by class CNPC_Leech
.

Dedicated Console Variables
Cvar/Command | Parameters or default value | Descriptor | Effect |
---|---|---|---|
sk_leech_health | 2 | Float | The amount of health for this NPC. |
sk_leech_dmg_bite | 2 | Float | The amount damage from melee attack of this NPC. |
See also
- npc_ichthyosaur - another underwater xen creature