Frying Pan

From PZwiki
Revision as of 13:58, 20 March 2014 by Tickleman (talk | contribs)

Template:Items

The frying pan is a kitchen tool that is also used as an improvised blunt weapon in the post-apocalyptic world.

Frying pans are usually found in kitchen cupboards.

The frying pan is quite heavy and cumbersome to use with a rather long swinging time. However, despite its short range, it can deal considerable damage to an enemy if enough power is given in a swing. However, the frying pan should not be considered as a long-term weapon because of its poor durability.

The frying pan could also be used for its original purpose- which is to cook a cheese sandwich or a grilled cheese sandwich.

Crafting

Name Recipe Description
























Code

item Pan
{
	MaxRange	=	1.1,
		WeaponSprite	=	FryingPan,
		MinAngle	=	0.2,
		Type	=	Weapon,
		MinimumSwingTime	=	3,
		KnockBackOnNoDeath	=	True,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Improvised;Blunt,
		ConditionLowerChanceOneIn	=	20,
		Weight	=	2,
		SplatNumber	=	0,
		PushBackMod	=	0.5,
		MaxDamage	=	0.7,
		SubCategory	=	Swinging,
		ConditionMax	=	10,
		MaxHitCount	=	1,
		DoorDamage	=	3,
		SwingAnim	=	Bat,
		WeaponWeight	=	2,
		DisplayName	=	Frying Pan,
		MinRange	=	0.61,
		SwingTime	=	3,
		MinDamage	=	0.3,
		KnockdownMod	=	1,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	Pan,
}

Template:Navbox/Weapons