Frying Pan: Difference between revisions

From PZwiki
(Replaced Navigation System with Header Version, Confirmed and Updated Code to include metal value, Cleared Old Categories except Weapon Category.)
m (Simplified redundant links)
 
(45 intermediate revisions by 9 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Weapons|Melee weapons|Short blunt weapons}}
{{languages|Frying_Pan}}
{{Page version|41.78.16}}
{{header|The Game World|Items|Tools|version=Version 37|incver=8}}{{Tools
{{Infobox item
|image = Pan.png  
|name=Frying Pan
|primaryuse= Cooking Food
|model=FryingPan_Model.png
|otheruses= Kill Zombies
|icon=Pan.png
|weight = 1.0
|icon_name=Frying Pan
<!--GENERAL-->
|category=Cooking
|skill_type=Short Blunt
|weight=1
|function=[[Cooking]]
|equipped=One-handed
|attachment_type=Pan
<!--DAMAGE-->
|type=Blunt
|min_range=0.61
|max_range=1.1
|base_speed=1
|condition_max=10
|min_damage=0.3
|max_damage=0.5
|crit_multiplier=2
|crit_chance=30
|door_damage=3
|tree_damage=0
|push_back=0.5
|knockdown=1.3
<!--TECHNICAL-->
|item_id=Base.Pan
}}
}}
'''The Frying Pan''' is a kitchen tool that is also used as an improvised blunt weapon in the post-apocalyptic world.  
A '''frying pan''' is a blunt melee [[weapon]] used in [[cooking]].


Frying pans are usually found in kitchen cupboards.
==Usage==


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.
===Weapon===
<br><br>
The frying pan has a short range and can only hit one opponent per swing, making it difficult to fight multiple zombies at once. Using the frying pan as a weapon increases the rate of [[Endurance|exhaustion]] more than most other weapons.
The frying pan is a single attack weapon, meaning it can only hit one zombie at a time ''(compared to the [[Baseball Bat|baseball bat]] which can hit 2)''. Attacking more than one zombie should be taken with care as only one zombie will be stopped per hit and others could get in close enough to damage the character.


== Materials to Repair ==
===Breaking doors===
It is mostly ineffective at bashing down [[door]]s, dealing just 3 damage per hit. For comparison, an [[axe]] deals 35 damage.


{| class="wikitable" style="text-align:center;"
===Chopping trees===
|-
It cannot be used to chop trees, dealing 0 damage per hit. For comparison, an [[axe]] deals 35 damage.
! Item Repaired
! 1st Repair Materials = <br> 55% Repaired, 100% Success
!  <br> 20% Repaired, 95% Success
!  <br> 10% Repaired, 95% Success
|-
|[[File:Frying Pan.png|32px]] <br>
[[Frying Pan]]
| [[File:DuctTape.png|32px]]<br>
[[Duct Tape]]
| [[File:Glue.png|32px]]<br>
[[Glue]] <small>(2 Uses)</small>
| [[File:MATERIALScotchTape.png|32px]]<br>
[[Adhesive Tape]] <small>(3 Uses)</small>
|-
|}


== Repair Code ==
==Condition==
  <nowiki>
The frying pan has a maximum condition of 10. Its rate of degradation is influenced by the [[Skills|short blunt]] and [[Skills|maintenance]] skills. The chance of losing [[durability]] can be simplified to the following formula: <code>1 in (12 + maintenanceMod &times; 2)</code>. Where "maintenanceMod" is calculated using the short blunt and maintenance skills.<br>
Below is an example of the chance of losing durability at varying levels of the [[Skills|maintenance]] and [[Skills|short blunt]] skills.
{{Durability weapon|12}}
 
===Repairing===
Materials that can be used to repair the frying pan, based on first time repairing.
{{Fixing weapon
|item=Frying Pan
|ducttape=1
|ducttaperepairs=50
|ducttapechance=95
|glue=2
|gluerepairs=20
|gluechance=95
|scotchtape=3
|scotchtaperepairs=10
|scotchtapechance=95
}}
 
It should be noted that repairing the frying pan makes following repairs less likely to succeed and can, if repaired numerous times, cause reduced durability instead of increased.
 
