![]() |
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. |
Bottle with Water (bleach)
![]() |
---|
Navigation: | Main>Project Zomboid>Items>Food>Drinks>Bottle with Water (bleach) | Page updated: Version 41.51 |
---|
Bottle with Water | |||
---|---|---|---|
![]() | |||
| |||
General | |||
Category | Item | ||
Weight |
1.6 (Full) 0.2 (Empty) | ||
Function | Water storage | ||
Capacity | 10.0 units | ||
Contents | Water | ||
Can boil water | False | ||
Technical details | |||
item ID |
Base.WaterBleachBottle Base.BleachEmpty |
A bleach bottle with water, called simply "Bottle with Water" is an item in Project Zomboid caused by filling empty bleach bottle with water.
Usage
Like other water containers, a bleach bottle with water will automatically satiate the player's thirst. Therefore, a bleach bottle with water will gradually lose its contents, and need to be refilled, being replaced with an empty bleach bottle.
Refilling
Its main purpose is to store water. This can be done by pouring out the contents of a bleach bottle (or drinking) and refilling it from a water source.
Trivia
- Empty bleach bottles can be found sitting on corpses, suggesting that the Knox Event drove them to suicide.
Gallery
Code
Bleach Bottle with Water
From items_food.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.51
item WaterBleachBottle { IsWaterSource = TRUE, Weight = 1.6, CanStoreWater = TRUE, Type = Drainable, UseWhileEquipped = FALSE, UseDelta = 0.1, DisplayName = Bleach Bottle With Water, ReplaceOnDeplete = BleachEmpty, ReplaceOnUseOn = WaterSource-WaterBleachBottle, CustomContextMenu = Drink, CustomEatSound = DrinkingFromBottle, StaticModel = BleachBottle, WorldStaticModel = BleachBottle, }
Empty Bleach Bottle
From newitems.txt (Project Zomboid directory/media/scripts/)
Retrieved: Build 41.51
item BleachEmpty { Weight = 0.2, CanStoreWater = TRUE, Type = Normal, DisplayName = Empty Bleach Bottle, Icon = Bleach, ReplaceOnUseOn = WaterSource-WaterBleachBottle, StaticModel = BleachBottle, WorldStaticModel = BleachBottle, }
See also