Empty Bottle (Water): Difference between revisions

From PZwiki
Empty Bottle (Water)
m (fixed container links)
mNo edit summary
Line 2: Line 2:
{{languages|Empty Bottle (Water)}}
{{languages|Empty Bottle (Water)}}
{{header|The Game World|Items|version=Version 39|incver=52}}
{{header|The Game World|Items|version=Version 39|incver=52}}
{{merge|Water Bottle}}
{{Tools
{{Tools
|image = Water Bottle Empty_120px.png
|image = Water Bottle Empty_120px.png

Revision as of 23:15, 17 August 2018


The Game WorldItemsEmpty Bottle (Water)
Furniture Pickup.png
It has been suggested that this article be merged with Water Bottle.

Template:Tools Empty bottles can be found in garbage cans, kitchen counters or after emptying a water bottle. To refill an empty bottle, it needs to be in the main inventory, followed by right-clicking any water source (sinks, wells, rain collectors) and click "Fill Empty Bottle". It will give 1 water bottle which is used the same way as a Water Bottle (Orange Soda). Refilling from unclean water sources, such as ran collectors, will yield tainted water and should be boiled before consumption.


See the Water page for comparisons for water storage.


Crafting

Name Recipe Description Skill Level
[[File:{{{product_image}}}|64x64px|class=pixelart link=[[{{{product_name}}}]]]]
[[{{{product_name}}}]]
none none none none













Code

From items.txt (Project Zomboid directory/media/scripts/)

	item WaterBottleEmpty
		Weight		= 0.1,
		CanStoreWater	= TRUE,
		Type		= Normal,
		DisplayName	= Empty Bottle,
		ReplaceOnUseOn	= WaterSource-WaterBottleFull,
		Icon		= WaterBottle_Empty,


See Also

Template:Navbox/Tools