Kitchen Knife: Difference between revisions

From PZwiki
m (Added Notched Plank to Crafting section)
(Replaced Navigation System with Header Version, Confirmed and Updated Code to include metal value, Updated Weapon Template Cleared Old Categories.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Kitchen Knife}}
{{languages|Kitchen Knife}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|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.
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<br><br>
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Weapons|Weapons]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
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).  
{{Weapons
|image = Kitchen Knife.png  
|weapontype = Melee  
|ammo = none
|weight = 0.3
}}
 
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.
<br><br>
<br><br>
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). 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.
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.
<br><br>
<br><br>
The kitchen knife is also used in the preparation of some foods such as cutting watermelon slices.
The kitchen knife is also used in the preparation of some foods such as cutting watermelon slices.
Line 96: Line 88:
         TreeDamage          = 1,
         TreeDamage          = 1,
         EnduranceMod        = 0.5,
         EnduranceMod        = 0.5,
        MetalValue = 10,
</nowiki>
</nowiki>


{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:Items]]
[[Category:Weapons]]
[[Category:Version 34.28]]

Revision as of 19:36, 3 May 2017


The Game WorldItemsWeaponsKitchen Knife

Template:WeaponsThe 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.



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).

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.

The kitchen knife is also used in the preparation of some foods such as cutting watermelon slices.

Its tree/door damage is negligible. (1 tree, 1 door per attack).

Crafting

Name Recipe Description
























Materials to Repair

Item Repaired 1st Repair Materials =
55% Repaired, 100% Success

20% Repaired, 95% Success

10% Repaired, 95% Success
Kitchen Knife.png

Kitchen Knife

DuctTape.png

Duct Tape

Glue.png

Glue

MATERIALScotchTape.png

Adhesive Tape (2 Uses)

Repair Code

    fixing Fix Kitchen Knife
       Require : KitchenKnife,

       Fixer : DuctTape,
       Fixer : Glue,
       Fixer : Scotchtape=2,
 

Code

	
	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,

Template:Navbox/Weapons