Item: Muffin

Wiki Project Zomboid

Muffin

Variable Base.MuffinGeneric Mod Vanilla

Résumé

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

Navigation

Nom variableMuffinGeneric
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5057
Lignes6539 → 6555
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
Muffintray_Batter Get 6 Muffins
Get 6 Muffins
Base
KAVALASH_Custom Cooking 60 MuffinGeneric=6
Muffintray_Batter Prendre les 6 muffins
Get 6 Muffins
Base
Vanilla Cooking 60 MuffinGeneric=6

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.

14 propriétés
Key Value (raw) Num Bool JSON
Calories 120 120
Carbohydrates 10.45 10.45
DaysFresh 5 5
DaysTotallyRotten 8 8
DisplayCategory Food
DisplayName Muffin
HungerChange -7 -7
Icon MuffinGeneric
Lipids 12.61 12.61
Proteins 14.53 14.53
Type Food
UnhappyChange -10 -10
Weight 0.1 0.1
WorldStaticModel MuffinGeneric_Ground
Raw block
	item MuffinGeneric
	{
		DisplayName = Muffin,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = MuffinGeneric,
		DaysFresh = 5,
		DaysTotallyRotten = 8,
		HungerChange = -7,
		UnhappyChange = -10,
		Calories = 120,
		Carbohydrates = 10.45,
		Lipids = 12.61,
		Proteins = 14.53,
		WorldStaticModel = MuffinGeneric_Ground,
	}