Item: Bol de flocons d'avoine

Wiki Project Zomboid

Bol de flocons d'avoine

Variable Base.Oatmeal Mod Vanilla

Résumé

VariableBase.Oatmeal
TypeFood
CatégorieFood
Poids0.8
Icône
Oatmeal

Navigation

Nom variableOatmeal
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4984
Lignes5076 → 5099
File ID1361

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Bowl Make Bowl of Oatmeal
Make Bowl of Oatmeal
Base
KAVALASH_Custom Cooking Oatmeal=1
Bowl Préparer un bol de flocons d'avoine
Make Bowl of Oatmeal
Base
Vanilla Cooking Oatmeal=1

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.

21 propriétés
Key Value (raw) Num Bool JSON
Calories 300 300
Carbohydrates 81 81
DaysFresh 1 1
DaysTotallyRotten 2 2
DisplayCategory Food
DisplayName Oatmeal
EatType 2hand
GoodHot true 1 1
HungerChange -8 -8
Icon Oatmeal
IsCookable TRUE 1 1
Lipids 9 9
MinutesToBurn 30 30
MinutesToCook 0 0
Proteins 15 15
ReplaceOnUse Bowl
StaticModel Bowl
Tags AlreadyCooked;HideCooked
Type Food
Weight 0.8 0.8
WorldStaticModel BowlRamen_Ground
Raw block
	item Oatmeal
	{
		DisplayName = Oatmeal,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		GoodHot = true,
		IsCookable = TRUE,
		MinutesToCook = 0,
		MinutesToBurn = 30,
		Icon = Oatmeal,
		EatType = 2hand,
		ReplaceOnUse = Bowl,
		DaysFresh = 1,
		DaysTotallyRotten = 2,
		HungerChange = -8,
		Calories = 300,
		Carbohydrates = 81,
		Lipids = 9,
		Proteins = 15,
		StaticModel = Bowl,
		WorldStaticModel = BowlRamen_Ground,
		Tags = AlreadyCooked;HideCooked,
	}