Watermelon: Difference between revisions

From PZwiki
(Update of NavBar.)
(new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Watermelon}}
{{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 -->
{{header|Project Zomboid|Items|Food|Perishable Food|Fruits|type=Food|version=Version 40|incver=6}}{{Infobox food
<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 -->
|display_name=Watermelon
<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 -->
|name_colour=Food
{{Consumables
|name_text_colour=Food
|image = Watermelon.png
|image=Watermelon_120px.png
|hunger = -60
<!--GENERAL-->
|weight = 3.0
|category=Food
}}
|weight=3
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.  
|days_fresh=6
|days_rotten=8
<!--NUTRITION-->
|hunger_change=-60
|thirst_change=-140
|calories=1355
|lipids=6.78
|proteins=27.56
|carbohydrates=341.11
<!--TECHNICAL DETAILS-->
|class_name=Base.Watermelon
}}A '''watermelon''' is a [[Food#Perishable|perishable]] food [[item]].  


== Nutritional Information ==
==Usage==
{| border=0 align=left
===Consumable properties===
|
A watermelon can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = Watermelon.png
|image = Watermelon.png
Line 30: Line 40:
|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;"
===What it can make===
|-
It can be cut into slices with a [[saw]] or smashed into chunks with a [[Weapons#Blunt weapons|blunt weapon]].
! Name
{{Crafting table header}}
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2015}}
{{RecipeLookup|2015}}
{{RecipeLookup|2016}}
{{RecipeLookup|2016}}
|}
{{Crafting table footer}}
=== Evolved recipes ===
Watermelons are a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|cake=-10|fruitsalad=-10}}


== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item Watermelon
{{Retrieved|version=40|incver=6}}
<pre> item Watermelon
HungerChange = -60,
HungerChange = -60,
Weight = 3,
Weight = 3,
Line 62: Line 67:
         Lipids = 6.78,
         Lipids = 6.78,
         Calories = 1355,
         Calories = 1355,
DaysFresh = 6,
DaysFresh = 6,</pre>
</nowiki>


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

Revision as of 15:42, 15 August 2018

Watermelon
Watermelon
General
Category Food
Encumbrance
Heavy Load
3
Days until stale 6 days
Days until rotten 8 days
Nutrition
Hunger
Hunger
-60
Thirst
Thirst
-140
Calories
Calories
1355
Carbohydrates
Carbohydrates
341.11
Proteins
Proteins
27.56
Fat
Fat
6.78
Technical details
Item ID Base.Watermelon

A watermelon is a perishable food item.

Usage

Consumable properties

A watermelon can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

What it can make

It can be cut into slices with a saw or smashed into chunks with a blunt weapon. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Evolved recipes

Watermelons are a cooking ingredient.

Product Nutrition
Fruit Salad
Fruit Salad
-10
Cake
Cake
-10

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.6

	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