Item: Mur en pain d'épices

Wiki Project Zomboid

Mur en pain d'épices

Variable SapphCooking.Gingerbread_Wall Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Gingerbread_Wall
TypeFood
CatégorieFood
Poids0.3
Icône
GingerbreadWallIcon

Navigation

Nom variableGingerbread_Wall
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3654
Lignes6026 → 6043
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 295 295
Carbohydrates 33 33
DaysFresh 10 10
DaysTotallyRotten 20 20
DisplayCategory Food
DisplayName Gingerbread Wall
HungerChange -7 -7
Icon GingerbreadWallIcon
Lipids 2 2
Proteins 7 7
StaticModel H_GBWall
Type Food
UnhappyChange -7 -7
Weight 0.3 0.3
WorldStaticModel GBWall_Ground
Raw block
	item Gingerbread_Wall
	{
		DisplayName = Gingerbread Wall,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = GingerbreadWallIcon,
		DaysFresh = 10,
		DaysTotallyRotten = 20,
		HungerChange = -7,
		UnhappyChange = -7,
		Calories = 295,
		Carbohydrates = 33,
		Lipids = 2,
		Proteins = 7,
		WorldStaticModel = GBWall_Ground,
		StaticModel = H_GBWall,
	}