Bread Knife: Difference between revisions

From PZwiki
(Created page with "<!--Comment: This section is for the language and the format of the page. The languages section is used for linking pages. So a example might be {{languages|Nails}} in which e...")
 
No edit summary
Line 24: Line 24:
|category=Weapon
|category=Weapon
|weight=0.09
|weight=0.09
|function=?
|function=[[Weapon|Weapon]]
|equipped=One-handed
|equipped=One-handed
|secondary_item=
|secondary_item=
|condition_max=?
|condition_max=5
<!-- |attachment_type= -->
<!-- |attachment_type= -->
<!--CHARACTERISTICS-->
<!--CHARACTERISTICS-->
Line 38: Line 38:
<!--DAMAGE-->
<!--DAMAGE-->
|type=[[Weapons#Short_Blade|Short Blade]]
|type=[[Weapons#Short_Blade|Short Blade]]
|swing_time=?
|swing_time=2
|min_range=?
|min_range=0.61
|max_range=?
|max_range=1
|hit_chance=
|hit_chance=
|min_damage=?
|min_damage=0.1
|max_damage=?
|max_damage=0.4
|push_back=?
|push_back=0.3
|knockdown=?
|knockdown=0
|kill_move=
|kill_move=Jaw_Stab
|effect_power=
|effect_power=
|effect_range=
|effect_range=

Revision as of 13:03, 15 February 2021



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 15/02/2021.
Bread Knife
Bread Knife
Bread Knife Spear Breadknife
General
Category Weapon
Encumbrance
Heavy Load
0.09
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
Knockback 0.3
Knockdown 0
Execution Jaw_Stab
Technical details
Base ID ?


WARNING: This article is under construction and may not be accurate or even contain errors!

The bread knife is a non craftable melee weapon categorized as a short blade which can be attached to a spear [? link to spear]. It is also used for cooking recipes.


Usage

Cooking

The bread knife can be used to make cooking recipes. If this weapon is tainted in blood and the player uses it, it won't affect him/her (by making him sick or infected by the zombie virus) but it is recommended to wash it since it could change in the future.

Weapon

Pros:
The bread knife is a one handed blade weapon which is capable of dealing a one shot kill on zombies when the player performs a jaw stab animation. Since it's a one handed weapon the player can carry a bag in the other hand but it is advised to have enough strength to do so.

Cons:
Despite its fast attack rate, it has a short attack range and it inflicts low damage to the zombies if the player can't jaw stab the target, making it a weapon hard to master. This weapon can only hit 1 target at a time. The player should make sure other zombies are far enough in order to engage the closest one in case of a jaw stab with the weapon or else by the time this kind of attack is finished the player can't move making him and easy prey for the close zombies.

Breaking doors

It is mostly ineffective at bashing down doors, dealing only 5 damage per hit. For comparison, an axe deals 35 damage to that structure type.

Tree chopping

[To be filled]

Condition

The bread knife is a blade weapon, therefore being influenced by the blade skills: accuracy, guard and maintenance. It only has a maximum condition of [? Add value here] and will be damaged depending on the player's maintenance skill. The chance of losing durability is: [? Add equation here]

Repairing

Materials that can be used to repair the bread knife, based on first time repairing. [Values in this section must be added!]

Repair Bread Knife
Duct Tape
DuctTape.png Potentially repairs: 0%
Chance of success: 0%
Needs:
Duct Tape (1 units)
Glue
Glue.png Potentially repairs: 0%
Chance of success: 0%
Needs:
Glue (1 units)
Adhesive Tape
Scotchtape.png Potentially repairs: 0%
Chance of success: 0%
Needs:
Adhesive Tape (2 units)


Distribution

Crafting

Template:Crafting table header Template:Crafting table footer

Buildings

Bread Knives can be found in kitchen counters and various various other places.

Vehicles

[! To be filled]

NPCs

There is a chance zombies have a bread knife stuck into their body.

Trivia

  • The bread knife was added to the game in build 41 IWMBUS. (also known as animation build)

Gallery

Code

Item

From items.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,
 	}


Repair

Retrieved: Build 41.50 This item can't be repaired.

See also