Item: Smoothie

Wiki Project Zomboid

Smoothie

Variable SapphCooking.LowBallSmoothie Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.LowBallSmoothie
TypeFood
Catégorie
Poids0.4
Icône
LowballGlassSmoothieIcon

Navigation

Nom variableLowBallSmoothie
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3908
Lignes3223 → 3245
File ID1108

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
BlenderPinkIcon Pour Smoothie in Lowball Glass
Pour Smoothie in Lowball Glass
SapphCooking
KAVALASH_sapphcooking Cooking 200 LowBallSmoothie=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 20 20
Carbohydrates 15 15
CustomContextMenu Drink
CustomEatSound DrinkingFromBottleGlass
DisplayName Drink
EatType Mug
HungerChange -2 -2
Icon LowballGlassSmoothieIcon
IsCookable FALSE 0 0
Lipids 0 0
Proteins 0 0
RainFactor 0.1 0.1
ReplaceOnUse LowballGlass
StaticModel H_LowballSmoothie
ThirstChange -10 -10
Type Food
UnhappyChange -5 -5
Weight 0.4 0.4
WorldStaticModel LowballSmoothie_Ground
Raw block
	item LowBallSmoothie
	{
		Weight 		= 0.4,
		Type 		= Food,
		DisplayName 		= Drink,
		ReplaceOnUse 		= LowballGlass,
		IsCookable = FALSE,
		Icon 		= LowballGlassSmoothieIcon,
		RainFactor 		= 0.1,
		StaticModel 		= H_LowballSmoothie,
		EatType 		= Mug,
		ThirstChange 		= -10,
		Carbohydrates 		= 15,
		Proteins 		= 0,
		Lipids 		= 0,
		HungerChange 		= -2,
		UnhappyChange = -5,
		BoredomChange = -5,
		Calories 		= 20,
		WorldStaticModel 		= LowballSmoothie_Ground,
		CustomContextMenu 		= Drink,
		CustomEatSound 		= DrinkingFromBottleGlass,
	}