Frying Pan: Difference between revisions

From PZwiki
mNo edit summary
(Redesigned page, +Navbar, Corrected consumables, changed description, removed crafting (no longer relevant), confirmed repair costs, corrected incorrect code, +Tool NavBox, +relevant categories)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{Items
{{languages|Frying_Pan}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Tools|Tools]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Tools
|image = Pan.png  
|image = Pan.png  
|weight = 2
|primaryuse= Cooking Food
|otheruses= Kill Zombies
|weight = 1.0
}}
}}


The frying pan is a kitchen tool that is also used as an improvised blunt weapon in the post-apocalyptic world.  
'''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.
Frying pans are usually found in kitchen cupboards.
Line 11: Line 17:
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 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.
== Repair Costs ==
 
Can also be used to make stir fry.
 
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2008}}
{{RecipeLookup|2012}}
|}
 
== Require ==
  <nowiki>
  <nowiki>
     fixing Fix Pan
     fixing Fix Pan
    {
       Require : Pan,
       Require : Pan,


Line 34: Line 25:
       Fixer : Glue=2,
       Fixer : Glue=2,
       Fixer : Scotchtape=3,
       Fixer : Scotchtape=3,
    }
  </nowiki>
  </nowiki>
== Code ==
== Code ==
  <nowiki>item Pan
  <nowiki>
{
item Pan
MaxRange = 1.1,
MaxRange = 1.1,
WeaponSprite = FryingPan,
WeaponSprite = FryingPan,
MinAngle = 0.2,
MinAngle = 0.2,
Type = Weapon,
Type = Weapon,
MinimumSwingTime = 3,
MinimumSwingTime = 3,
KnockBackOnNoDeath = True,
KnockBackOnNoDeath = True,
SwingAmountBeforeImpact = 0.02,
SwingAmountBeforeImpact = 0.02,
Categories = Improvised;Blunt,
Categories = Improvised;Blunt,
ConditionLowerChanceOneIn = 20,
ConditionLowerChanceOneIn = 12,
Weight = 2,
Weight = 1,
SplatNumber = 0,
SplatN.umber = 0,
PushBackMod = 0.5,
PushBackMod = 0.5,
MaxDamage = 0.7,
MinDamage = 0.3,
SubCategory = Swinging,
MaxDamage = 0.5,
ConditionMax = 10,
SubCategory = Swinging,
MaxHitCount = 1,
ConditionMax = 10,
DoorDamage = 3,
MaxHitCount = 1,
SwingAnim = Bat,
DoorDamage = 3,
WeaponWeight = 2,
SwingAnim = Bat,
DisplayName = Frying Pan,
WeaponWeight = 2,
MinRange = 0.61,
DisplayName = Frying Pan,
SwingTime = 3,
MinRange = 0.61,
MinDamage = 0.3,
SwingTime = 3,
KnockdownMod = 1,
KnockdownMod = 1.3,
SplatBloodOnNoDeath = FALSE,
SplatBloodOnNoDeath = FALSE,
Icon = Pan,
Icon = Pan,
}</nowiki>
RunAnim = Run_Weapon2,
        IdleAnim = Idle_Weapon2,
        TreeDamage  = 0,
        EnduranceMod = 1.3,
</nowiki>
 
{{Navbox/Tools}}
{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:Items]]
[[Category:Version 0.2.0p]]
[[Category:Tools]]
[[Category:Weapons]]
[[Category:Version 34.28]]

Revision as of 04:06, 29 August 2016


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