Watermelon Slice: Difference between revisions

From PZwiki
No edit summary
(Overhauled general description, added code, added see also section, changed incorrect hunger stat from -15 to -10, reformatted messy sections.)
Line 1: Line 1:
{{languages}}
{{languages}}
{{Notice|Improve}}
{{Consumables
{{Notice|Short}}
A '''watermelon slice''' is a form of food usually found in [[refrigerator]]s. <br>
 
The '''watermelon slice''' is made by slicing a [[Watermelon]] by right clicking the watermelon and selecting the dropdown option with a bladed tool, whether a [[Kitchen Knife]] or [[Saw]] in your primary inventory. It is much more efficient than a whole [[Watermelon]] at reducing both thirst and hunger. It is also more efficient than the third variant of [[Watermelon]]s, [[Watermelon Chunks]].
{{Items
|image = Watermelon Slice.png
|image = Watermelon Slice.png
|hunger = -15
|weight = 0.2
|weight = 0.2
}}
}}
A perishable food item that goes bad as time passes.  Watermelon slices are commonly found in [[refrigerator]]s, and can be crafted by slicing a [[watermelon]] with an [[axe]], [[kitchen knife]], or [[saw]].  It is more efficient to eat watermelon slices, rather than [[Watermelon Chunks#|watermelon chuncks]] or the whole watermelon.
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Watermelon Slice.png
|image = Watermelon Slice.png
|hunger = -15
|hunger = -10
|thirst = -20
|thirst = -20
|unrotten hunger = -7
|unrotten hunger = -7
Line 25: Line 24:
|rotten image = Watermelon Slice.png
|rotten image = Watermelon Slice.png
}}
}}
 
|}
 
<br><br><br><br><br><br><br><br><br><br><br>
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 35: Line 34:
{{RecipeLookup|2016}}
{{RecipeLookup|2016}}
|}
|}
== Code ==
<nowiki>item WatermelonSliced
{
HungerChange = -10,
Weight = 0.2,
Type = Food,
DaysTotallyRotten = 3,
ThirstChange = -20,
DisplayName = Watermelon Slice,
Icon = WatermelonSliced,
DaysFresh = 2,
}</nowiki>


== Trivia ==
== Trivia ==
Line 41: Line 53:
|}
|}


==See Also==
* [[Watermelon]]
* [[Watermelon Chunks]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}

Revision as of 05:14, 4 December 2015


A perishable food item that goes bad as time passes. Watermelon slices are commonly found in refrigerators, and can be crafted by slicing a watermelon with an axe, kitchen knife, or saw. It is more efficient to eat watermelon slices, rather than watermelon chuncks or the whole watermelon.

Nutritional Information

Template:Consumables2












Crafting

Name Recipe Description












Code

item WatermelonSliced
	{
		HungerChange	=	-10,
		Weight	=	0.2,
		Type	=	Food,
		DaysTotallyRotten	=	3,
		ThirstChange	=	-20,
		DisplayName	=	Watermelon Slice,
		Icon	=	WatermelonSliced,
		DaysFresh	=	2,
	}

Trivia

In previous versions it was possible to cut a rotten Watermelon into fresh slices. This bug has now been fixed.

See Also

Template:Navbox/Consumables