Item: Morceau de focaccia

Wiki Project Zomboid

Morceau de focaccia

Variable SapphCooking.Focaccia_Piece Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Focaccia_Piece
TypeFood
CatégorieFood
Poids0.5
Icône
FocacciaPieceIcon

Navigation

Nom variableFocaccia_Piece
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3766
Lignes8435 → 8455
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
PanFocacciaIcon Slice Focaccia
Slice Focaccia
SapphCooking
KAVALASH_sapphcooking Cooking 250 Focaccia_Piece=5

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.

18 propriétés
Key Value (raw) Num Bool JSON
BoredomChange -5 -5
Calories 1 1
Carbohydrates 1 1
DaysFresh 4 4
DaysTotallyRotten 7 7
DisplayCategory Food
DisplayName Focaccia Piece
FatigueChange -5 -5
HungerChange -10 -10
Icon FocacciaPieceIcon
Lipids 1 1
Proteins 1 1
StaticModel H_FocacciaPiece
StressChange -5 -5
Type Food
UnhappyChange -5 -5
Weight 0.5 0.5
WorldStaticModel FocacciaPiece_Ground
Raw block
	item Focaccia_Piece
	{
		DisplayName = Focaccia Piece,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = FocacciaPieceIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -10,
		UnhappyChange = -5,
		FatigueChange 	= -5,
		BoredomChange 	= -5,
		StressChange 	= -5,
		Calories = 1,
		Carbohydrates = 1,
		Lipids = 1,
		Proteins = 1,
		StaticModel = H_FocacciaPiece,
		WorldStaticModel = FocacciaPiece_Ground,
	}