Item: Marmite de Parmesan

Wiki Project Zomboid

Marmite de Parmesan

Variable SapphCooking.Pot_Cheese Mod KAVALASH_sapphcooking

Résumé

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

Navigation

Nom variablePot_Cheese
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3957
Lignes4391 → 4417
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 Stir Cheese
Stir Cheese
SapphCooking
KAVALASH_sapphcooking Cooking 100 Pot_Cheese=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
PotCheeseIcon Stir Cheese
Stir Cheese
SapphCooking
KAVALASH_sapphcooking Cooking 100 Pot_CheeseBlue=1

Propriétés

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

24 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 Pot of Parmesan Cheese
EatType Pot
HungerChange -40 -40
Icon PotCheeseIcon
Lipids 15.8 15.8
Proteins 8.4 8.4
ReplaceOnRotten SapphCooking.Pot_CheeseBlue
ReplaceOnUse Pot
StaticModel CookingPot
Tags HasMetal
ThirstChange -20 -20
Tooltip Tooltip_BlueCheese
Type Food
UnhappyChange -20 -20
Weight 3 3
WorldStaticModel PotCheese_Ground
Raw block
	item Pot_Cheese
	{
		DisplayName = Pot of Parmesan Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = PotCheeseIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = Pot,
		ReplaceOnRotten = SapphCooking.Pot_CheeseBlue,
		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 = PotCheese_Ground,
		Tags = HasMetal,
		Tooltip = Tooltip_BlueCheese,
	}