Saucepan: Difference between revisions

From PZwiki
(Added crafted version of saucepan via Recipelookup (Pasta/Rice))
m (Distribution table update)
(41 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Weapons|Melee weapons|Short blunt weapons}}
{{languages|Saucepan}}
{{Page version|41.78.16}}
<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 -->
{{Reupload|Missing filled 3D model}}
<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 -->
{{Infobox item
<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 -->
|name=Saucepan
{{Consumables
|model=SaucePan_Model.png
|image = SaucepanEmpty.png
|icon=SaucepanEmpty.png
|weight = 0.7
|icon_name=Saucepan
|icon2=SaucepanFilled.png
|icon_name2=Filled Saucepan
<!--GENERAL-->
|category=Weapon
|weight=0.7
|weight2=2
|function=[[Cooking]] utensil
|max_units=20
|contents=Water
|can_boil_water=True
|rain_factor=0.8
|condition_max=5
|attachment_type=Saucepan
<!--DAMAGE-->
|type=SmallBlunt
|swing_time=2
|min_range=0.61
|max_range=1
|min_damage=0.2
|max_damage=0.7
|push_back=0.3
<!--TECHNICAL DETAILS-->
|item_id=Base.Saucepan
<br>Base.WaterSaucepan
}}
}}
{{Quote|text=Can be used to collect rainwater when placed on the ground outside|author=In-game tooltip}}
A '''saucepan''' is a [[Weapons|weapon]] and [[water]] container used in [[cooking]].


'''Saucepans''' are [[items|items]] found in kitchen cupboards of many houses. You can use it to store water and also to cook with rice and pasta. Unlike the [[Frying Pan]] it cannot be used for fighting.
==Usage==
===Weapon===
As of [[build 41]] the saucepan can be used as a weapon. It can only be used as a weapon when empty.


== Crafting ==
===Water storage===
A saucepan can be filled with water from a [[water]] source, producing a '''saucepan with water'''. To fill a saucepan: Right-click on a water source and "Refill Saucepan". It can hold the equivalent of 20 [[Empty Mug|mugs of water]]. It is an alternative storage space for water to [[Water Bottle|water bottles]], and is automatically drunk by the player to satiate [[Thirst|thirst]]. However, saucepans are significantly heavier than standard water bottles.
 
