Kitchen Knife: Difference between revisions

From PZwiki
mNo edit summary
(New infobox + new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Kitchen Knife}}
{{languages|Kitchen Knife}}
{{header|The Game World|Items|Weapons|Melee Weapons|version=Version 37|incver=8}}{{Weapons|image = Kitchen Knife.png |weapontype = Melee |ammo = None|hands = One handed|weight = 0.3|mindamage = 0.3|maxdamage = 0.6|condition = 10|degrade = 2|id = KitchenKnife}}The '''kitchen knife''' is a reasonable secondary backup weapon (or even primary if you prefer knives). It is light and has the 'Jaw Stab' attack which can kill a zombie instantly if close enough and timed correctly. However it is not very durable and with deteriorate on average every two zombie attacks, giving a full condition knife an average of 20 zombie attacks/kills and considering its weight, is probably better suited as a backup.
{{header|Project Zomboid|Items|Weapons|Melee Weapons|type=Weapon|version=Version 40|incver=9}}{{Infobox weapon
<br><br>
|display_name=Kitchen Knife
The Kitchen Knife can be found in kitchen cupboards in many houses and in a few other places ingame. It is a one handed weapon which means you can carry a second bag in the secondary slot (assuming the first bag is on a characters back).
|name_colour=Weapon
<br><br>
|name_text_colour=Weapon
The kitchen knife is a single attack weapon, so it is best if used in single combat or if zombies are relatively spread out when attacking.
|image=KnifeChopping_120px.png
<br><br>
<!--GENERAL-->
The kitchen knife is also used in the preparation of some foods such as cutting watermelon slices.
|category=Weapon
<br><br>
|weight=0.3
Its tree/door damage is negligible. (1 tree, 1 door per attack).
|function=[[Cooking]]
|equipped=One-handed
|condition_max=10
<!--DAMAGE-->
|type=Blade
|swing_time=2
|min_range=0.61
|max_range=0.9
|min_damage=0.3
|max_damage=0.6
|push_back=0.3
|knockdown=0
|kill_move=Jaw stab
<!--TECHNICAL DETAILS-->
|class_name=Base.KitchenKnife
}}A '''kitchen knife''' is a blade melee [[weapon]].


== Crafting ==
==Usage==
{| class="wikitable sortable" style="text-align:center;"
===Weapon===
|-
The kitchen knife has a 'Jaw Stab' attack which can kill a zombie instantly if close enough and timed correctly. The kitchen knife is a single attack weapon, so it is best if used in single combat or if zombies are relatively spread out when attacking.
! Name
 
! class="unsortable" | Recipe
===Breaking doors===
! class="unsortable" | Description
It is mostly ineffective at bashing down [[door]]s, dealing just 1 damage per hit. For comparison, an [[axe]] deals 35 damage.
{{RecipeLookup|2016}}
 
{{RecipeLookup|4007}}
===Chopping trees===
|}
It is mostly ineffective at chopping trees, dealing 1 damage per hit. For comparison, an [[axe]] deals 35 damage.


== Materials to Repair ==
==Condition==
The kitchen 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 (2 + maintenance x 2)</code>


{| class="wikitable" style="text-align:center;"
===Repairing===
|-
Materials that can be used to repair the kitchen knife, based on first time repairing.
! Item Repaired
{{Fixing weapon
! 1st Repair Materials = <br> 55% Repaired, 100% Success
|item=Kitchen Knife
!  <br> 20% Repaired, 95% Success
|ducttape=1
!  <br> 10% Repaired, 95% Success
|ducttaperepairs=50
|-
|ducttapechance=95
|[[File:Kitchen Knife.png|32px]] <br>
|glue=1
[[Kitchen Knife]]
|gluerepairs=20
| [[File:DuctTape.png|32px]]<br>
|gluechance=95
[[Duct Tape]]
|scotchtape=2
| [[File:Glue.png|32px]]<br>
|scotchtaperepairs=10
[[Glue]]
|scotchtapechance=95
| [[File:MATERIALScotchTape.png|32px]]<br>
}}
[[Adhesive Tape]] <small>(2 Uses)</small>
|-
|}
=== Repair Code ===


<nowiki>
== Crafting ==
    fixing Fix Kitchen Knife
{{Crafting table header}}
      Require : KitchenKnife,
{{RecipeLookup|4007}}
{{RecipeLookup|3006}}
{{RecipeLookup|6007}}
{{RecipeLookup|6008}}
{{Crafting table footer}}
===Cooking===
{{Main|Cooking}}
{{Cooking table header}}
{{RecipeLookup|2016}}
{{RecipeLookup|2035}}
{{RecipeLookup|2042}}
{{RecipeLookup|2043}}
{{RecipeLookup|2047}}
{{RecipeLookup|2048}}
{{RecipeLookup|2049}}
{{RecipeLookup|2050}}
{{RecipeLookup|2051}}
{{RecipeLookup|2052}}
{{RecipeLookup|2063}}
{{Crafting table footer}}


      Fixer : DuctTape,