==Crafting==
===Cooking===
{{Main|Cooking}}
Frying pans can be used to cook a [[Recipe ingredients#Stir fry & roast ingredients|stir fry]] using ingredients including, but not limited to, [[bacon]], [[Dry Ramen Noodles|ramen]], [[corn]] and [[Onion|onions]].
{{Crafting/sandbox2
|stir_fry
}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|Pan|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Pan distribution
        <span class="mw-customtoggle-togglebox-Pan" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-Pan">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | bakerykitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | departmentstorage
    | {{ll|metal_shelves}}
    | 4
    | 10.0
    |-
    | dinerbackroom
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-Pan" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Pan|41.78.16-->
 
==Code==
{{CodeBox|
 
===Item===
{{CodeSnip
  | lang = java
  | line = true
  | start = 1236
  | source = items_weapons.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Pan
    {
        DisplayCategory = Cooking,
        MaxRange = 1.1,
        WeaponSprite = FryingPan,
        MinAngle = 0.67,
        Type = Weapon,
        MinimumSwingTime = 3,
        KnockBackOnNoDeath = True,
        SwingAmountBeforeImpact = 0.02,
        Categories = Improvised;SmallBlunt,
        ConditionLowerChanceOneIn = 12,
        Weight = 1,
        SplatNumber = 1,
        PushBackMod = 0.5,
        SubCategory = Swinging,
        ConditionMax = 10,
        MaxHitCount = 1,
        DoorDamage = 3,
        SwingAnim = Bat,
        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,
        MetalValue = 20,
        MinDamage = 0.3,
        MaxDamage = 0.5,
        CriticalChance = 30,
        CritDmgMultiplier = 2,
        BaseSpeed = 1,
    WeaponLength = 0.21,
    AttachmentType = Pan,
        BreakSound = FryingPanBreak,
        DoorHitSound = FryingPanHit,
HitSound = FryingPanHit,
HitFloorSound = FryingPanHit,
SwingSound = FryingPanSwing,
    }
}}
 
===Repair===
{{CodeSnip
  | lang = java
  | line = true
  | start = 489
  | source = fixing.txt
  | retrieved = true
  | version = 41.78.16
  | code =
     fixing Fix Pan
     fixing Fix Pan
    {
       Require : Pan,
       Require : Pan,


Line 43: Line 189:
       Fixer : Glue=2,
       Fixer : Glue=2,
       Fixer : Scotchtape=3,
       Fixer : Scotchtape=3,
</nowiki>
    }
}}
}}
 
==See also==
*[[Roasting Pan]]
*[[Rolling Pin]]
 
{{Navbox items|blunt}}
 


== Code ==
<nowiki>
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,
MetalValue = 20,
</nowiki>


{{Navbox/Tools}}
[[Category:Cooking tools]]
{{Navbox/Weapons}}
[[Category:Tools]]
[[Category:Weapons]]

Latest revision as of 11:30, 25 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Frying Pan
FryingPan Model.png
General
Category
Cooking
Encumbrance
Moodle Icon HeavyLoad.png
1
Equipped
One-handed
Slot attached
Back
Function
Skill
Properties
Max condition
10
Performance
Damage
0.3–0.5
Door damage
3
Tree damage
0
Range
0.61–1.1
Attack speed
1
Knockback
0.5
Knockdown
1.3
Crit chance
30%
Technical
Item ID
Base.Pan

A frying pan is a blunt melee weapon used in cooking.

Usage

Weapon

The frying pan has a short range and can only hit one opponent per swing, making it difficult to fight multiple zombies at once. Using the frying pan as a weapon increases the rate of exhaustion more than most other weapons.

Breaking doors

It is mostly ineffective at bashing down doors, dealing just 3 damage per hit. For comparison, an axe deals 35 damage.

Chopping trees

It cannot be used to chop trees, dealing 0 damage per hit. For comparison, an axe deals 35 damage.

Condition

The frying pan has a maximum condition of 10. Its rate of degradation is influenced by the short blunt and maintenance skills. The chance of losing durability can be simplified to the following formula: 1 in (12 + maintenanceMod × 2). Where "maintenanceMod" is calculated using the short blunt and maintenance skills.
Below is an example of the chance of losing durability at varying levels of the maintenance and short blunt skills.

For how this is calculated, see: Condition
Maintenance skill Weapon skill Durability lower chance
0 0 1/12 (8%)
0 4 1/14 (7%)
0 8 1/16 (6%)
4 0 1/16 (6%)
8 0 1/20 (5%)
4 4 1/18 (6%)
4 8 1/20 (5%)
8 8 1/24 (4%)
10 10 1/26 (4%)

Repairing

Materials that can be used to repair the frying pan, based on first time repairing.

Repair Frying Pan
DuctTape.png
Potentially repairs: 50%
Chance of success: 95%
Glue.png
Potentially repairs: 20%
Chance of success: 95%
Scotchtape.png
Potentially repairs: 10%
Chance of success: 95%

It should be noted that repairing the frying pan makes following repairs less likely to succeed and can, if repaired numerous times, cause reduced durability instead of increased.

Crafting

Cooking

Main article: Cooking

Frying pans can be used to cook a stir fry using ingredients including, but not limited to, bacon, ramen, corn and onions.

Product Ingredients Tools Requirements Workstation XP
PanFull.png
Stir fry
One of:
Griddle.png Griddle Pan ×1
Pan.png Frying Pan ×1
Each of:
Soup Ingredients.png Stir fry Ingredients ×(1−6)
none none none 0.75 Cooking

Distribution

The loot distributions can be found in the table(s) below.

Pan distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bakerykitchen counter 4 10.0
departmentstorage metal_shelves 4 10.0
dinerbackroom counter 4 10.0
kitchen counter 4 10.0

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Item

Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item Pan
    {
        DisplayCategory = Cooking,
        MaxRange	=	1.1,
        WeaponSprite	=	FryingPan,
        MinAngle	=	0.67,
        Type	=	Weapon,
        MinimumSwingTime	=	3,
        KnockBackOnNoDeath	=	True,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	Improvised;SmallBlunt,
        ConditionLowerChanceOneIn	=	12,
        Weight	=	1,
        SplatNumber	=	1,
        PushBackMod	=	0.5,
        SubCategory	=	Swinging,
        ConditionMax	=	10,
        MaxHitCount	=	1,
        DoorDamage	=	3,
        SwingAnim	=	Bat,
        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,
        MetalValue = 20,
        MinDamage	=	0.3,
        MaxDamage	=	0.5,
        CriticalChance	=	30,
        CritDmgMultiplier = 2,
        BaseSpeed = 1,
    	WeaponLength = 0.21,
    	AttachmentType = Pan,
        BreakSound	=	FryingPanBreak,
        DoorHitSound = FryingPanHit,
		HitSound = FryingPanHit,
		HitFloorSound = FryingPanHit,
		SwingSound = FryingPanSwing,
    }

Repair

Source: ProjectZomboid\media\scripts\fixing.txt

Retrieved: Build 41.78.16
fixing Fix Pan
    {
       Require : Pan,

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

See also