Item: Bol de riz

Wiki Project Zomboid

Bol de riz

Variable Base.RiceBowl Mod Vanilla

Résumé

VariableBase.RiceBowl
TypeFood
CatégorieFood
Poids1
Icône
FriedRice

Navigation

Nom variableRiceBowl
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4979
Lignes4968 → 4991
File ID1361

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

4 recettes
Afficher la liste
Recipe Mod Category Time Result
Pot_Water Make 2 Bowls of Rice
Make 2 Bowls of Rice
Base
KAVALASH_Custom Cooking 80 RiceBowl=2
Pot_Water Make 4 Bowls of Rice
Make 4 Bowls of Rice
Base
KAVALASH_Custom Cooking 80 RiceBowl=4
Pot_Water Préparer 2 bols de riz
Make 2 Bowls of Rice
Base
Vanilla Cooking 80 RiceBowl=2
Pot_Water Préparer 4 bols de riz
Make 4 Bowls of Rice
Base
Vanilla Cooking 80 RiceBowl=4

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
BadInMicrowave true 1 1
Calories 160 160
Carbohydrates 36 36
DaysFresh 4 4
DaysTotallyRotten 7 7
DisplayCategory Food
DisplayName Bowl of Rice
EatType 2hand
GoodHot true 1 1
HungerChange -12 -12
Icon FriedRice
IsCookable true 1 1
Lipids 0 0
MinutesToBurn 40 40
MinutesToCook 10 10
Proteins 3 3
ReplaceOnUse Bowl
StaticModel Bowl
Type Food
Weight 1 1
WorldStaticModel BowlRice_Ground
Raw block
	item RiceBowl
	{
		DisplayName = Bowl of Rice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1,
		Icon = FriedRice,
		BadInMicrowave = true,
		EatType = 2hand,
		GoodHot = true,
		IsCookable = true,
		ReplaceOnUse = Bowl,
		MinutesToCook = 10,
		MinutesToBurn = 40,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -12,
		Calories = 160,
		Carbohydrates = 36,
		Lipids = 0,
		Proteins = 3,
		StaticModel = Bowl,
		WorldStaticModel = BowlRice_Ground,
	}