Item: Rondelles d'oignon frites

Wiki Project Zomboid

Rondelles d'oignon frites

Variable Base.FriedOnionRingsCraft Mod Vanilla

Résumé

VariableBase.FriedOnionRingsCraft
TypeFood
CatégorieFood
Poids0.1
Icône
OnionRings

Navigation

Nom variableFriedOnionRingsCraft
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5102
Lignes7433 → 7457
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
BakingSoda Make Fried Onion Rings
Make Fried Onion Rings
Base
KAVALASH_Custom Cooking 10 FriedOnionRingsCraft=1
BakingSoda Préparer des lamelles d'oignon frites
Make Fried Onion Rings
Base
Vanilla Cooking 10 FriedOnionRingsCraft=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.

22 propriétés
Key Value (raw) Num Bool JSON
BadCold true 1 1
BadInMicrowave true 1 1
Calories 200 200
Carbohydrates 22 22
DaysFresh 4 4
DaysTotallyRotten 7 7
DisplayCategory Food
DisplayName Fried Onion Rings
EvolvedRecipe Sandwich:5|Cooked;Sandwich Baguette:5|Cooked;Burger:5|Cooked;Salad:5|Cooked
EvolvedRecipeName Fried Onion Ring
FoodType Vegetables
GoodHot true 1 1
HungerChange -10 -10
Icon OnionRings
IsCookable true 1 1
Lipids 12 12
MinutesToBurn 30 30
MinutesToCook 10 10
Proteins 2 2
Type Food
Weight 0.1 0.1
WorldStaticModel OnionRings_Ground
Raw block
	item FriedOnionRingsCraft
	{
		DisplayName = Fried Onion Rings,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = OnionRings,
		EvolvedRecipe = Sandwich:5|Cooked;Sandwich Baguette:5|Cooked;Burger:5|Cooked;Salad:5|Cooked,
		FoodType = Vegetables,
		BadCold = true,
		BadInMicrowave = true,
		GoodHot = true,
		IsCookable = true,
		MinutesToCook = 10,
		MinutesToBurn = 30,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -10,
		Calories = 200,
		Carbohydrates = 22,
		Lipids = 12,
		Proteins = 2,
		WorldStaticModel = OnionRings_Ground,
		EvolvedRecipeName = Fried Onion Ring,
	}