Npc fastzombie: 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 (Typo and small restructure.) |
m (Hunted down the last ''BasicNPC/IMG'' template.) |
||
Line 1: | Line 1: | ||
{{ | {{wrongtitle|title=npc_fastzombie}} | ||
==Entity Description== | |||
[[Image:zombie_fast.jpg|frame|right|An npc_fastzombie NPC.]] | |||
Fast zombies (as their name implies) are very fast and attack quickly. Pace their attacks carefully so that the player will not be overwhelmed! In [[Ravenholm]], the player usually encountered 1-2 fast zombies at a time, although several could be heard climbing gutters to help the player plan better. | |||
If the zombie's human host body is sufficiently damaged, the controlling [[Npc_headcrab_fast|fast headcrab]] may detach and attack on its own. | If the zombie's human host body is sufficiently damaged, the controlling [[Npc_headcrab_fast|fast headcrab]] may detach and attack on its own. | ||
Fast zombie jump calculations are based off of [[info_node|info_node]] placement. If fast zombies are having difficulty jumping over obstacles, try using the [[ai_moveprobe_debug]] command to pinpoint problems.}} | Fast zombie jump calculations are based off of [[info_node|info_node]] placement. If fast zombies are having difficulty jumping over obstacles, try using the [[ai_moveprobe_debug]] command to pinpoint problems. | ||
[[Category:Entities]][[Category:NPCs]] | |||
{{npcnote}} | |||
==Keyvalues== | |||
*{{kv basenpc}} | |||
==Flags== | |||
*{{fl basenpc}} | |||
==Inputs== | |||
*{{i basenpc}} | |||
==Outputs== | |||
*{{o basenpc}} | |||
[[Category:Entities]] [[Category:NPCs]] |
Revision as of 06:19, 17 April 2006
Entity Description
Fast zombies (as their name implies) are very fast and attack quickly. Pace their attacks carefully so that the player will not be overwhelmed! In Ravenholm, the player usually encountered 1-2 fast zombies at a time, although several could be heard climbing gutters to help the player plan better.
If the zombie's human host body is sufficiently damaged, the controlling fast headcrab may detach and attack on its own.
Fast zombie jump calculations are based off of info_node placement. If fast zombies are having difficulty jumping over obstacles, try using the ai_moveprobe_debug command to pinpoint problems.
