Item: Gâteau forêt noire

Wiki Project Zomboid

Gâteau forêt noire

Variable SapphCooking.CakeRaw_BlackForestCake Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.CakeRaw_BlackForestCake
TypeFood
CatégorieFood
Poids0.2
Icône
CakeBlackForestIcon

Navigation

Nom variableCakeRaw_BlackForestCake
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3933
Lignes3805 → 3829
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
CakeBlackForestCandleIcon Make a Wish
Make a Wish
SapphCooking
KAVALASH_sapphcooking Cooking 80 CakeRaw_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.

22 propriétés
Key Value (raw) Num Bool JSON
BadInMicrowave true 1 1
Calories 660 660
Carbohydrates 9 9
DaysFresh 4 4
DaysTotallyRotten 9 9
DisplayCategory Food
DisplayName Black Forest Cake
EatType 2hand
HungerChange -15 -15
Icon CakeBlackForestIcon
IsCookable TRUE 1 1
Lipids 53 53
MinutesToBurn 110 110
MinutesToCook 40 40
Proteins 10 10
ReplaceOnUse BakingPan
StaticModel H_CakeBlackForest
Tags HasMetal;isCake
Type Food
UnhappyChange -10 -10
Weight 0.2 0.2
WorldStaticModel CakeBlackForest_Ground
Raw block
	item CakeRaw_BlackForestCake
	{
		DisplayName = Black Forest Cake,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CakeBlackForestIcon,
		BadInMicrowave = true,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		EatType = 2hand,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 660,
		Carbohydrates = 9,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeBlackForest_Ground,
		StaticModel = H_CakeBlackForest,
		Tags = HasMetal;isCake,
	}