Empty Orange Soda Bottle: Difference between revisions

From PZwiki
Empty Orange Soda Bottle
mNo edit summary
(Added navbox)
Line 16: Line 16:
CanStoreWater = true
CanStoreWater = true
} </nowiki>
} </nowiki>
{{Navbox/Tools}}
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Tools]]
[[Category:Tools]]

Revision as of 00:49, 10 February 2016

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 (Orange Soda) which is used the same way as a regular Water Bottle. It can hold the equivalent of 10 mugs of water.

Template:Items

Code

item PopBottleEmpty
{
	Type				=			Normal,
		DisplayName			=			Empty Pop Bottle,
		Icon				=			Pop_empty,
		Weight				=			0.1,
		ReplaceOnUseOn  	=			WaterSource-WaterPopBottle,
		CanStoreWater		=			true
}	

Template:Navbox/Tools