Kitchen Knife: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 23: Line 23:
|}
|}


== Require ==
<nowiki>
    fixing Fix Kitchen Knife
    {
      Require : KitchenKnife,
      Fixer : DuctTape,
      Fixer : Glue,
      Fixer : Scotchtape=2,
    }
</nowiki>
== Code ==
== Code ==
  <nowiki>item KitchenKnife
  <nowiki>item KitchenKnife

Revision as of 07:30, 18 February 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.

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

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

Kitchen knives can also chop cabbage along with a bowl and other ingredients 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