Item: Bouteille en verre (vide)

Wiki Project Zomboid

Bouteille en verre (vide)

Variable Base.WhiskeyEmpty Mod Vanilla

Résumé

VariableBase.WhiskeyEmpty
TypeNormal
CatégorieWaterContainer
Poids0.3
Icône
WhiskeyEmpty

Navigation

Nom variableWhiskeyEmpty
ModuleBase
Sourcescripts\items.txt
Détails techniques
Item PK4715
Lignes562 → 575
File ID1360

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
OS8pkWhiskeyEmpty Unpack 8
Unpack 8
GidOrganizedFood
KAVALASH_EasyPacking Storage 120 WhiskeyEmpty=8

Recettes qui utilisent cet item

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

8 recettes
Afficher la liste
Recipe Mod Category Time Result
BrokenBottle HockeyMaskSmashBottle
HockeyMaskSmashBottle
Base
KAVALASH_Custom 20 SmashedBottle=1
Molotov Make Molotov Cocktail
Make Molotov Cocktail
Base
KAVALASH_Custom 50 Molotov=1
BrokenBottle Smash Bottle
Smash Bottle
Base
KAVALASH_Custom 20 SmashedBottle=1
OS8pkWhiskeyEmpty Pack 8
Pack 8
GidOrganizedFood
KAVALASH_EasyPacking Storage 120 OS8pkWhiskeyEmpty=1
MatShatteredGlass Shatter Empty Bottle
OthShatterEmptyBottle
LabRecipes
KAVALASH_VaccinDrReapers GlassWork 60 MatShatteredGlass=2
BrokenBottle HockeyMaskSmashBottle
HockeyMaskSmashBottle
Base
Vanilla 20 SmashedBottle=1
Molotov Fabriquer un cocktail Molotov
Make Molotov Cocktail
Base
Vanilla 50 Molotov=1
BrokenBottle Casser la bouteille
Smash Bottle
Base
Vanilla 20 SmashedBottle=1

Propriétés

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

11 propriétés
Key Value (raw) Num Bool JSON
CanStoreWater TRUE 1 1
DisplayCategory WaterContainer
DisplayName Empty Bottle
Icon WhiskeyEmpty
ReplaceOnUseOn WaterSource-WhiskeyWaterFull
ReplaceTypes PetrolSource WhiskeyPetrol;WaterSource WhiskeyWaterFull
StaticModel WhiskeyBottle
Tags EmptyPetrol
Type Normal
Weight 0.3 0.3
WorldStaticModel WhiskeyBottleGround
Raw block
	item WhiskeyEmpty
	{
	    DisplayCategory = WaterContainer,
		Weight	=	0.3,
		CanStoreWater	=	TRUE,
		Type	=	Normal,
		DisplayName	=	Empty Bottle,
		ReplaceOnUseOn	=	WaterSource-WhiskeyWaterFull,
		Icon	=	WhiskeyEmpty,
		StaticModel = WhiskeyBottle,
		WorldStaticModel = WhiskeyBottleGround,
		Tags = EmptyPetrol,
		ReplaceTypes = PetrolSource WhiskeyPetrol;WaterSource WhiskeyWaterFull,
	}