Kitchen Knife: Difference between revisions

From PZwiki
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
A kitchen knife is one of the stabbing weapons found in the game, and is capable of killing zombies in 3-5 decently placed hits at point-blank range. However, even so, its range, knockback, and damage severely limits the capabilities of this weapon. It is unable to deal with multiple zombies, and its range makes it very risky to fight even a single undead enemy, should the player be careless and aim poorly. However, if one is extremely close to an enemy, one can do a "under-the-chin-strike" which usually kills an enemy in one hit. It is best used for fighting a single enemy or fighting enemies one by one at extremely close quarters.
A kitchen knife is one of the stabbing weapons found in the game, and is capable of killing zombies in 3-5 decently placed hits at point-blank range. However, even so, its range, knockback, and damage severely limits the capabilities of this weapon. It is unable to deal with multiple zombies, and its range makes it very risky to fight even a single undead enemy, should the player be careless and aim poorly. However, if one is extremely close to an enemy, one can do a "under-the-chin-strike" which usually kills an enemy in one hit. It is best used for fighting a single enemy or fighting enemies one by one at extremely close quarters. Can be used to kill smaller hordes if one lures the zombies around a corner and takes advantage of its CQB move.


Kitchen knives are usually found in Kitchen drawers, along with the butter knife.  
Kitchen knives are usually found in Kitchen drawers, along with the butter knife.  

Revision as of 01:42, 28 December 2013

A kitchen knife is one of the stabbing weapons found in the game, and is capable of killing zombies in 3-5 decently placed hits at point-blank range. However, even so, its range, knockback, and damage severely limits the capabilities of this weapon. It is unable to deal with multiple zombies, and its range makes it very risky to fight even a single undead enemy, should the player be careless and aim poorly. However, if one is extremely close to an enemy, one can do a "under-the-chin-strike" which usually kills an enemy in one hit. It is best used for fighting a single enemy or fighting enemies one by one at extremely close quarters. Can be used to kill smaller hordes if one lures the zombies around a corner and takes advantage of its CQB move.

Kitchen knives are usually found in Kitchen drawers, along with the butter knife.

Kitchen knives are also useful for cutting watermelons into watermelon slices.

Template:Weapons

Crafting

Name Recipe Description












Code

item KitchenKnife
{
MaxRange	=	0.9,
		WeaponSprite	=	Knife,
		MinAngle	=	0,
		Type	=	Weapon,
		MinimumSwingTime	=	2,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Blade,
		ConditionLowerChanceOneIn	=	2,
		Weight	=	0.3,
		SplatNumber	=	0,
		PushBackMod	=	0.3,
		MaxDamage	=	0.6,
		SubCategory	=	Stab,
		AimingMod	=	0.8,
		ConditionMax	=	10,
		MaxHitCount	=	1,
		IsAimedHandWeapon	=	TRUE,
		DoorDamage	=	1,
		SwingAnim	=	Stab,
		WeaponWeight	=	1.7,
		DisplayName	=	Kitchen Knife,
		MinRange	=	0.61,
		CloseKillMove = Jaw_Stab,
		SwingTime	=	2,
		MinDamage	=	0.3,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	TRUE,
		Icon	=	KnifeChopping,
}

History

Alpha
RC 2.9.8a Melee weapons debuffed.

See Also

Template:Navbox/Weapons