Butter Knife: Difference between revisions

From PZwiki
mNo edit summary
(added model image + changed navbox & crafting table + updated to build 41.53)
Line 1: Line 1:
{{languages|Butter_Knife}}
{{languages}}
{{header|Project Zomboid|Items|Weapons|Melee Weapons|type=Weapon|version=Version 40|incver=8}}{{Infobox weapon
{{header|Project Zomboid|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41|incver=53}}{{Infobox weapon
|display_name=Butter Knife
|display_name=Butter Knife
|name_colour=Weapon
|name_colour=Weapon
|name_text_colour=Weapon
|name_text_colour=Weapon
|image=KnifeButter_120px.png
|image=ButterKnife_Model.png
|image_width=150px
|alternate_image=KnifeButter.png
|alternate_name=Butter Knife
|alternate_link=
|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
|class_name=Base.ButterKnife
Line 35: Line 38:


==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===
Line 42: Line 45:
== 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 header|ing=2}}
{{RecipeLookup|4007}}
{{Crafting general|027|ing=2}}
{{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 header|ing=2}}
{{RecipeLookup|2035}}
{{Crafting cooking|117|ing=2}}
{{Crafting table footer}}
{{Crafting cooking|403|ing=2}}
{{Crafting cooking|404|ing=2}}
|}


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


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


{{Navbox/Tools}}{{Navbox/Weapons}}
{{Navbox_equipment}}{{Navbox_weapons}}

Revision as of 07:02, 31 July 2021

Butter Knife
Butter Knife
Butter Knife
General
Category Weapon
Encumbrance
Heavy Load
0.3
Function Cooking
Equipped One-handed
Condition max. 3
Skill Short Blade
Damage
Type SmallBlade
Attack speed 2
Range 0.61–0.8 tiles
Damage 0.1–0.4
Knockback 0.3
Execution Jaw stab
Technical details
Base 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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
TZ PerforatedWoodenPlank.png
Notched Wooden Plank
0 XP none
(keep)
One of:
Plank.png Plank
Logs.png Log

(consumed)

Cooking

Main article: Cooking

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

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
BreadSlices.png
Bread Slices x3
0.75 Cooking none
(keep)
BreadAnima.gif
Bread
(consumed)
Cake Slice
Cake Slice x5
0.75 Cooking none
(keep)
Cake (Cooked)
Cake (Cooked)
(consumed)
Pie Slice
Pie Slice x5
0.75 Cooking none
(keep)
Pie (Cooked)
Pie (Cooked)
(consumed)

Code

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

	item ButterKnife
	{
	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  =   BreakMetalItem,
        TreeDamage  =   0,
        EnduranceMod = 0.5,
        MetalValue = 8,
        CriticalChance	=	7,
        CritDmgMultiplier = 10,
        MinDamage	=	0.1,
        MaxDamage	=	0.4,
	WeaponLength = 0.17,
	HitFloorSound	=	BladeHit,
        ImpactSound	=	BladeHit,
	HitSound	=	BladeHit,
	AttachmentType = Screwdriver,
 	}

See also