Item: Petits sablés

Wiki Project Zomboid

Petits sablés

Variable Base.CookiesSugar Mod Vanilla

Résumé

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

Navigation

Nom variableCookiesSugar
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5205
Lignes9334 → 9350
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 CookiesSugar=6
BakingTray_CookiesBaked Prendre les 6 cookies
Get 6 Cookies
Base
Vanilla Cooking 60 CookiesSugar=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.

14 propriétés
Key Value (raw) Num Bool JSON
Calories 120 120
Carbohydrates 22 22
CustomEatSound EatingCrispy
DisplayCategory Food
DisplayName Sugar Cookie
HungerChange -5 -5
Icon CookiesSugar
Lipids 8 8
Proteins 2 2
Tags FitsToaster
Type Food
UnhappyChange -10 -10
Weight 0.1 0.1
WorldStaticModel CookiesSugar_Ground
Raw block
	item CookiesSugar
	{
		DisplayName = Sugar Cookie,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = CookiesSugar,
		HungerChange = -5,
		UnhappyChange = -10,
		Calories = 120,
		Carbohydrates = 22,
		Lipids = 8,
		Proteins = 2,
		CustomEatSound = EatingCrispy,
		Tags = FitsToaster,
		WorldStaticModel = CookiesSugar_Ground,
	}