Empty Orange Soda Bottle

From PZwiki
Revision as of 17:42, 2 May 2018 by Vaileasys (talk | contribs) (added tools category to heading)

Empty Orange Soda Bottle


The Game WorldItemsToolsEmpty Orange Soda Bottle

Template:Tools An Water Bottle (Orange Soda) can only be found by drinking an orange soda, automatically adding it to the player's inventory. To refill an empty pop bottle, it needs to be in the main inventory, followed by right-clicking any water source (sinks, wells, rain collectors) and click "Fill Empty Pop Bottle". It will give 1 water bottle (pop) 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

	item PopBottleEmpty
		Weight		= 0.1,
		CanStoreWater	= TRUE,
		Type		= Normal,
		DisplayName	= Empty Pop Bottle,
		ReplaceOnUseOn	= WaterSource-WaterPopBottle,
		Icon		= Pop_empty,
		MetalValue 	= 5,


See Also

Template:Navbox/Tools