Frying pan: Difference between revisions

From PZwiki
Frying pan
m (Fixed Coding)
No edit summary
Line 43: Line 43:
}
}
}</nowiki>
}</nowiki>
[[Category:tools]]
{{Navbox/Weapons}}
[[Category:Weapons]]
[[Category:weapons]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 14:58, 4 May 2013

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

Template:Navbox/Weapons