Item: Pop-corn instantané

Wiki Project Zomboid

Pop-corn instantané

Variable Base.Popcorn Mod Vanilla

Résumé

VariableBase.Popcorn
TypeFood
CatégorieFood
Poids0.3
Icône
Popcorn

Navigation

Nom variablePopcorn
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4931
Lignes3975 → 3994
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 120 120
CantBeFrozen TRUE 1 1
Carbohydrates 20.41 20.41
DisplayCategory Food
DisplayName Instant Popcorn
HungerChange -10 -10
Icon Popcorn
IsCookable TRUE 1 1
Lipids 2.69 2.69
MinutesToBurn 10 10
MinutesToCook 5 5
Packaged TRUE 1 1
Proteins 3.57 3.57
ThirstChange 10 10
Type Food
Weight 0.3 0.3
WorldStaticModel Popcorn
Raw block
	item Popcorn
	{
		DisplayName = Instant Popcorn,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = Popcorn,
		CantBeFrozen = TRUE,
		IsCookable = TRUE,
		Packaged = TRUE,
		MinutesToCook = 5,
		MinutesToBurn = 10,
		HungerChange = -10,
		ThirstChange = 10,
		Calories = 120,
		Carbohydrates = 20.41,
		Lipids = 2.69,
		Proteins = 3.57,
		WorldStaticModel = Popcorn,
	}