Item: Préparation pour gâteau

Wiki Project Zomboid

Préparation pour gâteau

Variable Base.CakePrep Mod Vanilla

Résumé

VariableBase.CakePrep
TypeFood
CatégorieFood
Poids0.5
Icône
Cake

Navigation

Nom variableCakePrep
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4982
Lignes5037 → 5054
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
CakeBatter Place Cake in Baking Pan
Place Cake in Baking Pan
Base
KAVALASH_Custom Cooking 30 CakePrep=1
CakeBatter Verser la pâte à gâteau dans le moule
Place Cake in Baking Pan
Base
Vanilla Cooking 30 CakePrep=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.

15 propriétés
Key Value (raw) Num Bool JSON
Calories 800 800
Carbohydrates 50 50
DaysFresh 4 4
DaysTotallyRotten 7 7
DisplayCategory Food
DisplayName Cake Preparation
HungerChange -30 -30
Icon Cake
Lipids 48 48
Proteins 8 8
Tags HasMetal
Type Food
UnhappyChange -20 -20
Weight 0.5 0.5
WorldStaticModel CakePreparation
Raw block
	item CakePrep
	{
		DisplayName = Cake Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = Cake,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -30,
		UnhappyChange = -20,
		Calories = 800,
		Carbohydrates = 50,
		Lipids = 48,
		Proteins = 8,
		WorldStaticModel = CakePreparation,
		Tags = HasMetal,
	}