![]() |
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
![]() |
English • español • français • 한국어 • русский |
Navigation: | Main>Project Zomboid>Items>Food>Drinks>Water Bottle | Page updated: Version 41.78.16 |
---|
For other uses, see Water Bottle (disambiguation).
Water Bottle | |||
---|---|---|---|
![]() | |||
| |||
General | |||
Category |
Empty: Water Container Full: Water | ||
Weight |
Empty: 0.1 Full: 0.8 | ||
Function | Water storage | ||
Capacity | 10 units | ||
Contents | Water | ||
Can boil water | Only in Microwave Oven | ||
Technical details | |||
item ID |
Base.WaterBottleEmpty Base.WaterBottleFull |
A water bottle is an essential water containing item in Project Zomboid.
Usage
A water bottle will automatically satiate the player's thirst, so long as it's in the players main inventory (i.e. not in a bag).
Refilling
The contents will gradually deplete, therefore requiring to be refilled. A water bottle can be filled so long as it isn't full. To refill a water bottle, either:
- Right-click a water containing item in the player' inventory (e.g., cooking pot with water) and left-click "Pour into" > "Water Bottle".
- Right-click a water source (i.e., sink, well, rain collector, etc.) and left-click "Fill" > "Water Bottle".
Water from rivers or rain collector barrels will be tainted, causing the player to become sick. It can be boiled in a microwave oven to purify it.
After a random number of days, the waterworks will shut off, requiring the player to survive on scavenged water or what is left in cisterns and house systems.
Crafting
Engineering
Product | XP Gained | Skill(s) | Recipe | Ingredient 1 | Ingredient 2 | Ingredient 3 |
---|---|---|---|---|---|---|
![]() Fire Bomb |
none | ![]() |
![]() Empty Bottle (consumed) |
![]() Gas Can (4 units) (consumed) |
![]() Ripped Sheets (consumed) |
Distribution
Water bottles can be found in refrigerators, gas stations, convenience stores, and grocery stores.
Empty bottles can be found in bins.
Gallery
Code
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.78.16
item WaterBottleFull { DisplayName = Water Bottle, DisplayCategory = Water, Type = Drainable, Weight = 0.8, Icon = WaterBottle_Full, CanStoreWater = TRUE, FillFromDispenserSound = GetWaterFromDispenserPlasticMedium, FillFromTapSound = GetWaterFromTapPlasticMedium, IsWaterSource = TRUE, ReplaceOnDeplete = WaterBottleEmpty, ReplaceOnUseOn = WaterSource-WaterBottleFull, UseDelta = 0.1, UseWhileEquipped = FALSE, CustomEatSound = DrinkingFromBottlePlastic, StaticModel = WaterBottle, WorldStaticModel = WaterBottleFull, Tooltip = Tooltip_item_OnlyPurifyMicrowave, }
From items.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.78.16
item WaterBottleEmpty { DisplayCategory = WaterContainer, Weight = 0.1, CanStoreWater = TRUE, Type = Normal, DisplayName = Empty Bottle, ReplaceOnUseOn = WaterSource-WaterBottleFull, Icon = WaterBottle_Empty, StaticModel = WaterBottle, WorldStaticModel = WaterBottleEmpty, Tags = EmptyPetrol, ReplaceTypes = PetrolSource WaterBottlePetrol;WaterSource WaterBottleFull, ToolTip = Tooltip_item_OnlyPurifyMicrowave, }
See also