Kitchen Knife: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 2: Line 2:
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 an "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.
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 an "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.  
The Kitchen Knife has a weight of 0.3 which makes it a effective emergency weapon to carry around if your current primary one does break but can only withstand 10 uses before being broken, if you encounter a hoard it is recommended to avoid.


Kitchen knives are also useful for cutting watermelons into watermelon slices.
Kitchen Knives are usually found in kitchen cupboards, along with the butter knife. They can also be used to slice watermelon into watermelon slices and slice various vegetables which can then be used to create [[Boring Salad]], [[Simple Salad]] or [[Tasty Salad]


Kitchen knives can also chop cabbage along with a bowl and other ingredients to create [[Boring Salad]], [[Simple Salad]] or [[Tasty Salad]].


{{Weapons
{{Weapons

Revision as of 07:05, 6 April 2015

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 an "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.

The Kitchen Knife has a weight of 0.3 which makes it a effective emergency weapon to carry around if your current primary one does break but can only withstand 10 uses before being broken, if you encounter a hoard it is recommended to avoid.

Kitchen Knives are usually found in kitchen cupboards, along with the butter knife. They can also be used to slice watermelon into watermelon slices and slice various vegetables which can then be used to create Boring Salad, Simple Salad or [[Tasty Salad]


Template:Weapons

Crafting

Name Recipe Description












Require

    fixing Fix Kitchen Knife
    {
       Require : KitchenKnife,

       Fixer : DuctTape,
       Fixer : Glue,
       Fixer : Scotchtape=2,
    }
 

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