Item: Croissant

Wiki Project Zomboid

Croissant

Variable Base.Croissant Mod Vanilla

Résumé

VariableBase.Croissant
TypeFood
CatégorieFood
Poids0.1
Icône
Croissant

Navigation

Nom variableCroissant
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5033
Lignes6057 → 6074
File ID1361

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
CookiesTrayIcon Remove from Tray
Remove from Tray
SapphCooking
KAVALASH_sapphcooking Cooking 10 Croissant=3

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.

15 propriétés
Key Value (raw) Num Bool JSON
Calories 180 180
Carbohydrates 32 32
DaysFresh 3 3
DaysTotallyRotten 5 5
DisplayCategory Food
DisplayName Croissant
HungerChange -8 -8
Icon Croissant
Lipids 15 15
Proteins 4 4
Tags FitsToaster
Type Food
UnhappyChange -15 -15
Weight 0.1 0.1
WorldStaticModel Croissant_Ground
Raw block
	item Croissant
	{
		DisplayName = Croissant,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Croissant,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -8,
		UnhappyChange = -15,
		Calories = 180,
		Carbohydrates = 32,
		Lipids = 15,
		Proteins = 4,
		WorldStaticModel = Croissant_Ground,
		Tags = FitsToaster,
	}