Fork: Difference between revisions

From PZwiki
mNo edit summary
(Updated to latest version)
Line 12: Line 12:


== Code ==
== Code ==
  <nowiki>item Fork
  <nowiki>
{
item Fork
MaxRange = 0.6,
{
MaxRange = 0.9,
WeaponSprite = Knife,
WeaponSprite = Knife,
MinAngle = 0,
MinAngle = 0,
Line 27: Line 28:
SubCategory = Stab,
SubCategory = Stab,
AimingMod = 0.8,
AimingMod = 0.8,
ConditionMax = 10,
ConditionMax = 3,
MaxHitCount = 1,
MaxHitCount = 1,
IsAimedHandWeapon = TRUE,
IsAimedHandWeapon = TRUE,
Line 40: Line 41:
KnockdownMod = 0,
KnockdownMod = 0,
Icon = Fork,
Icon = Fork,
}</nowiki>
TreeDamage  =  0,
EnduranceMod = 0.5,
}
</nowiki>
== History ==
== History ==



Revision as of 11:00, 11 February 2016


Template:Items

The fork is a stabbing weapon added in 0.2.0r RC2.9. The fork has the same stats as the butter knife, so it takes about 4-6 shots to take out a single zombie. It's low range, damage, and almost non-existant knockback makes it impossible to use against a horde or even against multiple enemies. It is better used in a situation where enemies can be taken one by one (securely) or there is only 1 zombie. The fork is found in many kitchens along with the (Butter Knife, Kitchen Knife, and Spoon.)


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,
	}

History

Alpha
RC 2.9 Added to the game.

See Also

Template:Navbox/Weapons