![]() |
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 (Mayonnaise)
Jump to navigation
Jump to search
![]() |
English |
Navigation:Main Index>The Game World>Items>Food>Drinks>Water Bottle (Mayonnaise)Page Updated: Version 41.68
Water Bottle | ||||
---|---|---|---|---|
![]() | ||||
| ||||
General | ||||
Category |
Empty: Water Container Full: Water | |||
Weight |
Empty: 0.1 Full: 0.5 | |||
Function |
• Molotov Cocktail • Smashed Bottle • Water storage | |||
Capacity | 6.25 units | |||
Technical details | ||||
Item ID |
farming.MayonnaiseEmpty farming.MayonnaiseWaterFull |
A water bottle is an essential water containing item in Project Zomboid.
Usage
The empty bottle is the resulting product after consuming/emptying a jar of mayonnaise (or water). It can be refilled at any water source.
Distribution
Neither the empty bottle nor the water bottle can be found in the world. They can only be obtained by emptying a jar of mayonnaise.
Code
From farming.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 41.68 |
item MayonnaiseWaterFull { DisplayCategory = Water, Type = Drainable, DisplayName = Water Bottle, Icon = TZ_MayonnaiseWFull, Weight = 0.5, ReplaceOnDeplete = MayonnaiseEmpty, UseWhileEquipped = false, UseDelta = 0.16, ReplaceOnUseOn = WaterSource-MayonnaiseWaterFull, IsWaterSource = true, CanStoreWater = true, FillFromDispenserSound = GetWaterFromDispenserPlasticMedium, FillFromTapSound = GetWaterFromTapPlasticMedium, StaticModel = MayoJar, WorldStaticModel = MayoJar_Ground, }
From farming.txt (Project Zomboid directory/media/scripts/)
Retrieved | |
---|---|
Version 41.68 |
item MayonnaiseEmpty { DisplayCategory = WaterContainer, Type = Normal, DisplayName = Empty Bottle, Icon = TZ_MayonnaiseEmpty, Weight = 0.1, ReplaceOnUseOn = WaterSource-MayonnaiseWaterFull, CanStoreWater = true, StaticModel = MayoJar, WorldStaticModel = MayoJarEmpty_Ground, }
See also