Item: Fromage fondu

Wiki Project Zomboid

Fromage fondu

Variable Base.Processedcheese Mod Vanilla

Résumé

VariableBase.Processedcheese
TypeFood
CatégorieFood
Poids0.1
Icône
Processedcheese

Navigation

Nom variableProcessedcheese
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5001
Lignes5433 → 5452
File ID1361

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

0 recette
Aucune recette n'utilise cet item.

Propriétés

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

17 propriétés
Key Value (raw) Num Bool JSON
Calories 70 70
Carbohydrates 0 0
DaysFresh 6 6
DaysTotallyRotten 10 10
DisplayCategory Food
DisplayName Processed Cheese
EvolvedRecipe Sandwich:5;Sandwich Baguette:5;Burger:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5;Bread:5;Toast:5
FoodType Cheese
HungerChange -5 -5
Icon Processedcheese
Lipids 6 6
Packaged TRUE 1 1
Proteins 4 4
Tags Cheese
Type Food
Weight 0.1 0.1
WorldStaticModel ProcessedCheese
Raw block
	item Processedcheese
	{
		DisplayName = Processed Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Processedcheese,
		EvolvedRecipe = Sandwich:5;Sandwich Baguette:5;Burger:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5;Bread:5;Toast:5,
		FoodType = Cheese,
		Packaged = TRUE,
		DaysFresh = 6,
		DaysTotallyRotten = 10,
		HungerChange = -5,
		Calories = 70,
		Carbohydrates = 0,
		Lipids = 6,
		Proteins = 4,
		WorldStaticModel = ProcessedCheese,
		Tags = Cheese,
	}