Canned Mushroom Soup: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 13: Line 13:
|days_fresh=2
|days_fresh=2
|days_rotten=2
|days_rotten=2
|packaged = Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10

Revision as of 17:13, 4 October 2022

Project ZomboidItemsFoodNon-Perishable FoodCanned FoodCanned Mushroom Soup
Canned Mushroom Soup
Canned Mushroom Soup
Opened Canned Mushroom Soup
General
Category Food
Encumbrance
Heavy Load
0.8
Days until stale 2 days
Days until rotten 2 days
Packaged Yes
Nutrition
Hunger
Hunger
-10
Thirst
Thirst
-4
Calories
Calories
160
Carbohydrates
Carbohydrates
19
Proteins
Proteins
3
Fat
Fat
8
Technical details
Item ID Base.CannedMushroomSoup
Base.CannedMushroomSoup
Open

Canned 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