Item: Bière

Wiki Project Zomboid

Bière

Variable Base.BeerBottle Mod KAVALASH_jiggasGreenfireMod

Résumé

VariableBase.BeerBottle
TypeFood
CatégorieFood
Poids0.4
Icône
BeerBottle

Navigation

Nom variableBeerBottle
ModuleBase
Sourcemedia\scripts\GreenfireOverridenItems.txt
Détails techniques
Item PK2750
Lignes57 → 81
File ID1047

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
PBeer Unpack 6
Unpack 6
Packing
KAVALASH_EasyPacking Storage 50 BeerBottle=6

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
PBeer Pack 6
Pack 6
Packing
KAVALASH_EasyPacking Storage 75 6pkBeer=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
AlwaysWelcomeGift TRUE 1 1
Calories 170 170
CantBeFrozen TRUE 1 1
Carbohydrates 39 39
CustomContextMenu Drink
CustomEatSound DrinkingFromBottleGlass
DisplayCategory Food
DisplayName Beer Bottle
HungerChange -9 -9
Icon BeerBottle
Lipids 0 0
OnEat OnDrink_Beer
Packaged TRUE 1 1
Proteins 0 0
ReplaceOnUse BeerEmpty
StaticModel BeerBottle
ThirstChange -13 -13
Type Food
UnhappyChange -16 -16
Weight 0.4 0.4
WorldStaticModel BeerBottle
Raw block
    item BeerBottle
	{
	    DisplayCategory = Food,
		HungerChange	=	-9,
		Weight	=	0.4,
		AlwaysWelcomeGift	=	TRUE,
		Type	=	Food,
		UnhappyChange	=	-16,
		ThirstChange	=	-13,
		DisplayName	=	Beer Bottle,
		ReplaceOnUse	= BeerEmpty,
		Alcoholic	=	TRUE,
		Icon	=	BeerBottle,
		CustomContextMenu = Drink,
		CustomEatSound = DrinkingFromBottleGlass,
        Carbohydrates = 39,
        Proteins = 0,
        Lipids = 0,
        Calories = 170,
        Packaged = TRUE,
        CantBeFrozen = TRUE,
        StaticModel = BeerBottle,
        WorldStaticModel = BeerBottle,
	OnEat = OnDrink_Beer,
	}