Item: Marmite de soupe

Wiki Project Zomboid

Marmite de soupe

Variable Base.PotOfSoupRecipe Mod Vanilla

Résumé

VariableBase.PotOfSoupRecipe
TypeFood
CatégorieFood
Poids3
Icône
PotFull

Navigation

Nom variablePotOfSoupRecipe
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4901
Lignes3307 → 3334
File ID1361

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

0 recette
Aucune recette ne fabrique cet item.

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

6 recettes
Afficher la liste
Recipe Mod Category Time Result
BowlFull Make 2 Bowls of Soup
Make 2 Bowls of Soup
Base
KAVALASH_Custom Cooking 80 SoupBowl=2
BowlFull Make 4 Bowls of Soup
Make 4 Bowls of Soup
Base
KAVALASH_Custom Cooking 80 SoupBowl=4
TakeoutBox_SoupIcon Put Food in Takeout Box
Put Food in Takeout Boxes3
SapphCooking
KAVALASH_sapphcooking Cooking 10 TakeoutBoxFood_Soup=2
CoffeeThermosIcon Put in Thermos
Put Soup in Thermos
SapphCooking
KAVALASH_sapphcooking Cooking 100 ThermosSoup=1
BowlFull Préparer 2 bols de soupe
Make 2 Bowls of Soup
Base
Vanilla Cooking 80 SoupBowl=2
BowlFull Préparer 4 bols de soupe
Make 4 Bowls of Soup
Base
Vanilla Cooking 80 SoupBowl=4

Propriétés

Toutes les propriétés extraites pour cet item.

25 propriétés
Key Value (raw) Num Bool JSON
Calories 202 202
Carbohydrates 25 25
CookingSound BoilingFood
CustomContextMenu Drink
CustomEatSound EatingSoup
DaysFresh 3 3
DaysTotallyRotten 5 5
DisplayCategory Food
DisplayName Pot of Soup
EatType Pot
HungerChange -40 -40
Icon PotFull
IsCookable TRUE 1 1
Lipids 4.5 4.5
MinutesToBurn 100 100
MinutesToCook 50 50
Proteins 14 14
ReplaceOnUse Pot
StaticModel CookingPot
Tags HasMetal
ThirstChange -40 -40
Type Food
UnhappyChange -20 -20
Weight 3 3
WorldStaticModel CookingPotSoup_Ground
Raw block
	item PotOfSoupRecipe
	{
		DisplayName = Pot of Soup,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = PotFull,
		CookingSound = BoilingFood,
		EatType = Pot,
		IsCookable = TRUE,
		ReplaceOnUse = Pot,
		MinutesToCook = 50,
		MinutesToBurn = 100,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -40,
		ThirstChange = -40,
		UnhappyChange = -20,
		Calories = 202,
		Carbohydrates = 25,
		Lipids = 4.5,
		Proteins = 14,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = CookingPotSoup_Ground,
		Tags = HasMetal,
	}