Item: Cookie aux flocons d'avoine

Wiki Project Zomboid

Cookie aux flocons d'avoine

Variable Base.CookiesOatmeal Mod Vanilla

Résumé

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

Navigation

Nom variableCookiesOatmeal
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5031
Lignes6017 → 6035
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
BakingTray_CookiesBaked Get 6 Cookies
Get 6 Cookies
Base
KAVALASH_Custom Cooking 60 CookiesOatmeal=6
BakingTray_CookiesBaked Prendre les 6 cookies
Get 6 Cookies
Base
Vanilla Cooking 60 CookiesOatmeal=6

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 110 110
Carbohydrates 20 20
CustomEatSound EatingCrispy
DaysTotallyRotten 30,*/
DisplayCategory Food
DisplayName Oatmeal Cookie
HungerChange -5 -5
Icon CookiesOatmeal
Lipids 6 6
Proteins 1 1
Tags FitsToaster
Type Food
UnhappyChange -10 -10
Weight 0.1 0.1
WorldStaticModel Cookie_Oatmeal_Ground
Raw block
	item CookiesOatmeal
	{
		DisplayName = Oatmeal Cookie,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = CookiesOatmeal,
		/*DaysFresh = 7,
		DaysTotallyRotten = 30,*/
		HungerChange = -5,
		UnhappyChange = -10,
		Calories = 110,
		Carbohydrates = 20,
		Lipids = 6,
		Proteins = 1,
		CustomEatSound = EatingCrispy,
		WorldStaticModel = Cookie_Oatmeal_Ground,
		Tags = FitsToaster,
	}