Butter Knife: Difference between revisions

From PZwiki
(Replaced Navigation System with Header Version, Confirmed and Updated Code to include metal value, Updated Weapon Template to conform with new system. Cleared Old Categories.)
m (Distribution table update)
 
(31 intermediate revisions by 6 users not shown)
Line 1: Line 1:
__NOTOC__{{languages|Butter_Knife}}
{{Header|Project Zomboid|Items|Weapons|Melee weapons|Short blade weapons}}
{{header|The Game World|Items|Weapons|version=Version 37|incver=8}}{{Weapons|image = Butter Knife.png |weapontype = Melee |ammo = None|hands = One Handed|weight = 0.3|mindamage = 0.1|maxdamage = 0.2|condition = 5|degrade = 1|id = ButterKnife}}'''The''' [[Butter Knife]] is a emergency starting weapon which can be found in most houses. Out of all the basic cutlery (butter knife, fork, spoon), the butter knife is the only basic cutlery that can do the insta-kill jaw stab (if timed right). However with every hit on a zombie guarenteeing item condition falling by 1, and having a max of 5, it means you only get 5 hits with the knife before it breaks.
{{Page version|41.78.16}}
<br><br>
{{Infobox item
The butter knife is a single attack weapon, meaning it can only concentrate on one zombie at a time, attacking two at a time is risky as only one zombie will be stopped per hit and the other could get in close enough to damage the character.
|name=Butter Knife
<br><br>
|model=ButterKnife_Model.png
One if the benefits of the butter knife is that it is plentiful in the game world and is quite light. The butter knife cannot be repaired.
|icon=KnifeButter.png
|icon_name=Butter Knife
|category=Weapon
|weight=0.3
|function=[[Cooking]]
|equipped=One-handed
|type=SmallBlade
|min_range=0.61
|max_range=0.8
|swing_time=2
|condition_max=3
|min_damage=0.1
|max_damage=0.4
|push_back=0.3
|kill_move=Jaw stab
|item_id=Base.ButterKnife
}}
A '''butter knife''' is a blade melee [[weapon]].


== Crafting ==
==Usage==
{| class="wikitable sortable" style="text-align:center;"
===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.
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|4007}}
|}


== Code ==
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]].
<nowiki>
 
item ButterKnife
===Breaking doors===
MaxRange = 0.9,
It is mostly ineffective at bashing down [[door]]s, dealing just 1 damage per hit. For comparison, an [[axe]] deals 35 damage.
WeaponSprite = Knife,
 
MinAngle = 0,
===Chopping trees===
Type = Weapon,
It cannot be used to chop trees, dealing 0 damage per hit. For comparison, an [[axe]] deals 35 damage.
MinimumSwingTime = 2,
 
KnockBackOnNoDeath = FALSE,
==Condition==
SwingAmountBeforeImpact = 0.02,
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>
Categories = Blade,
 
===Repairing===
A butter knife cannot be repaired.
 
==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.
{{Crafting/sandbox2
|notched_wooden_plank
}}
 
===Cooking===
{{Main|Cooking}}
A butter knife's usage in cooking is very limited.
{{Crafting/sandbox2
|bread_slices
|cake_slice
|pie_slice
}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|ButterKnife|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>ButterKnife distribution
        <span class="mw-customtoggle-togglebox-ButterKnife" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-ButterKnife">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | bakerykitchen
    | {{ll|counter}}
    | 4
    | 20.0
    |-
    | bakerykitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | chinesekitchen
    | {{ll|counter}}
    | 4
    | 6.0
    |-
    | departmentstorage
    | {{ll|metal_shelves}}
    | 4
    | 10.0
    |-
    | dinerbackroom
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | knifefactory
    | {{ll|crate}}
    | 4
    | 20.0
    |-
    | knifefactory
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | prisoncells
    | {{ll|wardrobe}}
    | 4
    | 0.05
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-ButterKnife" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|ButterKnife|41.78.16-->
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 3750
  | source = items_weapons.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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,
ConditionLowerChanceOneIn = 1,
Weight = 0.3,
Weight = 0.3,
SplatN.umber = 0,
SplatNumber = 2,
PushBackMod = 0.3,
PushBackMod = 0.3,
MaxDamage = 0.2,
SubCategory = Stab,
SubCategory = Stab,
AimingMod = 0.8,
AimingMod = 0.8,
CloseKillMove = Jaw_Stab,
CloseKillMove = Jaw_Stab,
ConditionMax = 3,
ConditionMax = 5,
MaxHitCount = 1,
MaxHitCount = 1,
IsAimedHandWeapon = TRUE,
IsAimedHandWeapon = TRUE,
DoorDamage = 1,
DoorDamage = 1,
SwingAnim = Stab,
SwingAnim = Stab,
DisplayName = Butter Knife,
WeaponWeight = 0.3,
MinRange = 0.61,
DisplayName = Butter Knife,
SwingTime = 2,
MinRange = 0.61,
KnockdownMod = 0,
SwingTime = 2,
SplatBloodOnNoDeath = FALSE,
MinDamage = 0.1,
Icon = KnifeButter,
KnockdownMod = 0,
RunAnim = Run_Weapon2,
SplatBloodOnNoDeath = FALSE,
        IdleAnim = Idle_Weapon2,
Icon = KnifeButter,
        BreakSound =   ButterKnifeBreak,
RunAnim = Run_Weapon2,
        TreeDamage =   0,
        IdleAnim = Idle_Weapon2,
        EnduranceMod = 0.5,
        BreakSound = PZ_MetalSnap,
        MetalValue = 8,
        TreeDamage = 0,
        CriticalChance = 7,
        EnduranceMod = 0.5,
        CritDmgMultiplier = 10,
MetalValue = 8,
        MinDamage = 0.1,
</nowiki>
        MaxDamage = 0.4,
WeaponLength = 0.17,
HitFloorSound = ButterKnifeHit,
        ImpactSound = ButterKnifeHit,
        DoorHitSound = ButterKnifeHit,
HitSound = ButterKnifeHit,
SwingSound = ButterKnifeSwing,
AttachmentType = Screwdriver,
Tags = DullKnife,
}
}}
}}
 
==See also==
*[[Fork]]
*[[Spoon]]
 
{{Navbox items|blade}}
 
 


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

Latest revision as of 15:05, 24 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.

ButterKnife distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bakerykitchen counter 4 20.0
bakerykitchen counter 4 10.0
chinesekitchen counter 4 6.0
departmentstorage metal_shelves 4 10.0
dinerbackroom counter 4 10.0
knifefactory crate 4 20.0
knifefactory crate 4 10.0
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