Item: Gâteau forêt noire (avec bougie)

Wiki Project Zomboid

Gâteau forêt noire (avec bougie)

Variable SapphCooking.CakeBlackForest_Candle Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.CakeBlackForest_Candle
TypeFood
CatégorieFood
Poids0.2
Icône
CakeBlackForestCandleIcon

Navigation

Nom variableCakeBlackForest_Candle
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK6343
Nom FRGâteau forêt noire (avec bougie)
Nom ENBlack Forest Cake (with Candle)
Nom brutBlack Forest Cake (with Candle)
Clé de nomBlack Forest Cake (with Candle)
Clé FRSapphCooking.CakeBlackForest_Candle
Clé EN
Tooltip FR
Tooltip EN
Tooltip brut
Chemin icôneicons/KAVALASH_sapphcooking/CakeBlackForestCandleIcon.png
Source icônemod:KAVALASH_sapphcooking
Icône manquanteNon
Lignes4019 → 4044
File ID1296

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
CakeBlackForestIcon Add Candle on Cake
Add Candle on Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakeBlackForest_Candle=1

Recettes qui utilisent cet item

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

1 recette
Afficher la liste
Recipe Mod Category Time Result
CakeBlackForestIcon Make a Wish
Make a Wish
SapphCooking
KAVALASH_sapphcooking Cooking 80 CakeRaw_BlackForestCake=1

Propriétés

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

23 propriétés
Key Value (raw) Num Bool JSON
Calories 0 0
CantEat TRUE 1 1
Carbohydrates 0 0
DaysFresh 4 4
DaysTotallyRotten 9 9
DisplayCategory Food
DisplayName Black Forest Cake (with Candle)
EquippedNoSprint TRUE 1 1
HungerChange -15 -15
Icon CakeBlackForestCandleIcon
LightDistance 2 2
LightStrength 0.5 0.5
Lipids 0 0
Proteins 0 0
StaticModel H_CakeBlackForestCandle
Tags HasMetal
TorchCone FALSE 0 0
Type Food
UnhappyChange -10 -10
Weight 0.2 0.2
WorldStaticModel CakeBlackForestCandle_Ground
primaryAnimMask Sapph_HoldingRight
secondaryAnimMask Sapph_HoldingLeft
Raw block
	item CakeBlackForest_Candle
	{
		DisplayName = Black Forest Cake (with Candle),
		DisplayCategory = Food,
		TorchCone	=	FALSE,
		LightDistance	=	2,
		LightStrength	=	0.5,
		Type = Food,
		Weight = 0.2,
		CantEat 		= TRUE,
		Icon = CakeBlackForestCandleIcon,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 0,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		WorldStaticModel = CakeBlackForestCandle_Ground,
		StaticModel = H_CakeBlackForestCandle,
		primaryAnimMask = Sapph_HoldingRight,
        secondaryAnimMask = Sapph_HoldingLeft,
		EquippedNoSprint = TRUE,
		Tags = HasMetal,
	}