![]() |
PZwiki Update Project — Project Zomboid has received its largest update ever. We need your help to get the wiki updated to build 41! Want to get started? See the community portal or join the discussion on the official Discord (pzwiki_editing). We appreciate any level of contribution. |
Empty Bottle (Red Wine)
Jump to navigation
Jump to search
![]() |
English |
Navigation: | Main>The Game World>Items>Food>Drinks>Empty Bottle (Red Wine) | Page updated: Version 41.68 |
---|
Empty Bottle | |||
---|---|---|---|
![]() | |||
| |||
General | |||
Category | Water Container | ||
Weight | 0.3 | ||
Function |
• Molotov Cocktail • Smashed Bottle • Water storage | ||
Capacity | 12.5 units | ||
Technical details | |||
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 (), instead of the existing icon texture for an empty red wine bottle (
), also assumed to be a bug.
Crafting
The empty bottle can be used as a component in crafting.
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 | Ingredient 3 |
---|---|---|---|---|---|---|
![]() Molotov Cocktail |
0 XP | none | (consumed) |
![]() Gas Can (1 unit) (consumed) |
(consumed) | |
![]() Smashed Bottle |
0 XP | none | (consumed) |
Distribution
Empty bottles can be found on a zombie corpse or in garbage bins.
Code
There is currently no water bottle variant of the red wine bottle within the game's code.
From items.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.68
item WineEmpty2 { DisplayCategory = WaterContainer, Weight = 0.3, CanStoreWater = TRUE, Type = Normal, DisplayName = Empty Bottle, ReplaceOnUseOn = WaterSource-WineWaterFull, Icon = WineEmpty, StaticModel = RedWineBottle, WorldStaticModel = WineRedGround, }
See also