Npc poisonzombie: 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 (clarity + grammar nazi time.) |
m (Added the true values of the crabcount keyvalue. (Aww come on, ts2do, you know better than that.)) |
||
Line 13: | Line 13: | ||
* '''sk_zombie_poison_dmg_spit''' | * '''sk_zombie_poison_dmg_spit''' | ||
: <integer> Deprecated? | : <integer> Deprecated? | ||
==Keyvalues== | ==Keyvalues== | ||
* {{kv basenpc}} | * {{kv basenpc}} | ||
Line 22: | Line 23: | ||
| 1 || 1 Crab | | 1 || 1 Crab | ||
|- | |- | ||
| | | 2 || 2 Crabs | ||
|- | |- | ||
| | | 3 || 3 Crabs | ||
|} | |} | ||
==Flags== | ==Flags== | ||
* {{fl basenpc}} | * {{fl basenpc}} | ||
==Inputs== | ==Inputs== | ||
* {{i basenpc}} | * {{i basenpc}} | ||
==Outputs== | ==Outputs== | ||
* {{o basenpc}} | * {{o basenpc}} | ||
==See Also== | ==See Also== | ||
* [[npc_headcrab_black]] | * [[npc_headcrab_black]] | ||
* [[npc_fastzombie]] | * [[npc_fastzombie]] | ||
* [[npc_zombie_torso]] | * [[npc_zombie_torso]] | ||
[[Category:Entities]][[Category:NPCs]] | [[Category:Entities]][[Category:NPCs]] |
Revision as of 09:52, 11 April 2006
Entity Description
Poison zombies, unlike other zombie types, serve as hosts for 2-4 nesting black headcrabs at a time. They usually attack by throwing headcrabs at their target.
In Ravenholm, players usually encountered 1 poison zombie at a time.

Dedicated Console Variables
- sk_zombie_poison_health
- <integer> A poison zombie's spawn health
- sk_zombie_poison_dmg_spit
- <integer> Deprecated?
Keyvalues
- Template:Kv basenpc
- crabcount
- <choices> Crabs in nest - The number of additional black headcrabs the zombie is spawned with besides the controlling headcrab.
Literal Value Description 1 1 Crab 2 2 Crabs 3 3 Crabs