Item: Pâte à pain d'épices

Wiki Project Zomboid

Pâte à pain d'épices

Variable SapphCooking.Gingerbread_Dough Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Gingerbread_Dough
TypeFood
CatégorieFood
Poids0.3
Icône
GingerbreadDoughIcon

Navigation

Nom variableGingerbread_Dough
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3650
Lignes5946 → 5963
File ID1107

Recettes qui fabriquent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
Flour Make Gingerbread Dough
Make Gingerbread Dough
SapphCooking
KAVALASH_sapphcooking Cooking 200 Gingerbread_Dough=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.

15 propriétés
Key Value (raw) Num Bool JSON
Calories 532 532
Carbohydrates 99 99
DaysFresh 10 10
DaysTotallyRotten 25 25
DisplayCategory Food
DisplayName Gingerbread Dough
HungerChange -21 -21
Icon GingerbreadDoughIcon
Lipids 6.66 6.66
Proteins 17.7 17.7
ThirstChange 15 15
Type Food
UnhappyChange -21 -21
Weight 0.3 0.3
WorldStaticModel GingerbreadDough_Ground
Raw block
	item Gingerbread_Dough
	{
		DisplayName = Gingerbread Dough,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = GingerbreadDoughIcon,
		DaysFresh = 10,
		DaysTotallyRotten = 25,
		HungerChange = -21,
		ThirstChange = 15,
		UnhappyChange = -21,
		Calories = 532,
		Carbohydrates = 99,
		Lipids = 6.66,
		Proteins = 17.7,
		WorldStaticModel = GingerbreadDough_Ground,
	}