Item: Sandwich au fromage fondu

Wiki Project Zomboid

Sandwich au fromage fondu

Variable Base.GrilledCheese Mod Vanilla

Résumé

VariableBase.GrilledCheese
TypeFood
CatégorieFood
Poids0.3
Icône
Sandwich_grilledcheese

Navigation

Nom variableGrilledCheese
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4947
Lignes4306 → 4328
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.

20 propriétés
Key Value (raw) Num Bool JSON
BadInMicrowave true 1 1
Calories 366 366
Carbohydrates 28 28
CustomEatSound EatingCrispy
DaysFresh 2 2
DaysTotallyRotten 4 4
DisplayCategory Food
DisplayName Grilled Cheese Sandwich
HungerChange -16 -16
Icon Sandwich_grilledcheese
IsCookable TRUE 1 1
Lipids 22.5 22.5
MinutesToBurn 20 20
MinutesToCook 0 0
Proteins 12 12
Tags AlreadyCooked;HideCooked
Type Food
UnhappyChange -5 -5
Weight 0.3 0.3
WorldStaticModel GrilledCheese
Raw block
	item GrilledCheese
	{
		DisplayName = Grilled Cheese Sandwich,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Sandwich_grilledcheese,
		BadInMicrowave = true,
		IsCookable = TRUE,
		MinutesToCook = 0,
		MinutesToBurn = 20,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -16,
		UnhappyChange = -5,
		Calories = 366,
		Carbohydrates = 28,
		Lipids = 22.5,
		Proteins = 12,
		CustomEatSound = EatingCrispy,
		WorldStaticModel = GrilledCheese,
		Tags = AlreadyCooked;HideCooked,
	}