Canned Peaches: Difference between revisions

From PZwiki
m (Automated Formatting)
(→‎Distribution: Add table)
Line 60: Line 60:


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|CannedMushroomSoup|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>CannedMushroomSoup distribution
        <span class="mw-customtoggle-togglebox-CannedMushroomSoup" 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-CannedMushroomSoup">
    <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
    |-
    | all
    | {{ll|Bag_FoodCanned}}
    | 2
    | 20.0
    |-
    | all
    | {{ll|FoodBox}}
    | 15
    | 10.0
    |-
    | all
    | {{ll|GroceryBag1}}
    | 1
    | 1.0
    |-
    | all
    | {{ll|GroceryBag3}}
    | 1
    | 10.0
    |-
    | garagestorage
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | generalstore
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | grocerystorage
    | {{ll|crate}}
    | 4
    | 1.0
    |-
    | kitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |}
</div>
    </div><div style="clear:both;"></div>
    {| class="wikitable theme-red" style="width:98%;"
    |+ {{ll|Foraging}}
    ! rowspan="2" | Amount
    ! rowspan="2" | Skill level
    ! rowspan="2" | Biomes
    ! colspan="4" style="text-align:center;" | Weather modifiers
    ! colspan="3" style="text-align:center;" | Month modifiers
    |-
    ! Snow
    ! Rain
    ! Day
    ! Night
    ! Months available
    ! Bonus months
    ! Malus months
    |-
    | 1
    | 0
    | all with 1 chance
    | -
    | -
    | -
    | -
    | all
    | -
    | -
    |}
    </div></div><div class="toggle large mw-customtoggle-togglebox-CannedMushroomSoup" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|CannedMushroomSoup|41.78.16-->
Canned fruit peaches can often be found in [[Containers#Kitchen Counter|kitchen counters]].
Canned fruit peaches can often be found in [[Containers#Kitchen Counter|kitchen counters]].



Revision as of 02:46, 25 April 2024

Project ZomboidItemsFoodCanned foodCanned Peaches
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Canned Peaches
TinnedPeaches Model.png
TinnedPeachesOpen Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.8
Properties
Packaged
Yes
Days fresh
5 days
Days until rotten
7 days
Nutrition
HungerMoodle Icon Hungry.png
-15
CaloriesCalories
250
CarbohydratesCarbohydrates
30
ProteinsProteins
10
FatFat
24
Effect
UnhappinessMoodle Icon Unhappy.png
-10
Technical
Item ID
Base.CannedPeaches
Base.CannedPeachesOpen

Canned peaches (written as PEACHES on the model) is a non-perishable food item.

Usage

Canned peaches can only be opened with a can opener, and once opened become perishable.

Product Ingredients Tools Requirements Workstation XP
CannedPeachesOpen.png
Opened Canned Peaches
CannedPeaches.png Canned Peaches ×1 CanOpener.png
Can Opener
none none none

Consumable properties

Opened canned peaches can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten

CannedPeachesOpen.png
Hunger: -15

Unhappiness: -10

CannedPeachesOpen.png
Hunger: -11
Boredom: +10

CannedPeachesOpen.png
Hunger: -6
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Canned peaches is a cooking ingredient.

Product Nutrition
Fruit Salad
Fruit Salad
15
Pie (savory)
Pie (savory)
15
Cake
Cake
15
Muffin
Muffin
15
Pancakes
Pancakes
15
Waffles
Waffles
15
Oatmeal
Oatmeal
5

Distribution

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

CannedMushroomSoup distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Bag_FoodCanned 2 20.0
all FoodBox 15 10.0
all GroceryBag1 1 1.0
all GroceryBag3 1 10.0
garagestorage crate 4 10.0
generalstore crate 4 10.0
grocerystorage crate 4 1.0
kitchen counter 4 10.0
Foraging
Amount Skill level Biomes Weather modifiers Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 0 all with 1 chance - - - - all - -

Canned fruit peaches can often be found in kitchen counters.

Code

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

CannedPeaches.png Base.CannedPeaches
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item CannedPeaches
	{
		DisplayName = Canned Peaches,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedPeaches,
		CannedFood = TRUE,
		CantEat = TRUE,
		Packaged = TRUE,
		Calories = 250,
		Carbohydrates = 0,
		Lipids = 24,
		Proteins = 10,
		StaticModel = CanClosed,
		WorldStaticModel = CanClosedPeaches_Ground,
		Tags = HasMetal,
	}

CannedPeachesOpen.png Base.CannedPeachesOpen
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item CannedPeachesOpen
	{
		DisplayName = Opened Canned Peaches,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedPeachesOpen,
		CannedFood = TRUE,
		EatType = can,
		EvolvedRecipe = Cake:15;FruitSalad:15;Pancakes:15;Waffles:15;Muffin:15;PieSweet:15;Oatmeal:5,
		EvolvedRecipeName = Peach,
		FoodType = Fruits,
		Packaged = TRUE,
		ReplaceOnUse = TinCanEmpty,
		DaysFresh = 5,
		DaysTotallyRotten = 7,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 250,
		Carbohydrates = 0,
		Lipids = 24,
		Proteins = 10,
		StaticModel = CanOpen,
		WorldStaticModel = CanOpenPeaches_Ground,
		Tags = HasMetal,
	}

See also