Item: Bol de gelée à la fraise

Wiki Project Zomboid

Bol de gelée à la fraise

Variable SapphCooking.BowlJello_Strawberry Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.BowlJello_Strawberry
TypeFood
CatégorieFood
Poids1.2
Icône
BowlofJelloStrawberryIcon

Navigation

Nom variableBowlJello_Strawberry
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsbowls.txt
Détails techniques
Item PK3338
Lignes888 → 910
File ID1106

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
Bowl Make Bowl of Strawberry Jello
Make Bowl of Strawberry Jello
SapphCooking
KAVALASH_sapphcooking Cooking 250 BowlJello_Strawberry=1

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.

20 propriétés
Key Value (raw) Num Bool JSON
BoredomChange -5 -5
Calories 80 80
Carbohydrates 20 20
DaysFresh 5 5
DaysTotallyRotten 10 10
DisplayCategory Food
DisplayName Bowl of Strawberry Jello
EatType 2hand
HungerChange -8 -8
Icon BowlofJelloStrawberryIcon
Lipids 2 2
Proteins 3 3
ReplaceOnUse Bowl
StaticModel H_BowlofJello_Strawberry
StressChange -5 -5
ThirstChange -50 -50
Type Food
UnhappyChange -5 -5
Weight 1.2 1.2
WorldStaticModel BowlofJello_Strawberry_Ground
Raw block
	item BowlJello_Strawberry
	{
		DisplayName = Bowl of Strawberry Jello,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.2,
		Icon = BowlofJelloStrawberryIcon,
		EatType = 2hand,
		ReplaceOnUse = Bowl,
		HungerChange = -8,
		ThirstChange 	= -50,
		UnhappyChange = -5,
		BoredomChange 	= -5,
		StressChange 	= -5,
		Calories = 80,
		Carbohydrates = 20,
		Lipids = 2,
		Proteins = 3,
		StaticModel = H_BowlofJello_Strawberry,
		WorldStaticModel = BowlofJello_Strawberry_Ground,
		DaysFresh = 5,
		DaysTotallyRotten = 10,
	}