Empty Orange Soda Bottle: Difference between revisions

From PZwiki
Empty Orange Soda Bottle
mNo edit summary
m (clean up, replaced: wikitable → pztable)
Line 9: Line 9:
|weight = 0.1
|weight = 0.1
}}
}}
An [[Empty Pop Bottle]] can only be found by drinking an [[Orange Soda|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 ([[Faucet|sinks]], [[Well|wells]], [[Rain Collector Barrel|rain collectors]]) and click "Fill Empty Pop Bottle". It will give 1 [[Water Bottle (Pop)|water bottle (pop)]] which is used the same way as a [[Water Bottle (Pop)]]. Refilling from unclean water sources, such as ran collectors, will yield [[Water|tainted water]] and should be boiled before consumption.
An '''Empty Pop Bottle''' can only be found by drinking an [[Orange Soda|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 ([[Faucet|sinks]], [[well]]s, [[Rain Collector Barrel|rain collectors]]) and click "Fill Empty Pop Bottle". It will give 1 [[Water Bottle (Pop)|water bottle (pop)]] which is used the same way as a [[Water Bottle (Pop)]]. Refilling from unclean water sources, such as ran collectors, will yield [[Water|tainted water]] and should be boiled before consumption.


<br>See the [[Water]] page for comparisons for water storage.
<br>See the [[Water]] page for comparisons for water storage.
Line 15: Line 15:


==Crafting==
==Crafting==
{| class="wikitable sortable" style="text-align:center;"  
{| class="pztable sortable" style="text-align:center;"  
|-  
|-  
! Name  
! Name  
Line 22: Line 22:
! Skill Level
! Skill Level
{{Recipe|2
{{Recipe|2
|item1=[[Empty Pop Bottle]]|q1=x1 |picitem1=File:Pop_empty.png|tag1=
|item1=Empty Pop Bottle|q1=x1 |picitem1=File:Pop_empty.png|tag1=
|item2=[[Water]] |q2=x1 |picitem2=File:Water drop.png
|item2=[[Water]] |q2=x1 |picitem2=File:Water drop.png
|product=[[Water_Bottle_(Pop)|Water Bottle (Pop)]]|qproduct=x1 |picproduct=File:Pop_water.png
|product=[[Water Bottle (Pop)]]|qproduct=x1 |picproduct=File:Pop_water.png
|description=A Pop Bottle full of Water  
|description=A Pop Bottle full of Water  
|level= No crafting level required.}}
|level= No crafting level required.}}
Line 43: Line 43:




==See Also==
==See also==
*[[Water]]
*[[Water]]
*[[Water Bottle (Pop)]]
*[[Water Bottle (Pop)]]

Revision as of 15:55, 11 May 2019


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

Template:Tools An Empty Pop Bottle 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