Item: Bol de riz aux haricots

Wiki Project Zomboid

Bol de riz aux haricots

Variable SapphCooking.RiceBeanBowl Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.RiceBeanBowl
TypeFood
CatégorieFood
Poids1.5
Icône
BowlofBeansandRiceIcon

Navigation

Nom variableRiceBeanBowl
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsbowls.txt
Détails techniques
Item PK3333
Lignes770 → 792
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 Put Rice in Bowl of Beans
Put Rice in Bowl of Beans
SapphCooking
KAVALASH_sapphcooking Cooking 80 RiceBeanBowl=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 -5 -5
Calories 410 410
Carbohydrates 43 43
DaysFresh 2 2
DaysTotallyRotten 4 4
DisplayCategory Food
DisplayName Bowl of Rice and Beans
EatType 2hand
GoodHot true 1 1
HungerChange -35 -35
Icon BowlofBeansandRiceIcon
Lipids 2 2
Proteins 10 10
ReplaceOnUse Bowl
StaticModel H_BowlofRiceBeans
Tags returnBowl
Type Food
UnhappyChange -5 -5
Weight 1.5 1.5
WorldStaticModel BowlofRiceBeans_Ground
Raw block
	item RiceBeanBowl
	{
		DisplayName = Bowl of Rice and Beans,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.5,
		Icon = BowlofBeansandRiceIcon,
		EatType = 2hand,
		GoodHot = true,
		ReplaceOnUse = Bowl,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -35,
		UnhappyChange = -5,
		BoredomChange 	= -5,
		Calories = 410,
		Carbohydrates = 43,
		Lipids = 2,
		Proteins = 10,
		StaticModel = H_BowlofRiceBeans,
		WorldStaticModel = BowlofRiceBeans_Ground,
		Tags = returnBowl,
	}