Watermelon: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 1: Line 1:
{{languages}}
{{languages}}
A [[Watermelon]], found in refrigerators in residential areas. Can be cut into slices with bladed tools or smashed to chunks with blunt tools.
{{Consumables
{{Consumables
|image = Watermelon.png
|image = Watermelon.png
|weight = 0.9
|weight = 0.9
}}
}}
A perishable food item that goes bad as time passes. Watermelon is often inside of [[refrigerator]]s, and in produce bins. It can be cut into slices with bladed tools or smashed to chunks with blunt tools. Watermelon takes two in-game days to go stale, and three in-game days to rot.
== Nutritional Information ==
{{Consumables2
{{Consumables2
|image = Watermelon.png
|image = Watermelon.png
Line 13: Line 15:
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = -140
|unrotten thirst = -140
|rotten hunger = 0
|unrotten image = Tomato.png
|rotten boredom = 0
|rotten hunger = -27
|rotten unhappiness = 0
|rotten boredom = +20
|rotten thirst = 0
|rotten unhappiness = +20
|rotten thirst = -140
|perishable = 1
|perishable = 1
|rotten image = Rotten Watermelon.png
|rotten image = Watermelon_Rotten.png
}}
}}
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 32: Line 34:
|}
|}


== Code ==
<nowiki>item Watermelon
{
HungerChange = -60,
Weight = 0.9,
Type = Food,
DaysTotallyRotten = 3,
ThirstChange = -140,
DisplayName = Watermelon,
Icon = Watermelon,
DaysFresh = 2,
}</nowiki>


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


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

Revision as of 00:09, 30 June 2014


A perishable food item that goes bad as time passes. Watermelon is often inside of refrigerators, and in produce bins. It can be cut into slices with bladed tools or smashed to chunks with blunt tools. Watermelon takes two in-game days to go stale, and three in-game days to rot.

Nutritional Information

Template:Consumables2

Crafting

Name Recipe Description
























Code

item Watermelon
	{
		HungerChange	=	-60,
		Weight	=	0.9,
		Type	=	Food,
		DaysTotallyRotten	=	3,
		ThirstChange	=	-140,
		DisplayName	=	Watermelon,
		Icon	=	Watermelon,
		DaysFresh	=	2,
	}

See Also

Template:Navbox/Consumables