Item: Marmite de fromage caillé (en affinage)

Wiki Project Zomboid

Marmite de fromage caillé (en affinage)

Variable SapphCooking.Pot_CheeseCurds Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Pot_CheeseCurds
TypeFood
CatégorieFood
Poids3
Icône
PotCheeseIcon

Navigation

Nom variablePot_CheeseCurds
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3956
Lignes4365 → 4390
File ID1108

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é.

4 recettes
Afficher la liste
Recipe Mod Category Time Result
MozzarelaCheeseIcon Make Mozzarella Cheese
Make Mozzarela Cheese
SapphCooking
KAVALASH_sapphcooking Cooking 100 MozzarelaCheese=1
WoodenCheeseMoldPrepIcon Pour Cheese Preparation
Pour Cheese Preparation
SapphCooking
KAVALASH_sapphcooking Cooking 100 Wooden_CheeseMoldsCurds=1
BucketPrepIcon Pour Cheese Preparation
Pour Cheese Preparation
SapphCooking
KAVALASH_sapphcooking Cooking 100 Bucket_CheeseCurds=1
PotCheeseIcon Stir Cheese
Stir Cheese
SapphCooking
KAVALASH_sapphcooking Cooking 100 Pot_Cheese=1

Propriétés

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

23 propriétés
Key Value (raw) Num Bool JSON
Calories 230 230
Carbohydrates 0.95 0.95
CustomContextMenu Drink
CustomEatSound EatingSoup
DaysFresh 3 3
DaysTotallyRotten 3 3
DisplayCategory Food
DisplayName Pot of Cheese Curds (Aging)
EatType Pot
HungerChange -18 -18
Icon PotCheeseIcon
Lipids 11.8 11.8
Proteins 8.4 8.4
ReplaceOnRotten SapphCooking.Pot_Cheese
ReplaceOnUse Pot
StaticModel CookingPot
Tags HasMetal
ThirstChange -18 -18
Tooltip Tooltip_CheeseCurds
Type Food
UnhappyChange +5 5
Weight 3 3
WorldStaticModel PotCheesePreparation_Ground
Raw block
	item Pot_CheeseCurds
	{
		DisplayName = Pot of Cheese Curds (Aging),
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = PotCheeseIcon,
		EatType = Pot,
		ReplaceOnUse = Pot,
		ReplaceOnRotten = SapphCooking.Pot_Cheese,
		DaysFresh = 3,
		DaysTotallyRotten = 3,
		HungerChange = -18,
		ThirstChange = -18,
		UnhappyChange = +5,
		Calories = 230,
		Carbohydrates = 0.95,
		Lipids = 11.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = PotCheesePreparation_Ground,
		Tags = HasMetal,
		Tooltip = Tooltip_CheeseCurds,
	}