Item: Fromage caillé (en affinage)

Wiki Project Zomboid

Fromage caillé (en affinage)

Variable SapphCooking.Wooden_CheeseMoldsCurds Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Wooden_CheeseMoldsCurds
TypeFood
CatégorieCooking
Poids3
Icône
WoodenCheeseMoldPrepIcon

Navigation

Nom variableWooden_CheeseMoldsCurds
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3952
Lignes4255 → 4281
File ID1108

Recettes qui fabriquent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
PotCheeseIcon Pour Cheese Preparation
Pour Cheese Preparation
SapphCooking
KAVALASH_sapphcooking Cooking 100 Wooden_CheeseMoldsCurds=1

Recettes qui utilisent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
MozzarelaCheeseIcon Make Mozzarella Cheese
Make Mozzarela Cheese
SapphCooking
KAVALASH_sapphcooking Cooking 100 MozzarelaCheese=1
WoodenCheeseMoldCheeseIcon Stir Cheese
Stir Cheese
SapphCooking
KAVALASH_sapphcooking Cooking 100 Wooden_CheeseMoldsFull=1

Propriétés

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

24 propriétés
Key Value (raw) Num Bool JSON
Calories 230 230
CanStoreWater TRUE 1 1
Carbohydrates 0.95 0.95
CustomContextMenu Drink
CustomEatSound EatingSoup
DaysFresh 3 3
DaysTotallyRotten 3 3
DisplayCategory Cooking
DisplayName Cheese Mold (Aging)
EatType Pot
HungerChange -18 -18
Icon WoodenCheeseMoldPrepIcon
Lipids 11.8 11.8
Proteins 8.4 8.4
ReplaceOnRotten SapphCooking.Wooden_CheeseMoldsFull
ReplaceOnUse Wooden_CheeseMolds
StaticModel CookingPot
Tags HasMetal
ThirstChange -18 -18
Tooltip Tooltip_CheeseCurds
Type Food
UnhappyChange +5 5
Weight 3 3
WorldStaticModel CheeseMoldsPreparation_Ground
Raw block
	item Wooden_CheeseMoldsCurds
	{
		DisplayName = Cheese Mold (Aging),
	    DisplayCategory = Cooking,
		CanStoreWater	=	TRUE,
		Type = Food,
		Weight = 3,
		Icon = WoodenCheeseMoldPrepIcon,
		EatType = Pot,
		ReplaceOnUse = Wooden_CheeseMolds,
		ReplaceOnRotten = SapphCooking.Wooden_CheeseMoldsFull,
		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 = CheeseMoldsPreparation_Ground,
		Tags = HasMetal,
		Tooltip = Tooltip_CheeseCurds,
	}