Empty Orange Soda Bottle: Difference between revisions

From PZwiki
Empty Orange Soda Bottle
(Added navbox)
(mostly rewrote the page and updated the info using "Water Bottle (Pop)" as an aid)
Line 1: Line 1:
{{languages}}
__NOTOC__
To get an empty Orange Soda Bottle, simply drink an [[Orange Soda]] and the empty bottle will go automatically in your inventory. Currently, you can fill an Empty Orange Soda bottle at a faucet near you. It will give you 1 [[Water_Bottle_(Pop)]] which is used the same way as a regular [[Water Bottle]]. It can hold the equivalent of 10 [[A Mug of Water|mugs of water]].
{{languages|Empty Pop Bottle}}
 
{{header|The Game World|Items|Farming|version=Version 39|incver=45}}
{{Items  
{{Items  
|image = EmptyOrangeSodaBottle.jpg
|image = UTENSILEmptyPopBottle.png
|weight = 0.1
|weight = 0.1
}}
}}
An '''Empty Orange Soda Bottle''' can only be found by drinking an [[Orange Soda]], automatically adding it to the player's inventory. To refill an empty bottle, you need to have it in your main inventory, followed by right-clicking any water source (Sinks, Wells, [[Rain Collector Barrel|Rain Collectors]]) and click "Fill empty bottle". It will give you 1 [[Water Bottle (Pop)]] which is used the same way as a regular [[Water Bottle]].
<br>See the [[Water]] page for comparisons for water storage.
==Recipe==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Skill Level
{{Recipe|2
|item1=[[Empty Pop Bottle]]|q1=x1 |picitem1=File:UTENSILEmptyPopBottle.png|tag1=
|item2=[[Water]] |q2=x1 |picitem2=File:Water drop.png
|product=[[Water_Bottle_(Pop)|Water Bottle (Pop)]]|qproduct=x1 |picproduct=File:UTENSILPopBottleofWater.png
|description=A Pop Bottle full of Water
|level= No crafting level required.}}
|}
== Code ==
== Code ==
  <nowiki>item PopBottleEmpty
  <nowiki>item PopBottleEmpty
{
{
Type = Normal,
Weight = 0.1,
DisplayName = Empty Pop Bottle,
CanStoreWater = TRUE,
Icon = Pop_empty,
Type = Normal,
Weight = 0.1,
DisplayName = Empty Pop Bottle,
ReplaceOnUseOn = WaterSource-WaterPopBottle,
ReplaceOnUseOn = WaterSource-WaterPopBottle,
CanStoreWater = true
Icon = Pop_empty,
} </nowiki>
MetalValue = 5,
} </nowiki>


{{Navbox/Tools}}
{{Navbox/Tools}}

Revision as of 18:47, 14 April 2018


The Game WorldItemsFarmingEmpty Orange Soda Bottle

Template:Items An Empty Orange Soda Bottle can only be found by drinking an Orange Soda, automatically adding it to the player's inventory. To refill an empty bottle, you need to have it in your main inventory, followed by right-clicking any water source (Sinks, Wells, Rain Collectors) and click "Fill empty bottle". It will give you 1 Water Bottle (Orange Soda) which is used the same way as a regular Water Bottle.


See the Water page for comparisons for water storage.

Recipe

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,
	}	

Template:Navbox/Tools