Item: Gâteau d'anniversaire

Wiki Project Zomboid

Gâteau d'anniversaire

Variable SapphCooking.CakeRaw_Birthday Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.CakeRaw_Birthday
TypeFood
CatégorieFood
Poids0.2
Icône
CakeBirthdayIcon

Navigation

Nom variableCakeRaw_Birthday
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3934
Lignes3831 → 3855
File ID1108

Recettes qui fabriquent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Make Birthday Cake
Make Birthday Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakeRaw_Birthday=1
CakeBirthdayCandleIcon Make a Wish
Make a Wish
SapphCooking
KAVALASH_sapphcooking Cooking 80 CakeRaw_Birthday=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
CakeBirthdayCandleIcon Add Candle on Cake
Add Candle on Cake
SapphCooking
KAVALASH_sapphcooking Cooking 100 CakeBirthday_Candle=1
BirthdayCakeSliceIcon Slice Cake
Slice Cake
SapphCooking
KAVALASH_sapphcooking Cooking 20 CakeSlice_Birthday=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 560 560
Carbohydrates 9 9
DaysFresh 4 4
DaysTotallyRotten 9 9
DisplayCategory Food
DisplayName Birthday Cake
EatType 2hand
HungerChange -15 -15
Icon CakeBirthdayIcon
IsCookable TRUE 1 1
Lipids 53 53
MinutesToBurn 110 110
MinutesToCook 40 40
Proteins 10 10
ReplaceOnUse BakingPan
StaticModel H_CakeBirthday
Tags HasMetal
Type Food
UnhappyChange -10 -10
Weight 0.2 0.2
WorldStaticModel CakeBirthday_Ground
Raw block
	item CakeRaw_Birthday
	{
		DisplayName = Birthday Cake,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CakeBirthdayIcon,
		BadInMicrowave = true,
		IsCookable = TRUE,
		ReplaceOnUse = BakingPan,
		MinutesToCook = 40,
		MinutesToBurn = 110,
		DaysFresh = 4,
		DaysTotallyRotten = 9,
		EatType = 2hand,
		HungerChange = -15,
		UnhappyChange = -10,
		Calories = 560,
		Carbohydrates = 9,
		Lipids = 53,
		Proteins = 10,
		WorldStaticModel = CakeBirthday_Ground,
		StaticModel = H_CakeBirthday,
		Tags = HasMetal,
	}