Item: Morceaux de pain d'épices

Wiki Project Zomboid

Morceaux de pain d'épices

Variable SapphCooking.Gingerbread_Pieces Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Gingerbread_Pieces
TypeFood
CatégorieFood
Poids0.3
Icône
GingerbreadPiecesIcon

Navigation

Nom variableGingerbread_Pieces
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3656
Lignes6059 → 6076
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
GingerbreadHouseIcon Break Gingerbread House
Break Gingerbread House
SapphCooking
KAVALASH_sapphcooking Cooking 300 Gingerbread_Pieces=7

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 4 4
DaysFresh 10 10
DaysTotallyRotten 20 20
DisplayCategory Food
DisplayName Gingerbread Piece
HungerChange -3 -3
Icon GingerbreadPiecesIcon
Lipids 0.2 0.2
Proteins 1 1
StaticModel H_GingerbreadPieces
Type Food
UnhappyChange -3 -3
Weight 0.3 0.3
WorldStaticModel GingerbreadPieces_Ground
Raw block
	item Gingerbread_Pieces
	{
		DisplayName = Gingerbread Piece,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.3,
		Icon = GingerbreadPiecesIcon,
		DaysFresh = 10,
		DaysTotallyRotten = 20,
		HungerChange = -3,
		UnhappyChange = -3,
		Calories = 200,
		Carbohydrates = 4,
		Lipids = 0.2,
		Proteins = 1,
		WorldStaticModel = GingerbreadPieces_Ground,
		StaticModel = H_GingerbreadPieces,
	}