Item: Préparation pour gâteau à la carotte

Wiki Project Zomboid

Préparation pour gâteau à la carotte

Variable SapphCooking.CakePrep_Carrot Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.CakePrep_Carrot
TypeFood
CatégorieFood
Poids0.5
Icône
CakePrepCarrotIcon

Navigation

Nom variableCakePrep_Carrot
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3927
Lignes3662 → 3683
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 Carrot Cake
Prepare Carrot Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakePrep_Carrot=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
CakeCarrotCandleIcon Add Candle on Cake
Add Candle on Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakeCarrot_Candle=1
CarrotCakeSliceIcon Slice Cake
Slice Cake
SapphCooking
KAVALASH_sapphcooking Cooking 20 CakeSlice_Carrot=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 Carrot Cake Preparation
HungerChange -30 -30
Icon CakePrepCarrotIcon
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_Carrot
	{
		DisplayName = Carrot Cake Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = CakePrepCarrotIcon,
		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,
	}