Watermelon: Difference between revisions

From PZwiki
No edit summary
(Update of NavBar.)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{languages}}
__NOTOC__
A [[Watermelon]], found in refrigerators in residential areas. Can be cut into slices with bladed tools or smashed to chunks with blunt tools.
{{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
Line 13: Line 22:
|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 = 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 32: Line 48:
|}
|}


 
== Code ==
==See Also==
<nowiki>
* [[Watermelon Chunks]]
item Watermelon
* [[Watermelon slice]]
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,
</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 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