Empty Bottle (Whiskey): Difference between revisions

From PZwiki
Empty Bottle (Whiskey)
mNo edit summary
m (Fixed Weight)
Line 2: Line 2:
{{Items  
{{Items  
|image = Smallemptybottle.png
|image = Smallemptybottle.png
|weight = 2
|weight = 0.3
}}
}}
== Crafting ==
== Crafting ==
Line 17: Line 17:
{
{
Type = Normal,
Type = Normal,
DisplayName = Empty Bottle,
DisplayName = Empty Bottle,
Icon = WhiskeyEmpty,
Icon = WhiskeyEmpty,
Weight = 2,
Weight = 0.3,
ReplaceOnUseOn  = WaterSource-WhiskeyWaterFull,
ReplaceOnUseOn  = WaterSource-WhiskeyWaterFull,
CanStoreWater = true
CanStoreWater = true
}</nowiki>
}</nowiki>
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]
[[Category:Tools]]
[[Category:Tools]]

Revision as of 07:48, 5 May 2013

Template:Items

Crafting

Name Recipe Description
























Code

item WhiskeyEmpty
{
	Type				=			Normal,
		DisplayName			=			Empty Bottle,
		Icon				=			WhiskeyEmpty,
		Weight				=			0.3,
		ReplaceOnUseOn  	=			WaterSource-WhiskeyWaterFull,
		CanStoreWater		=			true
}