Frying Pan

From PZwiki
Revision as of 04:07, 29 August 2016 by MalonyJenkins (talk | contribs) (Correcting Format.)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Tools -> Frying Pan   

Template:Tools

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.





Repair Costs

    fixing Fix Pan
       Require : Pan,

       Fixer : DuctTape,
       Fixer : Glue=2,
       Fixer : Scotchtape=3,
 

Code

	
	item Pan
		MaxRange			= 1.1,
		WeaponSprite			= FryingPan,
		MinAngle			= 0.2,
		Type				= Weapon,
		MinimumSwingTime		= 3,
		KnockBackOnNoDeath		= True,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= Improvised;Blunt,
		ConditionLowerChanceOneIn	= 12,
		Weight				= 1,
		SplatN.umber			= 0,
		PushBackMod			= 0.5,
		MinDamage			= 0.3,
		MaxDamage			= 0.5,
		SubCategory			= Swinging,
		ConditionMax			= 10,
		MaxHitCount			= 1,
		DoorDamage			= 3,
		SwingAnim			= Bat,
		WeaponWeight			= 2,
		DisplayName			= Frying Pan,
		MinRange			= 0.61,
		SwingTime			= 3,
		KnockdownMod			= 1.3,
		SplatBloodOnNoDeath		= FALSE,
		Icon				= Pan,
		RunAnim				= Run_Weapon2,
        	IdleAnim			= Idle_Weapon2,
        	TreeDamage  			= 0,
        	EnduranceMod 			= 1.3,

Template:Navbox/Tools Template:Navbox/Weapons