Item: Bol de pudding au caramel

Wiki Project Zomboid

Bol de pudding au caramel

Variable SapphCooking.CaramelPuddingBowl Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.CaramelPuddingBowl
TypeFood
CatégorieFood
Poids1.2
Icône
BowlofCaramelPuddingIcon

Navigation

Nom variableCaramelPuddingBowl
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsbowls.txt
Détails techniques
Item PK3335
Lignes817 → 840
File ID1106

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
TrayBowlYellowIcon Remove from Tray
Remove from Tray
SapphCooking
KAVALASH_sapphcooking Cooking 10 CaramelPuddingBowl=3

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.

21 propriétés
Key Value (raw) Num Bool JSON
BoredomChange -10 -10
Calories 400 400
Carbohydrates 20 20
DaysFresh 2 2
DaysTotallyRotten 4 4
DisplayCategory Food
DisplayName Bowl of Caramel Pudding
EatType 2hand
HungerChange -10 -10
Icon BowlofCaramelPuddingIcon
Lipids 2 2
Proteins 3 3
ReplaceOnUse Bowl
StaticModel H_BowlofPuddingCaramel
StressChange -10 -10
Tags returnBowl
ThirstChange -25 -25
Type Food
UnhappyChange -10 -10
Weight 1.2 1.2
WorldStaticModel BowlofPuddingCaramel_Ground
Raw block
	item CaramelPuddingBowl
	{
		DisplayName = Bowl of Caramel Pudding,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.2,
		Icon = BowlofCaramelPuddingIcon,
		EatType = 2hand,
		ReplaceOnUse = Bowl,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -10,
		ThirstChange 		= -25,
		UnhappyChange = -10,
		BoredomChange 	= -10,
		StressChange 	= -10,
		Calories = 400,
		Carbohydrates = 20,
		Lipids = 2,
		Proteins = 3,
		StaticModel = H_BowlofPuddingCaramel,
		WorldStaticModel = BowlofPuddingCaramel_Ground,
		Tags = returnBowl,
	}