Item: Préparation pour gâteau forêt noire

Wiki Project Zomboid

Préparation pour gâteau forêt noire

Variable SapphCooking.CakePrep_BlackForestCake Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.CakePrep_BlackForestCake
TypeFood
CatégorieFood
Poids0.5
Icône
CakePrepChocolateIcon

Navigation

Nom variableCakePrep_BlackForestCake
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3929
Lignes3706 → 3727
File ID1108

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
CakeBatter Prepare Black Forest Cake
Prepare Black Forest Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakePrep_BlackForestCake=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

2 recettes
Afficher la liste
Recipe Mod Category Time Result
CakeBlackForestCandleIcon Add Candle on Cake
Add Candle on Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakeBlackForest_Candle=1
BlackForestSliceIcon Slice Cake
Slice Cake
SapphCooking
KAVALASH_sapphcooking Cooking 20 CakeSlice_BlackForest=5

Propriétés

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

19 propriétés
Key Value (raw) Num Bool JSON
Calories 800 800
Carbohydrates 50 50
DaysFresh 4 4
DaysTotallyRotten 7 7
DisplayCategory Food
DisplayName Black Forest Cake Preparation
HungerChange -30 -30
Icon CakePrepChocolateIcon
IsCookable TRUE 1 1
Lipids 48 48
MinutesToBurn 110 110
MinutesToCook 40 40
Proteins 8 8
ReplaceOnUse BakingPan
Tags HasMetal;isCake
Type Food
UnhappyChange -20 -20
Weight 0.5 0.5
WorldStaticModel CakePreparation_Carrot_Ground
Raw block
	item CakePrep_BlackForestCake
	{
		DisplayName = Black Forest Cake Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = CakePrepChocolateIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		HungerChange = -30,
		UnhappyChange = -20,
		Calories = 800,
		Carbohydrates = 50,
		Lipids = 48,
		Proteins = 8,
		WorldStaticModel = CakePreparation_Carrot_Ground,
		Tags = HasMetal;isCake,
	}