Butter 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 to conform with new system. Cleared Old Categories.)
Line 1: Line 1:
__NOTOC__
__NOTOC__{{languages|Butter_Knife}}
{{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.
<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 -->
<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 -->
<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 -->
{{Weapons
|image = Butter Knife.png  
|weapontype = Melee  
|ammo = none
|weight = 0.3
}}
'''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 62: Line 52:
         TreeDamage  = 0,
         TreeDamage  = 0,
         EnduranceMod = 0.5,
         EnduranceMod = 0.5,
MetalValue = 8,
</nowiki>
</nowiki>


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

Revision as of 18:52, 3 May 2017

The Game WorldItemsWeaponsButter Knife

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












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/Weapons