Item: Bol de pudding au chocolat

Wiki Project Zomboid

Bol de pudding au chocolat

Variable SapphCooking.ChocolatePuddingBowl Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.ChocolatePuddingBowl
TypeFood
CatégorieFood
Poids1.2
Icône
BowlofChocolatePuddingIcon

Navigation

Nom variableChocolatePuddingBowl
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsbowls.txt
Détails techniques
Item PK3336
Lignes841 → 864
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
TrayBowlBrownIcon Remove from Tray
Remove from Tray
SapphCooking
KAVALASH_sapphcooking Cooking 10 ChocolatePuddingBowl=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 450 450
Carbohydrates 20 20
DaysFresh 2 2
DaysTotallyRotten 4 4
DisplayCategory Food
DisplayName Bowl of Chocolate Pudding
EatType 2hand
HungerChange -15 -15
Icon BowlofChocolatePuddingIcon
Lipids 2 2
Proteins 3 3
ReplaceOnUse Bowl
StaticModel H_BowlofPuddingChocolate
StressChange -10 -10
Tags returnBowl
ThirstChange -25 -25
Type Food
UnhappyChange -10 -10
Weight 1.2 1.2
WorldStaticModel BowlofPuddingChocolate_Ground
Raw block
	item ChocolatePuddingBowl
	{
		DisplayName = Bowl of Chocolate Pudding,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.2,
		Icon = BowlofChocolatePuddingIcon,
		EatType = 2hand,
		ReplaceOnUse = Bowl,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -15,
		ThirstChange 		= -25,
		UnhappyChange = -10,
		BoredomChange 	= -10,
		StressChange 	= -10,
		Calories = 450,
		Carbohydrates = 20,
		Lipids = 2,
		Proteins = 3,
		StaticModel = H_BowlofPuddingChocolate,
		WorldStaticModel = BowlofPuddingChocolate_Ground,
		Tags = returnBowl,
	}