Item: Mélange pour gelée à l'orange

Wiki Project Zomboid

Mélange pour gelée à l'orange

Variable SapphCooking.Jello_Orange Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Jello_Orange
TypeFood
CatégorieFood
Poids0.4
Icône
BoxJelloOrangeIcon

Navigation

Nom variableJello_Orange
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemsfood.txt
Détails techniques
Item PK3579
Lignes4538 → 4556
File ID1107

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.

16 propriétés
Key Value (raw) Num Bool JSON
Calories 20 20
Carbohydrates 10 10
DisplayCategory Food
DisplayName Jello Orange Gelatin Mix
EvolvedRecipe HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5
HungerChange -10 -10
Icon BoxJelloOrangeIcon
Lipids 0 0
Packaged TRUE 1 1
Proteins 1 1
ThirstChange 60 60
Tooltip Tooltip_HotWater
Type Food
UnhappyChange 10 10
Weight 0.4 0.4
WorldStaticModel BoxJello_Orange_Ground
Raw block
	item Jello_Orange
	{
		DisplayCategory = Food,
		Tooltip 		= Tooltip_HotWater,
		Weight	=	0.4,
		Type	=	Food,
		HungerChange    =   -10,
		UnhappyChange   =   10,
		ThirstChange    =   60,
		DisplayName	= Jello Orange Gelatin Mix,
		Icon	=	BoxJelloOrangeIcon,
		EvolvedRecipe   =   HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
		Carbohydrates = 10,
		Proteins = 1,
		Lipids = 0,
		Calories = 20,
		Packaged = TRUE,
		WorldStaticModel = BoxJello_Orange_Ground,
	}