Item: Fromage

Wiki Project Zomboid

Fromage

Variable Base.Cheese Mod Vanilla

Résumé

VariableBase.Cheese
TypeFood
CatégorieFood
Poids0.2
Icône
Cheese

Navigation

Nom variableCheese
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4956
Lignes4502 → 4520
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.

16 propriétés
Key Value (raw) Num Bool JSON
Calories 113 113
Carbohydrates 0.87 0.87
DaysFresh 14 14
DaysTotallyRotten 20 20
DisplayCategory Food
DisplayName Cheese
EvolvedRecipe Pizza:15;Soup:10;Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;PastaPot:10;PastaPan:10;Taco:5;Burrito:5;Bread:5;Toast:5
FoodType Cheese
HungerChange -15 -15
Icon Cheese
Lipids 9.33 9.33
Proteins 6.4 6.4
Tags Cheese
Type Food
Weight 0.2 0.2
WorldStaticModel Cheese
Raw block
	item Cheese
	{
		DisplayName = Cheese,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Cheese,
		EvolvedRecipe = Pizza:15;Soup:10;Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;PastaPot:10;PastaPan:10;Taco:5;Burrito:5;Bread:5;Toast:5,
		FoodType = Cheese,
		DaysFresh = 14,
		DaysTotallyRotten = 20,
		HungerChange = -15,
		Calories = 113,
		Carbohydrates = 0.87,
		Lipids = 9.33,
		Proteins = 6.4,
		WorldStaticModel = Cheese,
		Tags = Cheese,
	}