Item: Marmite de fromage bleu

Wiki Project Zomboid

Marmite de fromage bleu

Variable SapphCooking.Pot_CheeseBlue Mod KAVALASH_sapphcooking

Résumé

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

Navigation

Nom variablePot_CheeseBlue
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3958
Lignes4418 → 4443
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_CheeseBlue=1

Recettes qui utilisent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
BlueCheeseWheelIcon Remove Cheese Wheel
Remove Cheese Wheel
SapphCooking
KAVALASH_sapphcooking Cooking 100 Blue_CheeseWheel=1

Propriétés

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

22 propriétés
Key Value (raw) Num Bool JSON
Calories 630 630
CantEat True 1 1
Carbohydrates 0.95 0.95
CustomContextMenu Drink
CustomEatSound EatingSoup
DaysFresh 60 60
DaysTotallyRotten 30 30
DisplayCategory Food
DisplayName Pot of Blue Cheese
EatType Pot
HungerChange -60 -60
Icon PotCheeseIcon
Lipids 15.8 15.8
Proteins 8.4 8.4
ReplaceOnUse Pot
StaticModel CookingPot
Tags HasMetal
ThirstChange -60 -60
Type Food
UnhappyChange -20 -20
Weight 3 3
WorldStaticModel PotCheeseBlue_Ground
Raw block
	item Pot_CheeseBlue
	{
		DisplayName = Pot of Blue Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = PotCheeseIcon,
		CantEat = True,
		EatType = Pot,
		ReplaceOnUse = Pot,
		DaysFresh = 60,
		DaysTotallyRotten = 30,
		HungerChange = -60,
		ThirstChange = -60,
		UnhappyChange = -20,
		Calories = 630,
		Carbohydrates = 0.95,
		Lipids = 15.8,
		Proteins = 8.4,
		CustomContextMenu = Drink,
		CustomEatSound = EatingSoup,
		StaticModel = CookingPot,
		WorldStaticModel = PotCheeseBlue_Ground,
		Tags = HasMetal,
		
	}