Empty Bottle (Red Wine)

From PZwiki
Project ZomboidItemsFoodDrinksWater containersEmpty Bottle (Red Wine)
Spiffo controlyourself.png
This page was last updated for an older version (41.68).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Frame.png
This article contains outdated/low-quality images.
Reason: Missing 3D models
Please help the PZwiki by uploading an improved/updated version of the image(s) found on this page.
Empty Bottle
Empty Bottle
Red Wine
General
Category
Water Container
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Function
Molotov Cocktail
Smashed Bottle
• Water storage
Properties
Capacity
12.5 units
Technical
Item ID
Base.WineEmpty2

An empty bottle is the resulting produce after empty a bottle of red wine.

Usage

Like other empty bottles, the empty red wine bottle can be filled with water, however it will turn into a white wine bottle with water, this is presumed to be a bug. Furthermore, since build 41, the empty red wine bottle uses the empty white wine bottle icon (WineEmpty.png), instead of the existing icon texture for an empty red wine bottle (Wine2Empty.png), also assumed to be a bug.

Crafting

The empty bottle can be used as a component in crafting.

Product Ingredients Tools Requirements Workstation XP
Molotov.png
Molotov Cocktail
One of:
WhiskeyEmpty.png Empty Bottle (disambiguation) ×1
WineEmpty.png Empty Bottle (disambiguation) ×1
Wine2Empty.png Empty Bottle (disambiguation) ×1
One of:
Rag.png Ripped Sheets ×1
RagDirty.png Dirty Rag ×1
Petrol.png
Gas Can
none none none
BrokenBottle.png
Smashed Bottle
One of:
WineEmpty.png Empty Bottle (disambiguation) ×1
Wine2Empty.png Empty Bottle (disambiguation) ×1
WhiskeyEmpty.png Empty Bottle (disambiguation) ×1
BeerBottle.png Empty Bottle (disambiguation) ×1
none none none none

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
bar bin 4 4
garagestorage crate 4 1
crate 4 1
crate 4 2
motelroomoccupied bin 4 1

Empty bottles can be found on a zombie corpse or in garbage bins.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\items.txt

Retrieved: Build 41.78.16
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,
	}

See also