Butter Knife: Difference between revisions

From PZwiki
(New infobox + new layout)
m (Automated Formatting)
(28 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{languages|Butter_Knife}}
{{Header|Project Zomboid|Items|Weapons|Melee weapons|Short blade weapons}}
{{header|Project Zomboid|Items|Weapons|Melee Weapons|type=Weapon|version=Version 40|incver=8}}{{Infobox weapon
{{Page version|41.78.16}}
|display_name=Butter Knife
{{Infobox item
|name_colour=Weapon
|name=Butter Knife
|name_text_colour=Weapon
|model=ButterKnife_Model.png
|image=KnifeButter_120px.png
|icon=KnifeButter.png
|icon_name=Butter Knife
|category=Weapon
|category=Weapon
|weight=0.3
|weight=0.3
|function=[[Cooking]]
|function=[[Cooking]]
|equipped=One-handed
|equipped=One-handed
|type=Blade
|type=SmallBlade
|min_range=0.61
|min_range=0.61
|max_range=0.9
|max_range=0.8
|swing_time=2
|swing_time=2
|condition_max=5
|condition_max=3
|min_damage=0.1
|min_damage=0.1
|max_damage=0.2
|max_damage=0.4
|push_back=0.3
|push_back=0.3
|knockdown=0
|kill_move=Jaw stab
|kill_move=Jaw stab
|class_name=Base.ButterKnife
|item_id=Base.ButterKnife
}}A '''butter knife''' is a blade melee [[weapon]].
}}
A '''butter knife''' is a blade melee [[weapon]].


==Usage==
==Usage==
===Weapon===
===Weapon===
The butter knife is an emergency weapon with extremely low damage, however it can perform an instant kill jaw stab. It is highly ineffective in a defensive situation, as it will never knockdown an opponent and only knock them back a very short distance.  
The butter knife is an emergency weapon with extremely low damage, however it can perform an instant kill jaw stab. It is highly ineffective in a defensive situation, as it will never knockdown an opponent and only knock them back a very short distance.


The butter knife has a very short range, making it very dangerous when fighting [[zombies]], however it does have a quick attack. It is a single-attack weapon, hitting just 1 opponent with each swing. Butter knifes are mostly useless in combat, however they can get the player out of a dangerous situation and should only be equipped in an emergency, or if smashing a [[window]].
The butter knife has a very short range, making it very dangerous when fighting [[zombies]], however it does have a quick attack. It is a single-attack weapon, hitting just 1 opponent with each swing. Butter knives are mostly useless in combat, however they can get the player out of a dangerous situation and should only be equipped in an emergency, or if smashing a [[window]].


===Breaking doors===
===Breaking doors===
Line 35: Line 36:


