Item: Bol de gelée au raisin

Wiki Project Zomboid

Bol de gelée au raisin

Variable SapphCooking.BowlJello_Grape Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.BowlJello_Grape
TypeFood
CatégorieFood
Poids1.2
Icône
BowlofJelloGrapeIcon

Navigation

Nom variableBowlJello_Grape
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsbowls.txt
Détails techniques
Item PK3340
Lignes934 → 956
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 Grape Jello
Make Bowl of Grape Jello
SapphCooking
KAVALASH_sapphcooking Cooking 250 BowlJello_Grape=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 Lime Jello
EatType 2hand
HungerChange -2 -2
Icon BowlofJelloGrapeIcon
Lipids 2 2
Proteins 3 3
ReplaceOnUse Bowl
StaticModel H_BowlofJello_Grape
StressChange -5 -5
ThirstChange -50 -50
Type Food
UnhappyChange -5 -5
Weight 1.2 1.2
WorldStaticModel BowlofJello_Grape_Ground
Raw block
	item BowlJello_Grape
	{
		DisplayName = Bowl of Lime Jello,
		DisplayCategory = Food,
		Type = Food,
		Weight = 1.2,
		Icon = BowlofJelloGrapeIcon,
		EatType = 2hand,
		ReplaceOnUse = Bowl,
		HungerChange = -2,
		ThirstChange 	= -50,
		UnhappyChange = -5,
		BoredomChange 	= -5,
		StressChange 	= -5,
		Calories = 80,
		Carbohydrates = 20,
		Lipids = 2,
		Proteins = 3,
		StaticModel = H_BowlofJello_Grape,
		WorldStaticModel = BowlofJello_Grape_Ground,
		DaysFresh = 5,
		DaysTotallyRotten = 10,
	}