Item: Smoothie

Wiki Project Zomboid

Smoothie

Variable SapphCooking.BeverageSmoothie Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.BeverageSmoothie
TypeFood
CatégorieFood
Poids0.1
Icône
GlassTumbler

Navigation

Nom variableBeverageSmoothie
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3910
Lignes3270 → 3283
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 Tumbler
Pour Smoothie in Tumbler
SapphCooking
KAVALASH_sapphcooking Cooking 200 BeverageSmoothie=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.

11 propriétés
Key Value (raw) Num Bool JSON
CustomContextMenu Drink
CustomEatSound DrinkingFromMug
DisplayCategory Food
DisplayName Beverage
EatType Can
Icon GlassTumbler
ReplaceOnUse GlassTumbler
StaticModel H_TumblerSmoothie
Type Food
Weight 0.1 0.1
WorldStaticModel TumblerSmoothie_Ground
Raw block
	item BeverageSmoothie
	{
		DisplayName = Beverage,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
        Icon = GlassTumbler,
		EatType = Can,
		ReplaceOnUse = GlassTumbler,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromMug,
        WorldStaticModel = TumblerSmoothie_Ground
		StaticModel = H_TumblerSmoothie,
	}