Item: Marmite de riz

Wiki Project Zomboid

Marmite de riz

Variable Base.RicePot Mod Vanilla

Résumé

VariableBase.RicePot
TypeFood
CatégorieFood
Poids3
Icône
PotFull

Navigation

Nom variableRicePot
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4978
Lignes4942 → 4966
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.

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