Watermelon: Difference between revisions

From PZwiki
No edit summary
(Redesigned Watermelon Page + Nav Bar, +Description, +updated info, +categories, +nutrition info/values,)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{languages|Watermelon}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Watermelon.png
|image = Watermelon.png
|weight = 0.9
|hunger = -60
|weight = 3.0
}}
}}
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.
A Watermelon is a [[Food#Perishable|perishable]] food item that goes bad as time passes. Watermelons 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. Watermelons takes six in-game days to go stale, and eight in-game days to become rotten.  


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Watermelon.png
|image = Watermelon.png
Line 23: Line 30:
|rotten image = Rotten Watermelon.png
|rotten image = Rotten Watermelon.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br>


'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 341.11 <br>
Proteins = 27.56 <br>
Lipids = 6.78 <br>
Calories = 1355 <br><br>
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 35: Line 49:


== Code ==
== Code ==
  <nowiki>item Watermelon
  <nowiki>
{
item Watermelon
HungerChange = -60,
HungerChange = -60,
Weight = 0.9,
Weight = 3,
Type = Food,
Type = Food,
DaysTotallyRotten = 3,
DaysTotallyRotten = 8,
ThirstChange = -140,
ThirstChange = -140,
DisplayName = Watermelon,
DisplayName = Watermelon,
Icon = Watermelon,
Icon = Watermelon,
DaysFresh = 2,
        Carbohydrates = 341.11,
}</nowiki>
        Proteins = 27.56,
 
        Lipids = 6.78,
==See Also==
        Calories = 1355,
* [[Watermelon Chunks]]
DaysFresh = 6,
* [[Watermelon Slice]]
</nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable_Food]]
[[Category:Version 2.9.9.17]]
[[Category:Version 34.28]]

Revision as of 17:04, 17 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Watermelon   

A Watermelon is a perishable food item that goes bad as time passes. Watermelons 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. Watermelons takes six in-game days to go stale, and eight in-game days to become rotten.

Nutritional Information

Template:Consumables2













It's Nutritional Values are as follows:
Carbohydrates = 341.11
Proteins = 27.56
Lipids = 6.78
Calories = 1355

Crafting

Name Recipe Description
























Code

	
	item Watermelon
		HungerChange		= -60,
		Weight			= 3,
		Type			= Food,
		DaysTotallyRotten	= 8,
		ThirstChange		= -140,
		DisplayName		= Watermelon,
		Icon			= Watermelon,
        	Carbohydrates 		= 341.11,
        	Proteins 		= 27.56,
        	Lipids 			= 6.78,
        	Calories 		= 1355,
		DaysFresh		= 6,

Template:Navbox/Consumables