Item: Oeuf poché

Wiki Project Zomboid

Oeuf poché

Variable Base.EggPoached Mod Vanilla

Résumé

VariableBase.EggPoached
TypeFood
CatégorieFood
Poids0.1
Icône
EggPoached

Navigation

Nom variableEggPoached
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5041
Lignes6212 → 6229
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é.

0 recette
Aucune recette n'utilise cet item.

Propriétés

Toutes les propriétés extraites pour cet item.

15 propriétés
Key Value (raw) Num Bool JSON
Calories 63 63
Carbohydrates 0.32 0.32
DaysFresh 3 3
DaysTotallyRotten 6 6
DisplayCategory Food
DisplayName Poached Egg
EvolvedRecipe Sandwich:10;Sandwich Baguette:10;Burger:10;Salad:10;Burrito:10;Taco:5
FoodType Egg
HungerChange -10 -10
Icon EggPoached
Lipids 4.18 4.18
Proteins 5.55 5.55
Type Food
Weight 0.1 0.1
WorldStaticModel EggPoached_Ground
Raw block
	item EggPoached
	{
		DisplayName = Poached Egg,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = EggPoached,
		EvolvedRecipe = Sandwich:10;Sandwich Baguette:10;Burger:10;Salad:10;Burrito:10;Taco:5,
		FoodType = Egg,
		DaysFresh = 3,
		DaysTotallyRotten = 6,
		HungerChange = -10,
		Calories = 63,
		Carbohydrates = 0.32,
		Lipids = 4.18,
		Proteins = 5.55,
		WorldStaticModel = EggPoached_Ground,
	}