Canned Mushroom Soup: Difference between revisions

From PZwiki
m (fixed days_rotten value)
m (Automated Formatting)
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=78}}{{Infobox food
{{Header|Project Zomboid|Items|Food|Canned food}}
|display_name=Canned Mushroom Soup
{{Page version|41.78.16}}
|name_colour=Food
{{Infobox item
|name_text_colour=Food
|name=Canned Mushroom Soup
|image=TinnedMushroom_Model.png
|model=TinnedMushroom_Model.png
|image_width=200px
|icon=CannedMushroomSoup.png
|alternate_image=CannedMushroomSoup.png
|icon_name=Canned Mushroom Soup
|alternate_name=Canned Mushroom Soup
|model2=TinnedMushroomOpen_Model.png
|alternate_link=
|icon2=CannedMushroomSoupOpen.png
|alternate_image2=CannedMushroomSoupOpen.png
|icon_name2=Opened Canned Mushroom Soup
|alternate_link2=
|alternate_name2=Opened Canned Mushroom Soup
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 16: Line 14:
|days_fresh=2
|days_fresh=2
|days_rotten=4
|days_rotten=4
|packaged = Yes
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10
Line 25: Line 23:
|carbohydrates=19
|carbohydrates=19
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=Base.CannedMushroomSoup<br>Base.CannedMushroomSoup<br>Open
|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 header|ing=2}}
{{Crafting/sandbox2
{{Crafting cooking|016|ing=2}}
|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 56: Line 55:


===Evolved recipes===
===Evolved recipes===
Canned mushroom soup is a [[cooking]] [[Recipe Ingredients|ingredient]].
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}}
{{EvolvedRecipesForItem|omelette=5|soup=10|stew=10|stirfry=10|burger=5|salad=10|roastedvegetables=10|rice=10|pasta=10}}


==Distribution==
==Distribution==
Canned mushroom soup can often be found in [[Containers#Kitchen Counter|kitchen counters]].
Canned mushroom soup can often be found in [[Containers#Kitchen Counter|kitchen counters]].


==Gallery==
<gallery>
TinnedMushroom_Model.png|Model for: [[File:CannedMushroomSoup.png]]
TinnedMushroomOpen_Model.png|Model for: [[File:CannedMushroomSoupOpen.png]]
</gallery>
<div class="mw-collapsible mw-collapsed">
==Code==
==Code==
<div class="mw-collapsible-content">'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|[[File:CannedMushroomSoup.png]] {{ID|Base.CannedMushroomSoup}}<br>
''Canned Mushroom Soup'' [[File:CannedMushroomSoup.png|32px]]
{{CodeSnip
{{Retrieved|version=41|incver=73}}
  | lang = java
<pre>    item CannedMushroomSoup
  | line = true
  | start = 342
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item CannedMushroomSoup
{
{
DisplayName = Canned Mushroom Soup,
DisplayName = Canned Mushroom Soup,
Line 89: Line 87:
StaticModel = CanClosed,
StaticModel = CanClosed,
WorldStaticModel = CanClosedMushroom,
WorldStaticModel = CanClosedMushroom,
}</pre>
Tags = HasMetal,
''Opened Canned Mushroom Soup'' [[File:CannedMushroomSoupOpen.png|32px]]
}
{{Retrieved|version=41|incver=73}}
}}
<pre>    item CannedMushroomSoupOpen
 
[[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,
DisplayName = Opened Canned Mushroom Soup,
Line 102: Line 110:
EatType = can,
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,
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 Soup,
EvolvedRecipeName = Mushroom,
FoodType = Mushroom,
FoodType = Mushroom,
Packaged = TRUE,
Packaged = TRUE,
Line 116: Line 124:
StaticModel = CanOpen,
StaticModel = CanOpen,
WorldStaticModel = CanOpenMushroom,
WorldStaticModel = CanOpenMushroom,
Tags = HasMetal,
}
}
</pre>
}}
</div>
}}


==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 07:13, 14 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

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