Watermelon: Difference between revisions

From PZwiki
m (minor correction using game data from 2.9.9.17 (0019))
(Update of NavBar.)
(6 intermediate revisions by 5 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
|hunger = -70
|hunger = -60
|weight = 2
|weight = 3.0
}}
}}
== Effects ==
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.
[[Hunger]]: -60<br>
 
[[Thirst]]: -140
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
|image = Watermelon.png
|hunger = -60
|thirst = -140
|unrotten hunger = -40
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten thirst = -140
|unrotten image = Tomato.png
|rotten hunger = -27
|rotten boredom = +20
|rotten unhappiness = +20
|rotten thirst = -140
|perishable = 1
|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 19: 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]]


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

Revision as of 19: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