==Condition==
==Condition==
The butter knife is a [[Skills#Blade|blade]] weapon, therefore being influenced by the blade skills: accuracy, guard and maintenance. It has a maximum condition of just 5 and will be damaged depending on the player's maintenance skill. The chance of losing durability is: <code>1 in (1 + maintenance x 2)</code>
The condition of the butter knife is influenced by the [[Skills#Combat|maintenance skill]]. It has a maximum condition of just 3 and will be damaged depending on the player's maintenance skill. The chance of losing durability is: <code>1 in (1 + maintenance x 2)</code>


===Repairing===
===Repairing===
A spoon cannot be repaired.
A butter knife cannot be repaired.


== Crafting ==
==Crafting==
A butter knife can be used to drill a hole in a [[Plank|plank of wood]], which can be used for survivalist fire-making.
A butter knife can be used to drill a hole in a [[Plank|plank of wood]], which can be used for survivalist fire-making.
{{Crafting table header}}
{{Crafting/sandbox2
{{RecipeLookup|4007}}
|notched_wooden_plank
{{Crafting table footer}}
}}
 
===Cooking===
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
A butter knife's usage in cooking is very limited, and can only be used to cut [[bread]] into [[Bread Slice|slices]].
A butter knife's usage in cooking is very limited.
{{Cooking table header}}
{{Crafting/sandbox2
{{RecipeLookup|2035}}
|bread_slices
{{Crafting table footer}}
|cake_slice
|pie_slice
}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="2"|bakerykitchen
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|2
|-
|chinesekitchen
|[[counter]]
|4
|6
|-
|departmentstorage
|[[metal_shelves]]
|4
|1
|-
|dinerbackroom
|[[counter]]
|4
|1
|-
|rowspan="2"|knifefactory
|[[crate]]
|4
|1
|-
|[[crate]]
|4
|2
|-
|prisoncells
|[[wardrobe]]
|4
|0.05
|}


== Code ==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=8}}
| {{CodeSnip
<pre> item ButterKnife
  | lang = java
MaxRange = 0.9,
  | line = true
WeaponSprite = Knife,
  | start = 3750
MinAngle = 0,
  | source = items_weapons.txt
Type = Weapon,
  | retrieved = true
MinimumSwingTime = 2,
  | version = 41.78.16
KnockBackOnNoDeath = FALSE,
  | code =
SwingAmountBeforeImpact = 0.02,
item ButterKnife
Categories = Blade,
{
ConditionLowerChanceOneIn = 1,
    DisplayCategory = Cooking,
Weight = 0.3,
MaxRange = 0.8,
SplatN.umber = 0,
WeaponSprite = ButterKnife,
PushBackMod = 0.3,
MinAngle = 0.65,
MaxDamage = 0.2,
Type = Weapon,
SubCategory = Stab,
MinimumSwingTime = 2,
AimingMod = 0.8,
KnockBackOnNoDeath = FALSE,
CloseKillMove = Jaw_Stab,
SwingAmountBeforeImpact = 0.02,
ConditionMax = 5,
Categories = SmallBlade,
MaxHitCount = 1,
ConditionLowerChanceOneIn = 1,
IsAimedHandWeapon = TRUE,
Weight = 0.3,
DoorDamage = 1,
SplatNumber = 2,
SwingAnim = Stab,
PushBackMod = 0.3,
WeaponWeight = 0.3,
SubCategory = Stab,
DisplayName = Butter Knife,
AimingMod = 0.8,
MinRange = 0.61,
CloseKillMove = Jaw_Stab,
SwingTime = 2,
ConditionMax = 3,
MinDamage = 0.1,
MaxHitCount = 1,
KnockdownMod = 0,
IsAimedHandWeapon = TRUE,
SplatBloodOnNoDeath = FALSE,
DoorDamage = 1,
Icon = KnifeButter,
SwingAnim = Stab,
RunAnim = Run_Weapon2,
DisplayName = Butter Knife,
        IdleAnim = Idle_Weapon2,
MinRange = 0.61,
        BreakSound = PZ_MetalSnap,
SwingTime = 2,
        TreeDamage = 0,
KnockdownMod = 0,
        EnduranceMod = 0.5,
SplatBloodOnNoDeath = FALSE,
MetalValue = 8,</pre>
Icon = KnifeButter,
RunAnim = Run_Weapon2,
        IdleAnim = Idle_Weapon2,
        BreakSound =   ButterKnifeBreak,
        TreeDamage =   0,
        EnduranceMod = 0.5,
        MetalValue = 8,
        CriticalChance = 7,
        CritDmgMultiplier = 10,
        MinDamage = 0.1,
        MaxDamage = 0.4,
WeaponLength = 0.17,
HitFloorSound = ButterKnifeHit,
        ImpactSound = ButterKnifeHit,
        DoorHitSound = ButterKnifeHit,
HitSound = ButterKnifeHit,
SwingSound = ButterKnifeSwing,
AttachmentType = Screwdriver,
Tags = DullKnife,
}
}}
}}


==See also==
==See also==
Line 96: Line 171:
*[[Spoon]]
*[[Spoon]]


{{Navbox/Tools}}{{Navbox/Weapons}}
{{Navbox items|blade}}
 
 
 
[[Category:Cooking tools]]
[[Category:Tools]]

Revision as of 07:04, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Butter Knife
ButterKnife Model.png
General
Category
Weapon
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Equipped
One-handed
Function
Properties
Max condition
3
Performance
Damage
0.1–0.4
Range
0.61–0.8
Knockback
0.3
Special ability
Jaw stab
Technical
Item ID
Base.ButterKnife

A butter knife is a blade melee weapon.

Usage

Weapon

The butter knife is an emergency weapon with extremely low damage, however it can perform an instant kill jaw stab. It is highly ineffective in a defensive situation, as it will never knockdown an opponent and only knock them back a very short distance.

