![]() |
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. |
Water Bottle (Beer)
Jump to navigation
Jump to search
![]() |
English |
Navigation:Main Index>The Game World>Items>Food>Drinks>Water Bottle (Beer)Page Updated: Version 41.66
Water Bottle | ||||
---|---|---|---|---|
![]() | ||||
| ||||
General | ||||
Category |
Empty: Water Container Full: Water | |||
Weight |
Empty: 0.1 Full: 0.4 | |||
Function |
• Smashed Bottle • Water storage | |||
Capacity | 6.25 units | |||
Technical details | ||||
Item ID |
Base.BeerEmpty Base.BeerWaterFull |
A water bottle is an essential water containing item in Project Zomboid.
Usage
The empty bottle is the resulting product after consuming/emptying a beer bottle (or water). It can be refilled at any water source.
Crafting
The empty bottle can be used as a component in crafting.
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 | Ingredient 3 |
---|---|---|---|---|---|---|
![]() Smashed Bottle |
0 XP | none | (consumed) |
Distribution
Empty bottles can be found on a zombie corpse or in a garbage bins.
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 41.66 |
item BeerWaterFull { DisplayCategory = Water, IsWaterSource = TRUE, Weight = 0.4, CanStoreWater = TRUE, FillFromDispenserSound = GetWaterFromDispenserGlass, FillFromTapSound = GetWaterFromTapGlass, Type = Drainable, UseWhileEquipped = FALSE, UseDelta = 0.16, DisplayName = Water Bottle, ReplaceOnDeplete = BeerEmpty, ReplaceOnUseOn = WaterSource-BeerWaterFull, Icon = BeerBottle, StaticModel = BeerBottle, WorldStaticModel = BeerBottle, CustomEatSound = DrinkingFromBottleGlass, }
From items.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 41.66 |
item BeerEmpty { DisplayCategory = WaterContainer, Weight = 0.1, CanStoreWater = TRUE, Type = Normal, DisplayName = Empty Bottle, ReplaceOnUseOn = WaterSource-BeerWaterFull, Icon = Wine2Empty, StaticModel = BeerBottle, WorldStaticModel = BeerBottle, }
See also