Item: Bouteille de Bourbon

Wiki Project Zomboid

Bouteille de Bourbon

Variable Base.WhiskeyFull Mod KAVALASH_jiggasGreenfireMod

Résumé

VariableBase.WhiskeyFull
TypeFood
CatégorieFood
Poids0.7
Icône
WhiskeyFull

Navigation

Nom variableWhiskeyFull
ModuleBase
Sourcemedia\scripts\GreenfireOverridenItems.txt
Détails techniques
Item PK2748
Lignes3 → 28
File ID1047

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

2 recettes
Afficher la liste
Recipe Mod Category Time Result
PWhiskey Unpack 10
Unpack 10
Packing
KAVALASH_EasyPacking Storage 75 WhiskeyFull=10
PWhiskey Unpack 5
Unpack 5
Packing
KAVALASH_EasyPacking Storage 50 WhiskeyFull=5

Recettes qui utilisent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
PWhiskey Pack 10
Pack 10
Packing
KAVALASH_EasyPacking Storage 100 10pkWhiskey=1
PWhiskey Pack 5
Pack 5
Packing
KAVALASH_EasyPacking Storage 75 5pkWhiskey=1

Propriétés

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

23 propriétés
Key Value (raw) Num Bool JSON
AlcoholPower 2 2
Alcoholic TRUE 1 1
Calories 1500 1500
CantBeFrozen TRUE 1 1
Carbohydrates 0 0
CustomContextMenu Drink
CustomEatSound DrinkingFromBottleGlass
DisplayCategory Food
DisplayName Whiskey Bottle
EatType Bourbon
HungerChange -20 -20
Icon WhiskeyFull
Lipids 0 0
OnEat OnDrink_Alcohol
Packaged TRUE 1 1
Proteins 0 0
ReplaceOnUse WhiskeyEmpty
StaticModel WhiskeyBottle
ThirstChange -20 -20
Type Food
UnhappyChange -10 -10
Weight 0.7 0.7
WorldStaticModel WhiskeyBottleGround
Raw block
    item WhiskeyFull
	{
	    DisplayCategory = Food,
		HungerChange	=	-20,
		Weight	=	0.7,
		Type	=	Food,
		ThirstChange	=	-20,
		DisplayName	=	Whiskey Bottle,
		Alcoholic	=	TRUE,
        UnhappyChange	=	-10,
		ReplaceOnUse	=	WhiskeyEmpty,
		Icon	=	WhiskeyFull,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromBottleGlass,
		AlcoholPower = 2,
        Carbohydrates = 0,
        Proteins = 0,
        Lipids = 0,
        Calories = 1500,
        Packaged = TRUE,
        CantBeFrozen = TRUE,
        StaticModel = WhiskeyBottle,
        EatType = Bourbon,
        WorldStaticModel = WhiskeyBottleGround,
	OnEat = OnDrink_Alcohol,
	}