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

Wiki Project Zomboid

Préparation pour gâteau à la fraise

Variable SapphCooking.CakePrep_StrawberryCake Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.CakePrep_StrawberryCake
TypeFood
CatégorieFood
Poids0.5
Icône
CakePrepStrawberryIcon

Navigation

Nom variableCakePrep_StrawberryCake
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3930
Lignes3728 → 3749
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 Strawberry Cake
Prepare Strawberry Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakePrep_StrawberryCake=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
CakeStrawberryCandleIcon Add Candle on Cake
Add Candle on Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakeStrawberry_Candle=1
StrawberryCakeSliceIcon Slice Cake
Slice Cake
SapphCooking
KAVALASH_sapphcooking Cooking 20 CakeSlice_Strawberry=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 Strawberry Cake Preparation
HungerChange -30 -30
Icon CakePrepStrawberryIcon
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_StrawberryCake
	{
		DisplayName = Strawberry Cake Preparation,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.5,
		Icon = CakePrepStrawberryIcon,
		DaysFresh = 4,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		DaysTotallyRotten = 7,
		HungerChange = -30,
		UnhappyChange = -20,
		Calories = 800,
		Carbohydrates = 50,
		Lipids = 48,
		Proteins = 8,
		WorldStaticModel = CakePreparation_Carrot_Ground,
		Tags = HasMetal;isCake,
	}