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.)
mNo edit summary
Line 1: Line 1:
__NOTOC__{{languages|Butter_Knife}}
__NOTOC__{{languages|Butter_Knife}}
{{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.
{{header|The Game World|Items|Weapons|Melee 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.
<br><br>
<br><br>
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.
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.
Line 12: Line 12:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
! Skill Level
{{RecipeLookup|4007}}
{{RecipeLookup|4007}}
|}
|}
Line 55: Line 56:
</nowiki>
</nowiki>


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

Revision as of 17:20, 6 June 2018

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



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.

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.

Crafting

Name Recipe Description Skill Level












Code

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


Template:Navbox/ToolsTemplate:Navbox/Weapons