==Distribution==
      Fixer : Glue,
Kitchen Knives can be found in kitchen [[Containers#Counters|counters]] in houses and restaurants, along with general stores and [[Containers#Corpses|male corpses]].
      Fixer : Scotchtape=2,
</nowiki>


== Code ==
== Code ==
<nowiki>
===Item===
item KitchenKnife
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=9}}
<pre> item KitchenKnife
MaxRange = 0.9,
MaxRange = 0.9,
WeaponSprite = Knife,
WeaponSprite = Knife,
Line 88: Line 118:
         TreeDamage          = 1,
         TreeDamage          = 1,
         EnduranceMod        = 0.5,
         EnduranceMod        = 0.5,
         MetalValue = 10,
         MetalValue = 10,</pre>
</nowiki>
 
=== Repair===
'''''From fixing.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=9}}
<pre> fixing Fix Kitchen Knife
Require : KitchenKnife,
Fixer : DuctTape,
Fixer : Glue,
Fixer : Scotchtape=2,</pre>
 
==See also==
*[[Butter Knife]]
*[[Screwdriver]]


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

Revision as of 17:35, 27 August 2018

Kitchen Knife
Kitchen Knife
General
Category Weapon
Encumbrance
Heavy Load
0.3
Function Cooking
Equipped One-handed
Condition max. 10
Skill Blade
Damage
Type Blade
Attack speed 2
Range 0.61–0.9 tiles
Damage 0.3–0.6
Knockback 0.3
Knockdown 0
Execution Jaw stab
Technical details
Base ID Base.KitchenKnife

A kitchen knife is a blade melee weapon.

Usage

Weapon

The kitchen knife has a 'Jaw Stab' attack which can kill a zombie instantly if close enough and timed correctly. The kitchen knife is a single attack weapon, so it is best if used in single combat or if zombies are relatively spread out when attacking.

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 is mostly ineffective at chopping trees, dealing 1 damage per hit. For comparison, an axe deals 35 damage.

Condition

The kitchen knife is a 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: 1 in (2 + maintenance x 2)

Repairing

Materials that can be used to repair the kitchen knife, based on first time repairing.

Repair Kitchen Knife
DuctTape.png
Potentially repairs: 50%
Chance of success: 95%
Glue.png
Potentially repairs: 20%
Chance of success: 95%
Scotchtape.png
Potentially repairs: 10%
Chance of success: 95%

Crafting

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Cooking

Main article: Cooking

Template:Cooking table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Kitchen Knives can be found in kitchen counters in houses and restaurants, along with general stores and male corpses.

Code

Item

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.9

	item KitchenKnife
		MaxRange			= 0.9,
		WeaponSprite			= Knife,
		MinAngle			= 0,
		Type				= Weapon,
		MinimumSwingTime		= 2,
		KnockBackOnNoDeath		= FALSE,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= Blade,
		ConditionLowerChanceOneIn	= 2,
		Weight				= 0.3,
		SplatN.umber			= 0,
		PushBackMod			= 0.3,
		MaxDamage			= 0.6,
		SubCategory			= Stab,
		AimingMod			= 0.8,
		ConditionMax			= 10,
		MaxHitCount			= 1,
		IsAimedHandWeapon		= TRUE,
		DoorDamage			= 1,
		SwingAnim			= Stab,
		WeaponWeight			= 1.7,
		DisplayName			= Kitchen Knife,
		MinRange			= 0.61,
		CloseKillMove 			= Jaw_Stab,
		SwingTime			= 2,
		MinDamage			= 0.3,
		KnockdownMod	        	= 0,
		SplatBloodOnNoDeath		= TRUE,
		Icon	        		= KnifeChopping,
		RunAnim	        		= Run_Weapon2,
        	IdleAnim	        	= Idle_Weapon2,
        	BreakSound          		= PZ_MetalSnap,
        	TreeDamage          		= 1,
        	EnduranceMod         		= 0.5,
        	MetalValue 			= 10,

Repair

From fixing.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.9

	fixing Fix Kitchen Knife
		Require : KitchenKnife,
		Fixer : DuctTape,
		Fixer : Glue,
		Fixer : Scotchtape=2,

See also

Template:Navbox/ToolsTemplate:Navbox/Weapons