Watermelon: Difference between revisions

From PZwiki
(Added new template and data.)
(Update of NavBar.)
(5 intermediate revisions by 4 users not shown)
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''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[: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 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 ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = Watermelon.png
|image = Watermelon.png
|hunger = -60
|hunger = -60
|thirst = -140
|thirst = -140
|unrotten hunger = 0
|unrotten hunger = -40
|unrotten boredom = 0
|unrotten boredom = +10
|unrotten unhappiness = 0
|unrotten unhappiness = +10
|unrotten thirst = 0
|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 = 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 ==
{{Notice|Outdated}}
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
|-  
|-  
Line 31: Line 49:


== Code ==
== Code ==
  <nowiki>item Watermelon
  <nowiki>
{
item Watermelon
Type = Food,
HungerChange = -60,
DisplayName = Watermelon,
Weight = 3,
Icon = Watermelon,
Type = Food,
Weight = 2,
DaysTotallyRotten = 8,
HungerChange = -60,
ThirstChange = -140,
ThirstChange = -140,
DisplayName = Watermelon,
DaysFresh = 3,
Icon = Watermelon,
DaysTotallyRotten = 5,
        Carbohydrates = 341.11,
}</nowiki>
        Proteins = 27.56,
 
        Lipids = 6.78,
== History ==
        Calories = 1355,
 
DaysFresh = 6,
{| class="wikitable" width="550" style="text-align:center;"
</nowiki>
|-
! Alpha || 
|-
| RC 2.9 || When was this added to the game?
|}
 
==See Also==
* [[Watermelon Chunks]]
* [[Watermelon slice]]


{{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 18:41, 29 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> 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