Kitchen Knife: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
A kitchen knife is one of the 3 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 capabilties 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. It is best used for fighting a single enemy or fighting enemies one by one.
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 capabilties 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. It is best used for fighting a single enemy or fighting enemies one by one.


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 15:19, 11 May 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 capabilties 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. It is best used for fighting a single enemy or fighting enemies one by one.

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
{
	Type				=			Weapon,
		DisplayName			=			Kitchen Knife,
    SubCategory    =     Stab,
		Icon				=			KnifeChopping,
		MinAngle			=			0,
		MaxDamage			=			1.4,
		MinDamage			=			0.4,
		MaxRange 			= 			0.9,
			MinRange 			= 			0.61,
		SwingAnim			=			Stab,
		WeaponSprite		=			Knife,
		Weight				=			1.7,
		WeaponWeight		=			0.7,
		MinimumSwingTime 	= 			4.1,
		SwingTime			=			2.5,
		DoorDamage			=			1,
		SwingAmountBeforeImpact = 		0.02,
		MaxHitCount 		=			1,
		PushBackMod			=			0,
		KnockdownMod		=			0,
		ConditionLowerChanceOneIn = 	100,
		ConditionMax 	  	= 			1,
		Categories 			=			Blade,
		IsAimedHandWeapon	=			true,
		AimingMod			=			0.8,
}

Template:Navbox/Weapons