Item: Marmite de ragoût

Wiki Project Zomboid

Marmite de ragoût

Variable Base.PotOfStew Mod Vanilla

Résumé

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

Navigation

Nom variablePotOfStew
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4902
Lignes3336 → 3363
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 Stew
Make 2 Bowls of Stew
Base
KAVALASH_Custom Cooking 80 StewBowl=2
BowlFull Make 4 Bowls of Stew
Make 4 Bowls of Stew
Base
KAVALASH_Custom Cooking 80 StewBowl=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 ragoût
Make 2 Bowls of Stew
Base
Vanilla Cooking 80 StewBowl=2
BowlFull Préparer 4 bols de ragoût
Make 4 Bowls of Stew
Base
Vanilla Cooking 80 StewBowl=4

Propriétés

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

25 propriétés
Key Value (raw) Num Bool JSON
BadCold true 1 1
BadInMicrowave true 1 1
Calories 310 310
Carbohydrates 26.3 26.3
CookingSound BoilingFood
DaysFresh 3 3
DaysTotallyRotten 5 5
DisplayCategory Food
DisplayName Pot of Stew
EatType Pot
HungerChange -40 -40
Icon PotFull
IsCookable TRUE 1 1
Lipids 14.5 14.5
MinutesToBurn 140 140
MinutesToCook 70 70
Proteins 3.8 3.8
ReplaceOnUse Pot
StaticModel CookingPot
Tags HasMetal
ThirstChange -40 -40
Type Food
UnhappyChange -20 -20
Weight 3 3
WorldStaticModel CookingPotSoup_Ground
Raw block
	item PotOfStew
	{
		DisplayName = Pot of Stew,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = PotFull,
		BadCold = true,
		BadInMicrowave = true,
		CookingSound = BoilingFood,
		EatType = Pot,
		IsCookable = TRUE,
		ReplaceOnUse = Pot,
		MinutesToCook = 70,
		MinutesToBurn = 140,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -40,
		ThirstChange = -40,
		UnhappyChange = -20,
		Calories = 310,
		Carbohydrates = 26.3,
		Lipids = 14.5,
		Proteins = 3.8,
		StaticModel = CookingPot,
		WorldStaticModel = CookingPotSoup_Ground,
		Tags = HasMetal,
	}