Item: Moule à fromage de Parmesan

Wiki Project Zomboid

Moule à fromage de Parmesan

Variable SapphCooking.Wooden_CheeseMoldsFull Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Wooden_CheeseMoldsFull
TypeFood
CatégorieFood
Poids3
Icône
WoodenCheeseMoldCheeseIcon

Navigation

Nom variableWooden_CheeseMoldsFull
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3953
Lignes4283 → 4308
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
WoodenCheeseMoldPrepIcon Stir Cheese
Stir Cheese
SapphCooking
KAVALASH_sapphcooking Cooking 100 Wooden_CheeseMoldsFull=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
CheeseWheelIcon Remove Cheese Wheel
Remove Cheese Wheel
SapphCooking
KAVALASH_sapphcooking Cooking 100 Parmesan_CheeseWheel=1
WoodenCheeseMoldCheeseBlueIcon Stir Cheese
Stir Cheese
SapphCooking
KAVALASH_sapphcooking Cooking 100 Wooden_CheeseMoldsBlue=1

Propriétés

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

23 propriétés
Key Value (raw) Num Bool JSON
Calories 480 480
CantEat True 1 1
Carbohydrates 0.95 0.95
CustomContextMenu Drink
CustomEatSound EatingSoup
DaysFresh 10 10
DaysTotallyRotten 10 10
DisplayCategory Food
DisplayName Cheese Mold with Parmesan Cheese
EatType Pot
HungerChange -40 -40
Icon WoodenCheeseMoldCheeseIcon
Lipids 15.8 15.8
Proteins 8.4 8.4
ReplaceOnRotten SapphCooking.Wooden_CheeseMoldsBlue
ReplaceOnUse Wooden_CheeseMolds
StaticModel CookingPot
ThirstChange -20 -20
Tooltip Tooltip_BlueCheese
Type Food
UnhappyChange -20 -20
Weight 3 3
WorldStaticModel CheeseMoldsCheese_Ground
Raw block
	item Wooden_CheeseMoldsFull
	{
	    DisplayName = Cheese Mold with Parmesan Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = WoodenCheeseMoldCheeseIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = Wooden_CheeseMolds,
		ReplaceOnRotten = SapphCooking.Wooden_CheeseMoldsBlue,
		DaysFresh = 10,
		DaysTotallyRotten = 10,
		HungerChange = -40,
		ThirstChange = -20,
		UnhappyChange = -20,
		Calories = 480,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = CheeseMoldsCheese_Ground,
		Tooltip = Tooltip_BlueCheese,
	}