Item: Gland

Wiki Project Zomboid

Gland

Variable Base.Acorn Mod Vanilla

Résumé

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

Navigation

Nom variableAcorn
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5160
Lignes8456 → 8473
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.

15 propriétés
Key Value (raw) Num Bool JSON
Calories 55 55
Carbohydrates 12 12
DaysFresh 180 180
DaysTotallyRotten 365 365
DisplayCategory Food
DisplayName Acorn
EvolvedRecipe Soup:10;Roasted Vegetables:10;Bread:10
FoodType Nut
HungerChange -10 -10
Icon Acorn
Lipids 24 24
Proteins 6 6
Type Food
Weight 0.1 0.1
WorldStaticModel Acorn_Ground
Raw block
	item Acorn
	{
		DisplayName = Acorn,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Acorn,
		EvolvedRecipe = Soup:10;Roasted Vegetables:10;Bread:10,
		FoodType = Nut,
		DaysFresh = 180,
		DaysTotallyRotten = 365,
		HungerChange = -10,
		Calories = 55,
		Carbohydrates = 12,
		Lipids = 24,
		Proteins = 6,
		WorldStaticModel = Acorn_Ground,
	}