Item: Part de fraisier

Wiki Project Zomboid

Part de fraisier

Variable Base.CakeStrawberryShortcake Mod Vanilla

Résumé

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

Navigation

Nom variableCakeStrawberryShortcake
ModuleBase
Sourcescripts\items_food.txt
Détails techniques
Item PK5026
Lignes5922 → 5939
File ID1361

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.

15 propriétés
Key Value (raw) Num Bool JSON
Calories 75 75
Carbohydrates 4 4
DaysFresh 3 3
DaysTotallyRotten 5 5
DisplayCategory Food
DisplayName Strawberry Cake Slice
HungerChange -8 -8
Icon CakeStrawberryShortcake
Lipids 12 12
Proteins 10 10
StaticModel CakeSlice
Type Food
UnhappyChange -10 -10
Weight 0.2 0.2
WorldStaticModel StrawberryShortcake_Ground
Raw block
	item CakeStrawberryShortcake
	{
		DisplayName = Strawberry Cake Slice,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = CakeStrawberryShortcake,
		DaysFresh = 3,
		DaysTotallyRotten = 5,
		HungerChange = -8,
		UnhappyChange = -10,
		Calories = 75,
		Carbohydrates = 4,
		Lipids = 12,
		Proteins = 10,
		StaticModel = CakeSlice,
		WorldStaticModel = StrawberryShortcake_Ground,
	}