Item: Plat de tiramisu

Wiki Project Zomboid

Plat de tiramisu

Variable SapphCooking.TiramisuPan Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.TiramisuPan
TypeFood
CatégorieFood
Poids0.5
Icône
TiramisuPanIcon

Navigation

Nom variableTiramisuPan
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3845
Lignes1443 → 1465
File ID1108

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
BakingPan Make Pan of Tiramisu
Make Pan of Tiramisu
SapphCooking
KAVALASH_sapphcooking Cooking 250 TiramisuPan=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.

20 propriétés
Key Value (raw) Num Bool JSON
BoredomChange -30 -30
Calories 1500 1500
Carbohydrates 50 50
DaysFresh 4 4
DaysTotallyRotten 7 7
DisplayCategory Food
DisplayName Pan of Tiramisu
EatType 2hand
FatigueChange -30 -30
HungerChange -60 -60
Icon TiramisuPanIcon
Lipids 48 48
Proteins 8 8
ReplaceOnUse BakingPan
StaticModel H_TiramisuPan
StressChange -30 -30
Type Food
UnhappyChange -30 -30
Weight 0.5 0.5
WorldStaticModel TiramisuPan_Ground
Raw block
	item TiramisuPan
	{
		DisplayName = Pan of Tiramisu,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = TiramisuPanIcon,
		EatType = 2hand,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -60,
		FatigueChange 	= -30,
		UnhappyChange = -30,
		BoredomChange 	= -30,
		StressChange 	= -30,
		ReplaceOnUse = BakingPan,
		Calories = 1500,
		Carbohydrates = 50,
		Lipids = 48,
		Proteins = 8,
		StaticModel = H_TiramisuPan,
		WorldStaticModel = TiramisuPan_Ground,
	}