Item: Bouteille en verre (vide)

Wiki Project Zomboid

Bouteille en verre (vide)

Variable Base.WineEmpty2 Mod Vanilla

Résumé

VariableBase.WineEmpty2
TypeNormal
CatégorieWaterContainer
Poids0.3
Icône
WineEmpty

Navigation

Nom variableWineEmpty2
ModuleBase
Sourcescripts\items.txt
Détails techniques
Item PK4717
Lignes592 → 605
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
OS12pkWineEmpty Unpack 12
Unpack 12
GidOrganizedFood
KAVALASH_EasyPacking Storage 120 WineEmpty2=12

Recettes qui utilisent cet item

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

9 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
OS12pkWineEmpty Pack 12
Pack 12
GidOrganizedFood
KAVALASH_EasyPacking Storage 120 OS12pkWineEmpty2=1
MatShatteredGlass Shatter Empty Bottle
OthShatterEmptyBottle
LabRecipes
KAVALASH_VaccinDrReapers GlassWork 60 MatShatteredGlass=2
Wine2Full Pour Wine in Bottle
Pour Wine in Bottle
SapphCooking
KAVALASH_sapphcooking Cooking 80 Wine2=1
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 WineEmpty
ReplaceOnUseOn WaterSource-WineWaterFull
ReplaceTypes PetrolSource WinePetrol;WaterSource WineWaterFull
StaticModel RedWineBottle
Tags EmptyPetrol
Type Normal
Weight 0.3 0.3
WorldStaticModel WineRedGround
Raw block
    item WineEmpty2
	{
	    DisplayCategory = WaterContainer,
		Weight	=	0.3,
		CanStoreWater = TRUE,
		Type	=	Normal,
		DisplayName	=	Empty Bottle,
		ReplaceOnUseOn	=	WaterSource-WineWaterFull,
		Icon	=	WineEmpty,
		StaticModel = RedWineBottle,
		WorldStaticModel = WineRedGround,
		Tags = EmptyPetrol,
		ReplaceTypes = PetrolSource WinePetrol;WaterSource WineWaterFull,
	}