Empty Orange Soda Bottle: Difference between revisions

From PZwiki
Empty Orange Soda Bottle
No edit summary
m (Fixed Weight)
Line 4: Line 4:
{{Items  
{{Items  
|image = EmptyOrangeSodaBottle.jpg
|image = EmptyOrangeSodaBottle.jpg
|weight = 0.5
|weight = 0.1
}}
}}
== Code ==
== Code ==
Line 10: Line 10:
{
{
Type = Normal,
Type = Normal,
DisplayName = Empty Pop Bottle,
DisplayName = Empty Pop Bottle,
Icon = Pop_empty,
Icon = Pop_empty,
Weight = .5,
Weight = 0.1,
ReplaceOnUseOn  = WaterSource-WaterPopBottle,
ReplaceOnUseOn  = WaterSource-WaterPopBottle,
CanStoreWater = true
CanStoreWater = true
} </nowiki>
} </nowiki>
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Tools]]
[[Category:Tools]]

Revision as of 07:50, 5 May 2013

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 use an Empty Orange Soda bottle near faucet near you. It will give you 1 Orange Soda Water Bottle which is used the same way as regular Water Bottle

Template:Items

Code

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