Canned Mushroom Soup: Difference between revisions

From PZwiki
(added "pot of soup" recipe)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Canned Mushroom Soup}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=68}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Canned Mushroom Soup
|display_name=Canned Mushroom Soup
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=TinnedMushroom_Model.png
|image=CannedMushroomSoup_120px.png
|image_width=300px
|alternate_image=CannedMushroomSoupOpen.png
|alternate_image=CannedMushroomSoup.png
|alternate_link=
|alternate_link=
|alternate_name=Canned Mushroom Soup
|alternate_name=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=2
|packaged=True
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10
Line 30: Line 25:


==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 cooking|016|ing=2}}
{{Crafting table footer}}
 
===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.
Line 50: Line 49:


==Crafting==
==Crafting==
===Cooking===
{{Main|Cooking}}
Canned mushroom soup can be used in various cooking recipes.
{{Main|Cooking}}
{{Main|Cooking}}
===What it can make===
{{Crafting header|ing=3}}
{{Crafting header|ing=3}}
{{Crafting cooking|102|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 fruit cocktail 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]].
Canned mushroom soup is often found in [[Containers#Kitchen Counter|kitchen counters]].


==Gallery==
<gallery>
TinnedMushroom_Model.png|Canned mushroom soup model when placed in the world.
TinnedMushroomOpen_Model.png|Opened canned mushroom soup model when placed in the world.
</gallery>
<div class="mw-collapsible mw-collapsed">
== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
<div class="mw-collapsible-content">'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
 
''Canned Mushroom Soup'' [[File:CannedMushroomSoup.png|32px]]
''Canned Mushroom Soup'' [[File:CannedMushroomSoup.png|32px]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item CannedMushroomSoup
<pre>    item CannedMushroomSoup
    {
{
        DisplayCategory = Food,
DisplayName = Canned Mushroom Soup,
        Weight = 0.7,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        DisplayName = Canned Mushroom Soup,
Weight = 0.8,
        Icon = CannedMushroomSoup,
Icon = CannedMushroomSoup,
        Carbohydrates = 19,
CannedFood = TRUE,
        Proteins = 3,
CantEat = TRUE,
        Lipids = 8,
Packaged = TRUE,
        Calories = 160,
Calories = 160,
        Packaged = TRUE,
Carbohydrates = 19,
        StaticModel = CanClosed,
Lipids = 8,
        CannedFood = TRUE,
Proteins = 3,
        WorldStaticModel = CanClosedMushroom,
StaticModel = CanClosed,
    }</pre>
WorldStaticModel = CanClosedMushroom,
 
}</pre>
''Opened Canned Mushroom Soup'' [[File:CannedMushroomSoupOpen.png|32px]]
''Opened Canned Mushroom Soup'' [[File:CannedMushroomSoupOpen.png|32px]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item CannedMushroomSoupOpen
<pre>    item CannedMushroomSoupOpen
    {
{
        DisplayCategory = Food,
DisplayName = Opened Canned Mushroom Soup,
        Weight = 0.7,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        DisplayName = Opened Canned Mushroom Soup,
Weight = 0.8,
        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,
Icon = CannedMushroomSoupOpen,
        FoodType   =   Vegetables,
CannedFood = TRUE,
        Icon = CannedMushroomSoupOpen,
EatType = can,
        HungerChange = -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,
        DaysFresh = 2,
EvolvedRecipeName = Mushroom Soup,
        DaysTotallyRotten = 4,
FoodType = Mushroom,
        ThirstChange = -4,
Packaged = TRUE,
        Carbohydrates = 19,
ReplaceOnUse = TinCanEmpty,
        Proteins = 3,
DaysFresh = 2,
        Lipids = 8,
DaysTotallyRotten = 4,
        Calories = 160,
HungerChange = -10,
        Packaged = TRUE,
ThirstChange = -4,
        ReplaceOnUse    =  TinCanEmpty,
Calories = 160,
        StaticModel = CanOpen,
Carbohydrates = 19,
        EatType = can,
Lipids = 8,
        CannedFood = TRUE,
Proteins = 3,
        WorldStaticModel = CanOpenMushroom,
StaticModel = CanOpen,
    }</pre>
WorldStaticModel = CanOpenMushroom,
}
</pre>
</div>


==See also==
==See also==

Revision as of 07:01, 4 October 2022

Project ZomboidItemsFoodNon-Perishable FoodCanned FoodCanned Mushroom Soup

Template:Infobox foodCanned mushroom soup is a non-perishable food item.

Usage

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

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Opened Canned Mushroom Soup
Opened Canned Mushroom Soup
0 XP none CannedMushroomSoup.png
Canned Mushroom Soup
(consumed)
CanOpener.png
Can Opener
(keep)

Template:Crafting table footer

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. Template:Consumables2

Crafting

Main article: Cooking

What it can make

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Pot of Soup (Uncooked)
Pot of Soup (Uncooked)
0.75 Cooking none CanOpener.png
Can Opener
(keep)
Pot.png
Cooking Pot
(consumed)
CannedMushroomSoup.png
Canned Mushroom Soup
(consumed)

Evolved recipes

Canned fruit cocktail 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 is often found in kitchen counters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/)

Canned Mushroom Soup CannedMushroomSoup.png Retrieved: Build 41.73

    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,
	}

Opened Canned Mushroom Soup CannedMushroomSoupOpen.png Retrieved: Build 41.73

    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 Soup,
		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,
	}

See also