Fork

From PZwiki
Revision as of 03:42, 20 May 2013 by Pianoman (talk | contribs)


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
{
	Type				=			Weapon,
		DisplayName			=			Fork,
		SubCategory    		=     		Stab,
		Icon				=			Fork,
		MinAngle			=			0,
		MaxDamage			=			0.8,
		MinDamage			=			0.4,
		MaxRange 			= 			0.9,
		MinRange 			= 			0.61,
    	SwingAnim			=			Stab,
		WeaponSprite		=			Knife,
		Weight				=			0.8,
		WeaponWeight		=			0.7,
		MinimumSwingTime 	= 			4.1,
		SwingTime			=			4.1,
		DoorDamage			=			1,
		SwingAmountBeforeImpact = 		0.02,
		MaxHitCount 		=			1,
		PushBackMod			=			0,
		KnockdownMod		=			0,
		ConditionLowerChanceOneIn = 	100,
		ConditionMax 	  	= 			1,
		Categories 			=			Blade,
		IsAimedHandWeapon	=			true,
		AimingMod			=			0.8,
}

Template:Navbox/Weapons