Fork: Difference between revisions

From PZwiki
(Updated page, +navbar, +new description + code, +categories. - history (redundant))
(Replaced Navigation System with Header Version, Confirmed and Updated Code to include metal value, Cleared Old Categories.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Fork}}
{{languages|Fork}}
<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 = Fork.png |weapontype = Melee |ammo = None|hands = One handed|weight = 0.3|mindamage = 0.1|maxdamage = 0.1|condition = 3|degrade = 1|id = Fork}}'''The''' [[Fork]] is a emergency starting weapon which can be found in most houses. Out of all the basic cutlery (butter knife, fork, spoon), the fork, similar to the spoon is a extremely low damage weapon which cannot perform the insta-kill jaw stab which comes with the [[Butter Knife]] or other advanced knives. Every hit on a zombie reduces the item condition falling by 1, and having a max of 3, it means you only get 3 hits with the fork before it breaks.
<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 = Fork.png  
|weapontype = Melee  
|ammo = none
|weight = 0.3
}}
'''The''' [[Fork]] is a emergency starting weapon which can be found in most houses. Out of all the basic cutlery (butter knife, fork, spoon), the fork, similar to the spoon is a extremely low damage weapon which cannot perform the insta-kill jaw stab which comes with the [[Butter Knife]] or other advanced knives. Every hit on a zombie reduces the item condition falling by 1, and having a max of 3, it means you only get 3 hits with the fork before it breaks.
<br><br>
<br><br>
The fork 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 fork 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.
<br><br>
<br><br>
One if the benefits of the fork is that it is plentiful in the game world and is quite light. The fork cannot be repaired. It is recommended you use the Butter Knife compared to the fork if truely out of weapons at the start.
One if the benefits of the fork is that it is plentiful in the game world and is quite light. The fork cannot be repaired. It is recommended you use the Butter Knife compared to the fork if truely out of weapons at the start.
<br><br><br><br><br>
<br><br><br><br><br><br><br><br><br>
== Code ==
== Code ==
  <nowiki>
  <nowiki>
Line 47: Line 38:
TreeDamage  = 0,
TreeDamage  = 0,
EnduranceMod = 0.5,
EnduranceMod = 0.5,
MetalValue = 5,
</nowiki>
</nowiki>


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

Revision as of 19:21, 3 May 2017


Template:WeaponsThe Fork is a emergency starting weapon which can be found in most houses. Out of all the basic cutlery (butter knife, fork, spoon), the fork, similar to the spoon is a extremely low damage weapon which cannot perform the insta-kill jaw stab which comes with the Butter Knife or other advanced knives. Every hit on a zombie reduces the item condition falling by 1, and having a max of 3, it means you only get 3 hits with the fork before it breaks.



The fork 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 fork is that it is plentiful in the game world and is quite light. The fork cannot be repaired. It is recommended you use the Butter Knife compared to the fork if truely out of weapons at the start.








Code

	
	item Fork
		MaxRange			= 0.9,
		WeaponSprite			= Knife,
		MinAngle			= 0,
		Type				= Weapon,
		MinimumSwingTime		= 2,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= Blade,
		Weight				= 0.3,
		ConditionLowerChanceOneIn	= 1,
		PushBackMod			= 0.3,
		MaxDamage			= 0.1,
		SubCategory			= Stab,
		AimingMod			= 0.8,
		ConditionMax			= 3,
		MaxHitCount			= 1,
		IsAimedHandWeapon		= TRUE,
		DoorDamage			= 1,
		SwingAnim			= Stab,
		CriticalChance			= 5,
		WeaponWeight			= 0.3,
		DisplayName			= Fork,
		MinRange			= 0.2,
		SwingTime			= 2,
		MinDamage			= 0.1,
		KnockdownMod			= 0,
		Icon				= Fork,
		TreeDamage  			= 0,
		EnduranceMod 			= 0.5,
		MetalValue 			= 5,

Template:Navbox/Weapons