Item: Bonhomme en pain d'épices

Wiki Project Zomboid

Bonhomme en pain d'épices

Variable SapphCooking.Gingerbread_Man Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Gingerbread_Man
TypeFood
CatégorieFood
Poids0.3
Icône
GingerbreadManIcon

Navigation

Nom variableGingerbread_Man
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3653
Lignes6008 → 6025
File ID1107

Recettes qui fabriquent cet item

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

0 recette
Aucune recette ne fabrique cet item.

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 200 200
Carbohydrates 14 14
DaysFresh 10 10
DaysTotallyRotten 20 20
DisplayCategory Food
DisplayName Gingerbread Man
HungerChange -3 -3
Icon GingerbreadManIcon
Lipids 1 1
Proteins 2.4 2.4
StaticModel H_Gingerbread_Man
Type Food
UnhappyChange -3 -3
Weight 0.3 0.3
WorldStaticModel Gingerbread_Man_Ground
Raw block
	item Gingerbread_Man
	{
		DisplayName = Gingerbread Man,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = GingerbreadManIcon,
		DaysFresh = 10,
		DaysTotallyRotten = 20,
		HungerChange = -3,
		UnhappyChange = -3,
		Calories = 200,
		Carbohydrates = 14,
		Lipids = 1,
		Proteins = 2.4,
		WorldStaticModel = Gingerbread_Man_Ground,
		StaticModel = H_Gingerbread_Man,
	}