Item: Baratte avec du vin

Wiki Project Zomboid

Baratte avec du vin

Variable SapphCooking.Churn_Wine Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Churn_Wine
TypeFood
CatégorieFood
Poids2
Icône
WoodenChurnIcon

Navigation

Nom variableChurn_Wine
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_itemspan.txt
Détails techniques
Item PK3883
Lignes2511 → 2535
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
WoodenChurnIcon Churn Wine
Churn Wine
SapphCooking
KAVALASH_sapphcooking Cooking 1400 Churn_Wine=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

1 recette
Afficher la liste
Recipe Mod Category Time Result
Wine2Full Pour Wine in Bottle
Pour Wine in Bottle
SapphCooking
KAVALASH_sapphcooking Cooking 80 Wine2=1

Propriétés

Toutes les propriétés extraites pour cet item.

22 propriétés
Key Value (raw) Num Bool JSON
Alcoholic TRUE 1 1
Calories 510 510
CantBeFrozen TRUE 1 1
Carbohydrates 0 0
CustomContextMenu Drink
CustomEatSound DrinkingFromBottleGlass
DisplayCategory Food
DisplayName Wooden Churn with Wine
EatType Pot
FoodType Wine
HungerChange -15 -15
Icon WoodenChurnIcon
Lipids 0 0
Packaged TRUE 1 1
Proteins 0 0
ReplaceOnUse ButterChurn
StaticModel H_ButterChurnBot
ThirstChange -15 -15
Type Food
UnhappyChange -15 -15
Weight 2 2
WorldStaticModel ButterChurn_Ground
Raw block
	item Churn_Wine
	{
		DisplayName = Wooden Churn with Wine,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = WoodenChurnIcon,
		FoodType = Wine,
		Alcoholic = TRUE,
		CantBeFrozen = TRUE,
		EatType = Pot,
		Packaged = TRUE,
		ReplaceOnUse = ButterChurn,
		HungerChange = -15,
		ThirstChange = -15,
		UnhappyChange = -15,
		Calories = 510,
		Carbohydrates = 0,
		Lipids = 0,
		Proteins = 0,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromBottleGlass,
		StaticModel 		= H_ButterChurnBot,
		WorldStaticModel 		= ButterChurn_Ground,
	}