Kitchen Knife: Difference between revisions

From PZwiki
m (moved Kitchen Knife to Kitchen Knife: fixing capitalization)
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 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 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.


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.  
Line 28: Line 28:
MinAngle = 0,
MinAngle = 0,
Type = Weapon,
Type = Weapon,
MinimumSwingTime = 4.1,
MinimumSwingTime = 2,
KnockBackOnNoDeath = FALSE,
SwingAmountBeforeImpact = 0.02,
SwingAmountBeforeImpact = 0.02,
Categories = Blade,
Categories = Blade,
Weight = 1.7,
ConditionLowerChanceOneIn = 2,
ConditionLowerChanceOneIn = 100,
Weight = 0.3,
PushBackMod = 0,
SplatNumber = 0,
MaxDamage = 1.4,
PushBackMod = 0.3,
MaxDamage = 0.6,
SubCategory = Stab,
SubCategory = Stab,
AimingMod = 0.8,
AimingMod = 0.8,
ConditionMax = 1,
ConditionMax = 10,
MaxHitCount = 1,
MaxHitCount = 1,
IsAimedHandWeapon = TRUE,
IsAimedHandWeapon = TRUE,
DoorDamage = 1,
DoorDamage = 1,
SwingAnim = Stab,
SwingAnim = Stab,
WeaponWeight = 0.5,
WeaponWeight = 1.7,
DisplayName = Kitchen Knife,
DisplayName = Kitchen Knife,
MinRange = 0.61,
MinRange = 0.61,
SwingTime = 2.5,
CloseKillMove = Jaw_Stab,
MinDamage = 0.6,
SwingTime = 2,
MinDamage = 0.3,
KnockdownMod = 0,
KnockdownMod = 0,
SplatBloodOnNoDeath = TRUE,
Icon = KnifeChopping,
Icon = KnifeChopping,
}</nowiki>
}</nowiki>

Revision as of 14:40, 24 August 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.

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