Frying pan

From PZwiki
Revision as of 14:57, 4 May 2013 by Zombieslayer123 (talk | contribs) (Fixed Coding)

Frying pan

Template:Items

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

The frying pan is quite heavy and cumbersome to use for the less-fit survivors of Muldraugh. However, despite its short range, it can deal considerable damage to an enemy if enough power is given in a swing.

Crafting

Name Recipe Description
























Code

item Pan
{
			Type				=			Weapon,
		DisplayName			=			Frying Pan,
    SubCategory    =     Swinging,
		Icon				=			Pan,
		Weight				=			1.0,
		MinAngle			=			0,
		MaxDamage			=			0.7,
		MinDamage			=			1.0,
		MaxRange 			= 			1.0,
		MinRange 			= 			0.2,
		SwingAnim			=			Bat,
		WeaponSprite		=			FryingPan,
		WeaponWeight		=			1.5,
		DoorDamage			=			10,
		MinimumSwingTime 	= 			2.0,
		SwingTime			=			2.0,
		SwingAmountBeforeImpact = 		0.02,
		MaxHitCount 		=			1,
		Categories 			=			Improvised,
		}
}