Item: Bol de céréales

Wiki Project Zomboid

Bol de céréales

Variable Base.CerealBowl Mod Vanilla

Résumé

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

Navigation

Nom variableCerealBowl
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4924
Lignes3846 → 3865
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 Cereal
Make Bowl of Cereal
Base
KAVALASH_Custom Cooking 20 CerealBowl=1
Bowl Préparer un bol de céréales
Make Bowl of Cereal
Base
Vanilla Cooking 20 CerealBowl=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.

17 propriétés
Key Value (raw) Num Bool JSON
Calories 295 295
Carbohydrates 71.5 71.5
DaysFresh 4 4
DaysTotallyRotten 7 7
DisplayCategory Food
DisplayName Cereal Bowl
EatType 2hand
HungerChange -8 -8
Icon Oatmeal
Lipids 3.25 3.25
Proteins 6.5 6.5
ReplaceOnUse Bowl
StaticModel Bowl
ThirstChange -20 -20
Type Food
Weight 0.8 0.8
WorldStaticModel BowlRamen_Ground
Raw block
	item CerealBowl
	{
		DisplayName = Cereal Bowl,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = Oatmeal,
		EatType = 2hand,
		ReplaceOnUse = Bowl,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -8,
		ThirstChange = -20,
		Calories = 295,
		Carbohydrates = 71.5,
		Lipids = 3.25,
		Proteins = 6.5,
		StaticModel = Bowl,
		WorldStaticModel = BowlRamen_Ground,
	}