Canned Mushroom Soup: Difference between revisions

From PZwiki
(added "pot of soup" recipe)
(→‎Distribution: Add table)
(30 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Food|Canned food}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=68}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Canned Mushroom Soup
{{Infobox item
|name_colour=Food
|name=Canned Mushroom Soup
|name_text_colour=Food
|model=TinnedMushroom_Model.png
|image=TinnedMushroom_Model.png
|icon=CannedMushroomSoup.png
|image_width=300px
|icon_name=Canned Mushroom Soup
|alternate_image=CannedMushroomSoup.png
|model2=TinnedMushroomOpen_Model.png
|alternate_link=
|icon2=CannedMushroomSoupOpen.png
|alternate_name=Canned Mushroom Soup
|icon_name2=Opened Canned Mushroom Soup
|alternate_image2=CannedMushroomSoupOpen.png
|alternate_link2=
|alternate_name2=Opened Canned Mushroom Soup
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.7
|weight=0.8
|days_fresh=3
|days_fresh=2
|days_rotten=5
|days_rotten=4
|packaged=True
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10
Line 26: Line 23:
|carbohydrates=19
|carbohydrates=19
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.CannedMushroomSoup<br>Base.CannedMushroomSoupOpen
|item_id=Base.CannedMushroomSoup<br>Base.CannedMushroomSoup<br>Open
}}'''Canned mushroom soup''' is a [[Food#Non-Perishable|non-perishable]] food [[item]].  
}}
'''Canned mushroom soup''' (written as ''MUSHROOM SOUP'' on the model) is a non-perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Canned mushroom soup can only be opened with a [[Can Opener|can opener]], and once opened becomes [[Food#Perishable|perishable]].  
Canned mushroom soup can only be opened with a [[Can Opener|can opener]], and once opened becomes [[Food#Perishable|perishable]].
{{Crafting/sandbox2
|opened_canned_mushroom_soup
}}
 
===Consumable properties===
===Consumable properties===
Opened canned mushroom soup can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Opened canned mushroom soup can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables
|image = CannedMushroomSoupOpen.png
|image = CannedMushroomSoupOpen.png
|hunger = -10
|hunger = -10
Line 50: Line 52:


==Crafting==
==Crafting==
===Cooking===
{{Main|Cooking}}
Canned mushroom soup can be used in various cooking recipes.
{{Main|Cooking}}
{{Main|Cooking}}
{{Crafting header|ing=3}}
{{Crafting cooking|102|ing=3}}
|}


====Evolved recipes====
===Evolved recipes===
{{EvolvedRecipesForItem|omelette=5|soup=10|stew=10|stirfry=10|burger=10|salad=10|roastedvegetables=10|pastapot=10|pastapan=10|ricepot=10|ricepan=10}}
Canned mushroom soup is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|omelette=5|soup=10|stew=10|stirfry=10|burger=5|salad=10|roastedvegetables=10|rice=10|pasta=10}}


==Distribution==
==Distribution==
Canned mushroom soup is often found in [[Containers#Kitchen Counter|kitchen counters]].
The loot distributions can be found in the table(s) below.


== Code ==
<!--BOT FLAG|CannedMushroomSoup|41.78.16-->
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{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 Mushroom Soup'' [[File:CannedMushroomSoup.png|32px]]
Canned mushroom soup can often be found in [[Containers#Kitchen Counter|kitchen counters]].
{{Retrieved|version=41|incver=68}}
<pre>    item CannedMushroomSoup
    {
        DisplayCategory = Food,
        Weight = 0.7,
        Type = Food,
        DisplayName = Canned Mushroom Soup,
        Icon = CannedMushroomSoup,
        Carbohydrates = 19,
        Proteins = 3,
        Lipids = 8,
        Calories = 160,
        Packaged = TRUE,
        StaticModel = CanClosed,
        CannedFood = TRUE,
        WorldStaticModel = CanClosedMushroom,
    }</pre>


''Opened Canned Mushroom Soup'' [[File:CannedMushroomSoupOpen.png|32px]]
==Code==
{{Retrieved|version=41|incver=68}}
{{CodeBox|[[File:CannedMushroomSoup.png]] {{ID|Base.CannedMushroomSoup}}<br>
<pre>    item CannedMushroomSoupOpen
{{CodeSnip
    {
  | lang = java
        DisplayCategory = Food,
  | line = true
        Weight = 0.7,
  | start = 342
        Type = Food,
  | source = items_food.txt
        DisplayName = Opened Canned Mushroom Soup,
  | retrieved = true
        EvolvedRecipe = Omelette:5;Soup:10;Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Burger:5;Salad:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
  | version = 41.78.16
        FoodType   =   Vegetables,
  | code =
        Icon = CannedMushroomSoupOpen,
item CannedMushroomSoup
        HungerChange = -10,
{
        DaysFresh = 2,
DisplayName = Canned Mushroom Soup,
        DaysTotallyRotten = 4,
DisplayCategory = Food,
        ThirstChange = -4,
Type = Food,
        Carbohydrates = 19,
Weight = 0.8,
        Proteins = 3,
Icon = CannedMushroomSoup,
        Lipids = 8,
CannedFood = TRUE,
        Calories = 160,
CantEat = TRUE,
        Packaged = TRUE,
Packaged = TRUE,
        ReplaceOnUse    =  TinCanEmpty,
Calories = 160,
        StaticModel = CanOpen,
Carbohydrates = 19,
        EatType = can,
Lipids = 8,
        CannedFood = TRUE,
Proteins = 3,
        WorldStaticModel = CanOpenMushroom,
StaticModel = CanClosed,
    }</pre>
WorldStaticModel = CanClosedMushroom,
Tags = HasMetal,
}
}}
 
[[File:CannedMushroomSoupOpen.png]] {{ID|Base.CannedMushroomSoupOpen}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 186
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item CannedMushroomSoupOpen
{
DisplayName = Opened Canned Mushroom Soup,
DisplayCategory = Food,
Type = Food,
Weight = 0.8,
Icon = CannedMushroomSoupOpen,
CannedFood = TRUE,
EatType = can,
EvolvedRecipe = Omelette:5;Soup:10;Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Burger:5;Salad:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
EvolvedRecipeName = Mushroom,
FoodType = Mushroom,
Packaged = TRUE,
ReplaceOnUse = TinCanEmpty,
DaysFresh = 2,
DaysTotallyRotten = 4,
HungerChange = -10,
ThirstChange = -4,
Calories = 160,
Carbohydrates = 19,
Lipids = 8,
Proteins = 3,
StaticModel = CanOpen,
WorldStaticModel = CanOpenMushroom,
Tags = HasMetal,
}
}}
}}


==See also==
==See also==
*[[Canned Beans]]
*[[Canned Beans]]
*[[Canned Bolognese]]
*[[Canned Spaghetti Bolognese]]
*[[Canned Soup]]
*[[Canned Vegetable Soup]]
 
{{Navbox items|preserved_food}}
 


{{Navbox_food}}
[[Category:Non-perishable food]]

Revision as of 02:46, 25 April 2024

Project ZomboidItemsFoodCanned foodCanned Mushroom Soup
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Canned Mushroom Soup
TinnedMushroom Model.png
TinnedMushroomOpen Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.8
Properties
Packaged
Yes
Days fresh
2 days
Days until rotten
4 days
Nutrition
HungerMoodle Icon Hungry.png
-10
ThirstMoodle Icon Thirsty.png
-4
CaloriesCalories
160
CarbohydratesCarbohydrates
19
ProteinsProteins
3
FatFat
8
Technical
Item ID
Base.CannedMushroomSoup
Base.CannedMushroomSoup
Open

Canned mushroom soup (written as MUSHROOM SOUP on the model) is a non-perishable food item.

Usage

Canned mushroom soup can only be opened with a can opener, and once opened becomes perishable.

Product Ingredients Tools Requirements Workstation XP
CannedMushroomSoupOpen.png
Opened Canned Mushroom Soup
CannedMushroomSoup.png Canned Mushroom Soup ×1 CanOpener.png
Can Opener
none none none

Consumable properties

Opened canned mushroom soup 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

CannedMushroomSoupOpen.png
Hunger: -10


CannedMushroomSoupOpen.png
Hunger: -7
Boredom: +10
Unhappiness: +10

CannedMushroomSoupOpen.png
Hunger: -4
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

Main article: Cooking

Evolved recipes

Canned mushroom soup is a cooking ingredient.

Product Nutrition
Soup
Soup
10
Stew
Stew
10
Salad
Salad
10
Stir Fry
Stir Fry
10
Roasted Vegetables
Roasted Vegetables
10
Burger
Burger
5
Rice Pot/Saucepan
Rice Pot/Saucepan
10
Pasta Pot/Saucepan
Pasta Pot/Saucepan
10
Omelette
Omelette
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 mushroom soup can often be found in kitchen counters.

Code

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

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

Retrieved: Build 41.78.16
item CannedMushroomSoup
	{
		DisplayName = Canned Mushroom Soup,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedMushroomSoup,
		CannedFood = TRUE,
		CantEat = TRUE,
		Packaged = TRUE,
		Calories = 160,
		Carbohydrates = 19,
		Lipids = 8,
		Proteins = 3,
		StaticModel = CanClosed,
		WorldStaticModel = CanClosedMushroom,
		Tags = HasMetal,
	}

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

Retrieved: Build 41.78.16
item CannedMushroomSoupOpen
	{
		DisplayName = Opened Canned Mushroom Soup,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedMushroomSoupOpen,
		CannedFood = TRUE,
		EatType = can,
		EvolvedRecipe = Omelette:5;Soup:10;Stew:10;Stir fry Griddle Pan:10;Stir fry:10;Burger:5;Salad:10;Roasted Vegetables:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
		EvolvedRecipeName = Mushroom,
		FoodType = Mushroom,
		Packaged = TRUE,
		ReplaceOnUse = TinCanEmpty,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -10,
		ThirstChange = -4,
		Calories = 160,
		Carbohydrates = 19,
		Lipids = 8,
		Proteins = 3,
		StaticModel = CanOpen,
		WorldStaticModel = CanOpenMushroom,
		Tags = HasMetal,
	}

See also