Item: Galette de pommes de terre

Wiki Project Zomboid

Galette de pommes de terre

Variable Base.PotatoPancakes Mod Vanilla

Résumé

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

Navigation

Nom variablePotatoPancakes
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5131
Lignes8001 → 8016
File ID1361

Recettes qui fabriquent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
PeeledPotatoIcon Fry Potato Pancakes
Fry Potato Pancakes
SapphCooking
KAVALASH_sapphcooking Cooking 250 PotatoPancakes=2

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.

13 propriétés
Key Value (raw) Num Bool JSON
Calories 268 268
Carbohydrates 35 35
DaysFresh 3 3
DaysTotallyRotten 7 7
DisplayCategory Food
DisplayName Potato Pancakes
HungerChange -15 -15
Icon PotatoPancakes
Lipids 15 15
Proteins 6 6
Type Food
Weight 0.1 0.1
WorldStaticModel PotatoPancakes_Ground
Raw block
	item PotatoPancakes
	{
		DisplayName = Potato Pancakes,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = PotatoPancakes,
		DaysFresh = 3,
		DaysTotallyRotten = 7,
		HungerChange = -15,
		Calories = 268,
		Carbohydrates = 35,
		Lipids = 15,
		Proteins = 6,
		WorldStaticModel = PotatoPancakes_Ground,
	}