Item: Cookie au chocolat

Wiki Project Zomboid

Cookie au chocolat

Variable Base.CookiesChocolate Mod Vanilla

Résumé

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

Navigation

Nom variableCookiesChocolate
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5030
Lignes5997 → 6015
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 CookiesChocolate=6
BakingTray_CookiesBaked Prendre les 6 cookies
Get 6 Cookies
Base
Vanilla Cooking 60 CookiesChocolate=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 170 170
Carbohydrates 25 25
CustomEatSound EatingCrispy
DaysTotallyRotten 30,*/
DisplayCategory Food
DisplayName Chocolate Cookie
HungerChange -5 -5
Icon CookiesChocolate
Lipids 9 9
Proteins 2 2
Tags FitsToaster
Type Food
UnhappyChange -10 -10
Weight 0.1 0.1
WorldStaticModel Cookie_Chocolate_Ground
Raw block
	item CookiesChocolate
	{
		DisplayName = Chocolate Cookie,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = CookiesChocolate,
		/*DaysFresh = 7,
		DaysTotallyRotten = 30,*/
		HungerChange = -5,
		UnhappyChange = -10,
		Calories = 170,
		Carbohydrates = 25,
		Lipids = 9,
		Proteins = 2,
		CustomEatSound = EatingCrispy,
		WorldStaticModel = Cookie_Chocolate_Ground,
		Tags = FitsToaster,
	}