The butter knife has a very short range, making it very dangerous when fighting zombies, however it does have a quick attack. It is a single-attack weapon, hitting just 1 opponent with each swing. Butter knives are mostly useless in combat, however they can get the player out of a dangerous situation and should only be equipped in an emergency, or if smashing a window.

Breaking doors

It is mostly ineffective at bashing down doors, dealing just 1 damage per hit. For comparison, an axe deals 35 damage.

Chopping trees

It cannot be used to chop trees, dealing 0 damage per hit. For comparison, an axe deals 35 damage.

Condition

The condition of the butter knife is influenced by the maintenance skill. It has a maximum condition of just 3 and will be damaged depending on the player's maintenance skill. The chance of losing durability is: 1 in (1 + maintenance x 2)

Repairing

A butter knife cannot be repaired.

Crafting

A butter knife can be used to drill a hole in a plank of wood, which can be used for survivalist fire-making.

Product Ingredients Tools Requirements Workstation XP
TZ PerforatedWoodenPlank.png
Notched Wooden Plank
One of:
Screwdriver.png Screwdriver ×1
KnifeChopping.png Kitchen Knife ×1
KnifeButter.png Butter Knife ×1
KnifeButter.png Bread Knife ×1
HuntingKnife.png Hunting Knife ×1
RockSharpened.png Chipped Stone ×1
KnifeFlint.png Stone Knife ×1
One of:
Plank.png Plank ×1
Logs.png Log ×1
none none none none

Cooking

Main article: Cooking

A butter knife's usage in cooking is very limited.

Product Ingredients Tools Requirements Workstation XP
BreadSlices.png
Bread Slices ×3
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
KnifeButter.png Butter Knife ×1
KnifeButter.png Bread Knife ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
BreadAnima.gif Bread ×1
none none none 0.75 Cooking
CakeSlice.png
Cake Slice ×5
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
KnifeButter.png Butter Knife ×1
KnifeButter.png Bread Knife ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
CakeCooked.png Cake (Cooked) ×1
none none none 0.75 Cooking
Pie.png
Pie Slice ×5
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
KnifeButter.png Butter Knife ×1
KnifeButter.png Bread Knife ×1
Cleaver.png Meat Cleaver ×1
KnifeFlint.png Stone Knife ×1
Machete.png Machete ×1
Each of:
PieWholeCooked.png Pie (Cooked) ×1
none none none 0.75 Cooking

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bakerykitchen counter 4 1
counter 4 2
chinesekitchen counter 4 6
departmentstorage metal_shelves 4 1
dinerbackroom counter 4 1
knifefactory crate 4 1
crate 4 2
prisoncells wardrobe 4 0.05

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item ButterKnife
	{
	    DisplayCategory = Cooking,
		MaxRange	=	0.8,
		WeaponSprite	=	ButterKnife,
		MinAngle	=	0.65,
		Type	=	Weapon,
		MinimumSwingTime	=	2,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	SmallBlade,
		ConditionLowerChanceOneIn	=	1,
		Weight	=	0.3,
		SplatNumber	=	2,
		PushBackMod	=	0.3,
		SubCategory	=	Stab,
		AimingMod	=	0.8,
		CloseKillMove = Jaw_Stab,
		ConditionMax	=	3,
		MaxHitCount	=	1,
		IsAimedHandWeapon	=	TRUE,
		DoorDamage	=	1,
		SwingAnim	=	Stab,
		DisplayName	=	Butter Knife,
		MinRange	=	0.61,
		SwingTime	=	2,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	KnifeButter,
		RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        BreakSound  =   ButterKnifeBreak,
        TreeDamage  =   0,
        EnduranceMod = 0.5,
        MetalValue = 8,
        CriticalChance	=	7,
        CritDmgMultiplier = 10,
        MinDamage	=	0.1,
        MaxDamage	=	0.4,
		WeaponLength = 0.17,
		HitFloorSound	=	ButterKnifeHit,
        ImpactSound	=	ButterKnifeHit,
        DoorHitSound = ButterKnifeHit,
		HitSound	=	ButterKnifeHit,
		SwingSound = ButterKnifeSwing,
		AttachmentType = Screwdriver,
 		Tags = DullKnife,
	}

See also