A saucepan can be used to purify [[Water#Tainted water|tainted water]], which is dirty water found in unsanitary sources, such as a lake or [[rain]].
 
==Condition==
The condition of the saucepan is influenced by the [[Skills#Combat|maintenance skill]]. It has a maximum condition of just 5 and will be damaged depending on the player's maintenance skill. The chance of losing durability is: <code>1 in (10 + maintenance x 2)</code>
 
==Crafting==
===Cooking===
{{Main|Cooking}}
A full saucepan can be used to cook [[rice]] and [[pasta]], which can be used to prepare [[Recipe ingredients#Rice & pasta ingredients|custom-made meals]].
{{Crafting/sandbox2
|saucepan_with_pasta
|saucepan_with_rice
}}
 
===First Aid===
{{Main|First Aid}}
Water can be heated in a saucepan, by placing it in a [[heat source]], which can then be used to sterilize [[bandage]]s. This is an alternative to using [[Bottle of Disinfectant|disinfectant]] or [[Bourbon|alcohol]].
{{Crafting/sandbox2
|bandage_sterilized_bandage
|ripped_sheets_sterilized_rag
}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
<!--BOT FLAG|Saucepan|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>Saucepan distribution
        <span class="mw-customtoggle-togglebox-Saucepan" 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-Saucepan">
    <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
    |-
    | breakroom
    | {{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-Saucepan" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|Saucepan|41.78.16-->
 
==Code==
{{CodeBox|''Saucepan'' [[File:SaucepanEmpty.png]]<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 5
  | source = items_weapons.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Saucepan
{
    DisplayCategory = Cooking,
Weight = 0.7,
CanStoreWater = TRUE,
DisplayName = Saucepan,
ReplaceOnUseOn = WaterSource-WaterSaucepan,
Icon = SaucepanEmpty,
MetalValue = 30,
RainFactor = 0.8,
StaticModel = SaucePan,
Tooltip = Tooltip_item_RainFromGround,
MaxRange = 1,
        WeaponSprite = SaucePan,
        MinAngle = 0.65,
        Type = Weapon,
        MinimumSwingTime = 2,
        KnockBackOnNoDeath = FALSE,
        SwingAmountBeforeImpact = 0.02,
        Categories = Improvised;SmallBlunt,
        ConditionLowerChanceOneIn = 10,
        SplatNumber = 1,
        PushBackMod = 0.3,
        SubCategory = Swinging,
        ConditionMax = 5,
        MaxHitCount = 2,
        DoorDamage = 1,
        SwingAnim = Bat,
        MinRange = 0.61,
        SwingTime = 2,
        KnockdownMod = 0,
        SplatBloodOnNoDeath = FALSE,
        BreakSound  =  SaucepanBreak,
        DoorHitSound = SaucepanHit,
HitSound = SaucepanHit,
HitFloorSound = SaucepanHit,
SwingSound = SaucepanSwing,
        TreeDamage  =  0,
        CriticalChance = 30,
        CritDmgMultiplier = 2,
        MinDamage = 0.2,
        MaxDamage = 0.7,
        BaseSpeed = 1,
        WeaponLength = 0.2,
        AttachmentType = Saucepan,
}
}}
 
''[[Saucepan with Water]]'' [[File:SaucepanEmpty.png]]<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 2716
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item WaterSaucepan
{
DisplayName = Saucepan with Water,
DisplayCategory = Water,
Type = Drainable,
Weight = 2,
Icon = SaucepanEmpty,
CanStoreWater = TRUE,
ConditionMax = 5,
EatType = Kettle,
FillFromDispenserSound = GetWaterFromDispenserMetalMedium,
FillFromTapSound = GetWaterFromTapMetalMedium,
IsCookable = TRUE,
IsWaterSource = TRUE,
RainFactor = 0.8,
ReplaceOnDeplete = Saucepan,
ReplaceOnUseOn = WaterSource-WaterSaucepan,
Tooltip = Tooltip_item_RainFromGround,
UseDelta = 0.05,
UseWhileEquipped = FALSE,
StaticModel = SaucePan,
WorldStaticModel = WaterSaucepan,
Tags = HasMetal,
}
}}
}}
 
==See also==
*[[Cooking Pot]]
*[[Frying Pan]]
*[[Dry Ramen Noodles]]
 
{{Navbox items|blunt}}


{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|2074}}
{{RecipeLookup|2075}}
|}




== Code ==
<nowiki>
item Saucepan
Weight = 0.7,
CanStoreWater = TRUE,
Type = Normal,
DisplayName = Saucepan,
ReplaceOnUseOn = WaterSource-WaterSaucepan,
Icon = SaucepanEmpty,
</nowiki>


{{Navbox/Tools}}
[[Category:Tools]]
[[Category:Tools]]
[[Category:Items]]
[[Category:Water containers]]
[[Category:Version 34.28]]

Revision as of 16:31, 24 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]
Frame.png
This article contains outdated/low-quality images.
Reason: Missing filled 3D model
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Saucepan
SaucePan Model.png
Filled Saucepan
General
Category
Weapon
Encumbrance
Moodle Icon HeavyLoad.png
0.7
2
Slot attached
Back
Function
Cooking utensil
Properties
Contents
Water
Capacity
20 units
Can boil water
True
Rain factor
0.8
Max condition
5
Performance
Damage
0.2–0.7
Range
0.61–1
Knockback
0.3
Technical
Item ID
Base.Saucepan


Base.WaterSaucepan

Can be used to collect rainwater when placed on the ground outside
— In-game tooltip

A saucepan is a weapon and water container used in cooking.

Usage

Weapon

As of build 41 the saucepan can be used as a weapon. It can only be used as a weapon when empty.

Water storage

A saucepan can be filled with water from a water source, producing a saucepan with water. To fill a saucepan: Right-click on a water source and "Refill Saucepan". It can hold the equivalent of 20 mugs of water. It is an alternative storage space for water to water bottles, and is automatically drunk by the player to satiate thirst. However, saucepans are significantly heavier than standard water bottles.

A saucepan can be used to purify tainted water, which is dirty water found in unsanitary sources, such as a lake or rain.

Condition

The condition of the saucepan is influenced by the maintenance skill. It has a maximum condition of just 5 and will be damaged depending on the player's maintenance skill. The chance of losing durability is: 1 in (10 + maintenance x 2)

Crafting

Cooking

Main article: Cooking

A full saucepan can be used to cook rice and pasta, which can be used to prepare custom-made meals.

Product Ingredients Tools Requirements Workstation XP
SaucepanFilled.png
Recipe ingredients
SaucepanEmpty.png Saucepan ×1
WaterDrop.png Water ×25 unit(s)
SpagettiRaw.png Pasta ×10 unit(s)
none none none none
SaucepanFilled.png
Recipe ingredients
SaucepanEmpty.png Saucepan ×1
WaterDrop.png Water ×25 unit(s)
RiceRaw.png Rice ×10 unit(s)
none none none none

First Aid

Main article: First Aid

Water can be heated in a saucepan, by placing it in a heat source, which can then be used to sterilize bandages. This is an alternative to using disinfectant or alcohol.

Product Ingredients Tools Requirements Workstation XP
Bandage.png
Sterilized Bandage
One of:
Alcohol.png Bottle of Disinfectant ×3 unit(s)
WhiskeyFull.png Bourbon ×10 unit(s)
Pot Water.png Cooking Pot ×1
SaucepanEmpty.png Saucepan ×1
Each of:
Bandage.png Bandage ×1
none none none none
Rag.png
Sterilized Rag
One of:
Alcohol.png Bottle of Disinfectant ×3 unit(s)
WhiskeyFull.png Bourbon ×10 unit(s)
Pot Water.png Cooking Pot ×1
SaucepanEmpty.png Saucepan ×1
Each of:
Rag.png Ripped Sheets ×1
none none none none

Distribution

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

Saucepan distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bakerykitchen counter 4 10.0
breakroom 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

Saucepan SaucepanEmpty.png
Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item Saucepan
	{
	    DisplayCategory = Cooking,
		Weight	=	0.7,
		CanStoreWater	=	TRUE,
		DisplayName	=	Saucepan,
		ReplaceOnUseOn	=	WaterSource-WaterSaucepan,
		Icon	=	SaucepanEmpty,
		MetalValue = 30,
		RainFactor = 0.8,
		StaticModel = SaucePan,
		Tooltip = Tooltip_item_RainFromGround,
		MaxRange	=	1,
        WeaponSprite	=	SaucePan,
        MinAngle	=	0.65,
        Type	=	Weapon,
        MinimumSwingTime	=	2,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	Improvised;SmallBlunt,
        ConditionLowerChanceOneIn	=	10,
        SplatNumber	=	1,
        PushBackMod	=	0.3,
        SubCategory	=	Swinging,
        ConditionMax	=	5,
        MaxHitCount	=	2,
        DoorDamage	=	1,
        SwingAnim	=	Bat,
        MinRange	=	0.61,
        SwingTime	=	2,
        KnockdownMod	=	0,
        SplatBloodOnNoDeath	=	FALSE,
        BreakSound  =   SaucepanBreak,
        DoorHitSound = SaucepanHit,
		HitSound = SaucepanHit,
		HitFloorSound = SaucepanHit,
		SwingSound = SaucepanSwing,
        TreeDamage  =   0,
        CriticalChance	=	30,
        CritDmgMultiplier = 2,
        MinDamage	=	0.2,
        MaxDamage	=	0.7,
        BaseSpeed = 1,
        WeaponLength = 0.2,
        AttachmentType = Saucepan,
	}

Saucepan SaucepanEmpty.png
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item WaterSaucepan
	{
		DisplayName = Saucepan with Water,
		DisplayCategory = Water,
		Type = Drainable,
		Weight = 2,
		Icon = SaucepanEmpty,
		CanStoreWater = TRUE,
		ConditionMax = 5,
		EatType = Kettle,
		FillFromDispenserSound = GetWaterFromDispenserMetalMedium,
		FillFromTapSound = GetWaterFromTapMetalMedium,
		IsCookable = TRUE,
		IsWaterSource = TRUE,
		RainFactor = 0.8,
		ReplaceOnDeplete = Saucepan,
		ReplaceOnUseOn = WaterSource-WaterSaucepan,
		Tooltip = Tooltip_item_RainFromGround,
		UseDelta = 0.05,
		UseWhileEquipped = FALSE,
		StaticModel = SaucePan,
		WorldStaticModel = WaterSaucepan,
		Tags = HasMetal,
	}

See also