Item: Bol de riz au lait

Wiki Project Zomboid

Bol de riz au lait

Variable SapphCooking.ArrozConLecheBowl Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.ArrozConLecheBowl
TypeFood
CatégorieFood
Poids1.5
Icône
BowlArrozLecheIcon

Navigation

Nom variableArrozConLecheBowl
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsbowls.txt
Détails techniques
Item PK3348
Lignes1125 → 1147
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
Bowl Make 2 Bowls of Arroz con Leche
Make 2 Bowls of Arroz con Leche
SapphCooking
KAVALASH_sapphcooking Cooking 200 ArrozConLecheBowl=2

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 -10 -10
Calories 200 200
Carbohydrates 115 115
DaysFresh 2 2
DaysTotallyRotten 4 4
DisplayCategory Food
DisplayName Arroz con Leche Bowl
EatType 2hand
GoodHot true 1 1
HungerChange -10 -10
Icon BowlArrozLecheIcon
Lipids 2 2
Proteins 12 12
ReplaceOnUse Bowl
StaticModel H_BowlArrozLeche
StressChange -10 -10
Type Food
UnhappyChange -10 -10
Weight 1.5 1.5
WorldStaticModel BowlArrozLeche_Ground
Raw block
	item ArrozConLecheBowl
	{
		DisplayName = Arroz con Leche Bowl,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.5,
		Icon = BowlArrozLecheIcon,
		EatType = 2hand,
		GoodHot = true,
		ReplaceOnUse = Bowl,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -10,
		UnhappyChange = -10,
		BoredomChange 	= -10,
		StressChange 	= -10,
		Calories = 200,
		Carbohydrates = 115,
		Lipids = 2,
		Proteins = 12,
		StaticModel = H_BowlArrozLeche,
		WorldStaticModel = BowlArrozLeche_Ground,
	}