Item: Riz

Wiki Project Zomboid

Riz

Variable Base.RicePan Mod Vanilla

Résumé

VariableBase.RicePan
TypeFood
CatégorieFood
Poids3
Icône
SaucepanFilled

Navigation

Nom variableRicePan
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4974
Lignes4852 → 4875
File ID1361

Recettes qui fabriquent cet item

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

0 recette
Aucune recette ne fabrique cet item.

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

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

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 720 720
Carbohydrates 0 0
CookingSound BoilingFood
DaysFresh 4 4
DaysTotallyRotten 7 7
DisplayCategory Food
DisplayName Rice
GoodHot true 1 1
Icon SaucepanFilled
IsCookable true 1 1
Lipids 48 48
MinutesToBurn 50 50
MinutesToCook 20 20
Proteins 78 78
ReplaceOnUse Saucepan
Tags HasMetal
Type Food
UnhappyChange 20 20
Weight 3 3
WorldStaticModel SaucePanRice
Raw block
	item RicePan
	{
		DisplayName = Rice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = SaucepanFilled,
		BadInMicrowave = true,
		CookingSound = BoilingFood,
		GoodHot = true,
		IsCookable = true,
		ReplaceOnUse = Saucepan,
		MinutesToCook = 20,
		MinutesToBurn = 50,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		UnhappyChange = 20,
		Calories = 720,
		Carbohydrates = 0,
		Lipids = 48,
		Proteins = 78,
		WorldStaticModel = SaucePanRice,
		Tags = HasMetal,
	}