Bread Knife: Difference between revisions

From PZwiki
No edit summary
(PZ Updater automated execution(task: deploy ReLookup, eid: 9a9f4713e921b622cc79846ddb39f841))
Line 56: Line 56:
== Crafting ==
== Crafting ==
===Survival===
===Survival===
{{Crafting table header}}
{{Crafting header|ing=2}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 4007 -->
{{RecipeLookup|4007}}
{{Crafting/core|ing=2
{{Crafting table footer}}
| product_image = [[File:TZ_PerforatedWoodenPlank.png|link=Notched Wooden Plank|Notched Wooden Plank]] | product_name = [[Notched Wooden Plank]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[]] | i1 = [[Bread Knife]]<br>or<br>[[Butter Knife]]<br>or<br>[[Kitchen Knife]]<br>or<br>[[Screwdriver]]<br>or<br>[[Chipped Stone]]<br>or<br>[[Hunting Knife]]<br>or<br>[[Stone Knife]] | q1 = x1
| f2 = [[File:Plank.png]] | i2 = [[Wooden Plank]]<br>or<br>[[Log]] | q2 = x1 | tag2 = (consumed)
}}
|}
 


===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
{{Cooking table header}}
{{Crafting header|ing=2}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2035 -->
{{RecipeLookup|2035}}
{{Crafting/core|ing=2
{{Crafting table footer}}
| product_image = [[File:BreadSlices.png|link=Bread Slices|Bread Slices]] | product_name = [[Bread Slices]] | product_quantity = x3
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Bread.png|link=Bread|Bread]] | i1 = [[Bread]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Knife_Chopping.png]] | i2 = [[Bread Knife]]<br>or<br>[[Butter Knife]]<br>or<br>[[Kitchen Knife]]<br>or<br>[[Hunting Knife]]<br>or<br>[[Machete]]<br>or<br>[[Meat Cleaver]]<br>or<br>[[Stone Knife]] | q2 = x1
}}
|}
 


==Distribution==
==Distribution==

Revision as of 04:51, 26 March 2022

Hammer.png
This article is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 26/03/2022.
Bread Knife
Bread Knife
Bread Knife Icon
General
Category Weapon
Encumbrance
Heavy Load
0.3
Function Weapons
Equipped One-handed
Condition max. 5
Skill Short Blade
Damage
Type Short Blade
Attack speed 2
Range 0.61–1 tiles
Damage 0.1–0.4
Door damage 1
Knockback 0.3
Knockdown 0
Execution Jaw_Stab
Technical details
Base ID Base.BreadKnife

The Bread Knife is a melee weapon and cooking utensil categorized as a short blade. The knife can be attached to a spear. The weapon can be attached to the character's Belt for quick access and weight reduction.

Usage

Pros Cons
  • Back-stab and jaw-stab special abilities.
  • Very low weight.
  • Easy to find.
  • Longer range compared to other knives.
  • A good attachment for spears due to its long range.
  • Uses barely any stamina.
  • Very low damage.
  • Can get stuck inside of zombies.
  • Very low durability. Carrying backup weapons is recommended.
  • Cannot be repaired.

Special Abilities: Back-stab and Jaw-stab.

  • Most knives have the ability to silently back-stab an unsuspecting zombie. First, you must sneak up behind the zombie by crouching, aim and attack. If a zombie has detected you and turns their head around to look behind, you can still back-stab them. Back-stabbing can be risky due to it requiring you to get up close to a zombie and the zombie could turn around at any time and ruin the back-stab attempt. Back-stabs can cause the knife to get stuck inside of the zombie, resulting in you having to loot the knife off of it's corpse. Carrying a knife is recommended for players focusing on stealth.
  • Most knives have the ability to jaw-stab a zombie, which results in a one-hit kill. Jaw-stabs are very risky to attempt due to it being quite random and requiring you to let an attacking zombie get very close to your character. Jaw-stabs result in your character performing the jaw-stab animation which can leave your character vulnerable to other threats. Jaw-stabs can also cause the knife to get stuck inside of the zombie.

Condition

The bread knife is a blade weapon, therefore being influenced by the short blade skill. It only has a maximum condition of 5 and will be damaged depending on the player's maintenance skill. The chance of losing durability is: 1 in 5 hits. The weapon cannot be repaired.

Crafting

Survival

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Notched Wooden Plank
Notched Wooden Plank x1
none [[]]
Bread Knife
or
Butter Knife
or
Kitchen Knife
or
Screwdriver
or
Chipped Stone
or
Hunting Knife
or
Stone Knife x1
Plank.png
Plank
or
Log x1
(consumed)


Cooking

Main article: Cooking
Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Bread Slices
Bread Slices x3
none Bread
Bread x1
(consumed)
Knife Chopping.png
Bread Knife
or
Butter Knife
or
Kitchen Knife
or
Hunting Knife
or
Machete
or
Meat Cleaver
or
Stone Knife x1


Distribution

Buildings

Bread knives can be found in kitchen counters inside of houses, restaurants etc.

Zombies

Bread knives can sometimes be found impaled in zombies.

Gallery

Code

From items_weapons.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.50

	item BreadKnife
		MaxRange			= 1,
		WeaponSprite			= BreadKnife,
		MinAngle			= 0.65,
		Type				= Weapon,
		MinimumSwingTime		= 2,
		KnockBackOnNoDeath		= FALSE,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= SmallBlade,
		ConditionLowerChanceOneIn	= 5,
		Weight				= 0.3,
		SplatNumber			= 2,
		PushBackMod			= 0.3,
		SubCategory			= Stab,
		AimingMod			= 0.8,
		CloseKillMove			= Jaw_Stab,
		ConditionMax			= 5,
		MaxHitCount			= 1,
		IsAimedHandWeapon		= TRUE,
		DoorDamage			= 1,
		SwingAnim			= Stab,
		DisplayName			= Bread Knife,
		MinRange			= 0.61,
		SwingTime			= 2,
		KnockdownMod			= 0,
		SplatBloodOnNoDeath		= FALSE,
		Icon				= KnifeButter,
		RunAnim				= Run_Weapon2,
		IdleAnim			= Idle_Weapon2,
		BreakSound			= BreakMetalItem,
		TreeDamage			= 0,
		EnduranceMod			= 0.5,
		MetalValue			= 8,
		CriticalChance			= 15,
		CritDmgMultiplier		= 10,
		MinDamage			= 0.1,
		MaxDamage			= 0.4,
		WeaponLength			= 0.17,
		HitFloorSound			= BladeHit,
		ImpactSound			= BladeHit,
		HitSound			= BladeHit,
		AttachmentType			= Knife,


See also