Item: Préparation pour gâteau au chocolat

Wiki Project Zomboid

Préparation pour gâteau au chocolat

Variable SapphCooking.CakePrep_Chocolate Mod KAVALASH_sapphcooking

Résumé

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

Navigation

Nom variableCakePrep_Chocolate
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3926
Lignes3640 → 3661
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 Chocolate Cake
Prepare Chocolate Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakePrep_Chocolate=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
CakeChocolateCandleIcon Add Candle on Cake
Add Candle on Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakeChocolate_Candle=1
ChocolateCakeSliceIcon Slice Cake
Slice Cake
SapphCooking
KAVALASH_sapphcooking Cooking 20 CakeSlice_Chocolate=5

Propriétés

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

19 propriétés
Key Value (raw) Num Bool JSON
Calories 980 980
Carbohydrates 50 50
DaysFresh 4 4
DaysTotallyRotten 7 7
DisplayCategory Food
DisplayName Chocolate 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_Chocolate_Ground
Raw block
	item CakePrep_Chocolate
	{
		DisplayName = Chocolate Cake Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = CakePrepChocolateIcon,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		DaysFresh = 4,
		DaysTotallyRotten = 7,
		HungerChange = -30,
		UnhappyChange = -20,
		Calories = 980,
		Carbohydrates = 50,
		Lipids = 48,
		Proteins = 8,
		WorldStaticModel = CakePreparation_Chocolate_Ground,
		Tags = HasMetal;isCake,
	}