Item: Part de gâteau

Wiki Project Zomboid

Part de gâteau

Variable Base.CakeSlice Mod Vanilla

Résumé

VariableBase.CakeSlice
TypeFood
CatégorieFood
Poids0.2
Icône
CakeSlice

Navigation

Nom variableCakeSlice
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK4990
Lignes5202 → 5219
File ID1361

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
Cleaver Slice Cake
Slice Cake
Base
KAVALASH_Custom Cooking 20 CakeSlice=5
Cleaver Découper le gâteau
Slice Cake
Base
Vanilla Cooking 20 CakeSlice=5

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 70 70
Carbohydrates 1 1
DaysFresh 3 3
DaysTotallyRotten 5 5
DisplayCategory Food
DisplayName Cake Slice
HungerChange -7 -7
Icon CakeSlice
Lipids 5 5
Proteins 5 5
StaticModel CakeSlice
Type Food
UnhappyChange -10 -10
Weight 0.2 0.2
WorldStaticModel CakeSlice
Raw block
	item CakeSlice
	{
		DisplayName = Cake Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CakeSlice,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -7,
		UnhappyChange = -10,
		Calories = 70,
		Carbohydrates = 1,
		Lipids = 5,
		Proteins = 5,
		StaticModel = CakeSlice,
		WorldStaticModel = CakeSlice,
	}