Item: Marmite de riz

Wiki Project Zomboid

Marmite de riz

Variable Base.WaterPotRice Mod Vanilla

Résumé

VariableBase.WaterPotRice
TypeFood
CatégorieFood
Poids3
Icône
Pot_Water

Navigation

Nom variableWaterPotRice
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4885
Lignes2904 → 2933
File ID1361

Recettes qui fabriquent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Pot_Water Place Rice in Cooking Pot
Place Rice in Cooking Pot
Base
KAVALASH_Custom Cooking 50 WaterPotRice=1
Pot_Water Préparer une marmite de riz
Place Rice in Cooking Pot
Base
Vanilla Cooking 50 WaterPotRice=1

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.

27 propriétés
Key Value (raw) Num Bool JSON
BadInMicrowave true 1 1
Calories 480 480
Carbohydrates 108 108
CookingSound BoilingFood
DaysFresh 3 3
DaysTotallyRotten 6 6
DisplayCategory Food
DisplayName Cooking Pot with Rice
EatType Pot
EvolvedRecipe Soup:10;Stew:10;Burrito:10|Cooked
EvolvedRecipeName Rice
FoodType Rice
GoodHot true 1 1
HungerChange -10 -10
Icon Pot_Water
IsCookable true 1 1
Lipids 0 0
MinutesToBurn 50 50
MinutesToCook 20 20
Proteins 12 12
ReplaceOnUse Pot
StaticModel CookingPot
Tags RiceRecipe;HasMetal
Type Food
UnhappyChange 20 20
Weight 3 3
WorldStaticModel CookingPotRice_Ground
Raw block
	item WaterPotRice
	{
		DisplayName = Cooking Pot with Rice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 3,
		Icon = Pot_Water,
		BadInMicrowave = true,
		CookingSound = BoilingFood,
		EvolvedRecipe = Soup:10;Stew:10;Burrito:10|Cooked,
		EatType = Pot,
		FoodType = Rice,
		GoodHot = true,
		IsCookable = true,
		ReplaceOnUse = Pot,
		MinutesToCook = 20,
		MinutesToBurn = 50,
		DaysFresh = 3,
		DaysTotallyRotten = 6,
		HungerChange = -10,
		UnhappyChange = 20,
		Calories = 480,
		Carbohydrates = 108,
		Lipids = 0,
		Proteins = 12,
		StaticModel = CookingPot,
		WorldStaticModel = CookingPotRice_Ground,
		Tags = RiceRecipe;HasMetal,
		EvolvedRecipeName = Rice,
	}