Item: Gâteau à la carotte

Wiki Project Zomboid

Gâteau à la carotte

Variable SapphCooking.CarrotCake Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.CarrotCake
TypeFood
CatégorieFood
Poids0.2
Icône
Cake_CarrotIcon

Navigation

Nom variableCarrotCake
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3612
Lignes5187 → 5208
File ID1107

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

0 recette
Aucune recette ne fabrique cet item.

Recettes qui utilisent cet item

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

0 recette
Aucune recette n'utilise cet item.

Propriétés

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

19 propriétés
Key Value (raw) Num Bool JSON
BadInMicrowave true 1 1
Calories 350 350
Carbohydrates 20 20
DaysFresh 4 4
DaysTotallyRotten 9 9
DisplayCategory Food
DisplayName Carrot Cake
HungerChange -35 -35
Icon Cake_CarrotIcon
IsCookable TRUE 1 1
Lipids 60 60
MinutesToBurn 110 110
MinutesToCook 40 40
Proteins 50 50
ReplaceOnUse BakingPan
Type Food
UnhappyChange -50 -50
Weight 0.2 0.2
WorldStaticModel CarrotPan_Ground
Raw block
	item CarrotCake
	{
		DisplayName = Carrot Cake,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Cake_CarrotIcon,
		BadInMicrowave = true,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		HungerChange = -35,
		UnhappyChange = -50,
		Calories = 350,
		Carbohydrates = 20,
		Lipids = 60,
		Proteins = 50,
		WorldStaticModel = CarrotPan_Ground,
	}