Watermelon Slice: Difference between revisions

From PZwiki
(Update of NavBar.)
(new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Watermelon_Slice}}
{{languages|Watermelon_Slice}}
<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 Slice
<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_Slice.png
|image=WatermelonSliced_120px.png
|hunger = -6
<!--GENERAL-->
|thirst = -20
|category=Food
|weight = 0.3
|weight=0.3
}}
|days_fresh=3
Watermelon slices are a [[Food#Perishable|perishable]] food item that goes bad as time passes. They are crafted by slicing a [[watermelon]] with an [[axe]], [[kitchen knife]], or [[saw]]. It is more efficient to eat watermelon slices, rather than [[Watermelon Chunks#|watermelon chunks]] or the whole watermelon.  Watermelon slices take three in-game days to go stale, and four in-game days to rot.
|days_rotten=4
<!--NUTRITION-->
|hunger_change=-6
|thirst_change=-20
|calories=135.5
|lipids=0.67
|proteins=2.75
|carbohydrates=34.11
<!--TECHNICAL DETAILS-->
|class_name=Base.WatermelonSliced
}}A '''watermelon slice''' is a [[Food#Perishable|perishable]] food [[item]].


== Nutritional Information ==
==Usage==
{| border=0 align=left
===Consumable properties===
|
A watermelon slice 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 Slice.png
|image = Watermelon Slice.png
Line 30: Line 39:
|rotten image = Watermelon Slice.png
|rotten image = Watermelon Slice.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 34.11 <br>
Proteins = 2.75 <br>
Lipids = 0.67 <br>
Calories = 135.5 <br><br>


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
===Obtaining===
|-
{{Crafting table header}}
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2016}}
{{RecipeLookup|2016}}
|}
{{Crafting table footer}}
 
==Distribution==
Watermelon slices do not spawn naturally and can only be obtained through [[#Crafting|crafting]].


== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item WatermelonSliced
{{Retrieved|version=40|incver=6}}
<pre> item WatermelonSliced
HungerChange = -6,
HungerChange = -6,
Weight = 0.3,
Weight = 0.3,
Line 62: Line 64:
         Proteins = 2.75,
         Proteins = 2.75,
         Lipids = 0.67,
         Lipids = 0.67,
         Calories = 135.5,
         Calories = 135.5,</pre>
</nowiki>


== Trivia ==
==See also==
{|
*[[Watermelon Chunks]]
| In previous versions it was possible to cut a rotten [[Watermelon]] into fresh slices. This bug has now been fixed.
|}


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

Revision as of 16:27, 15 August 2018

Project ZomboidItemsFoodPerishable FoodFruitsWatermelon Slice
Watermelon Slice
Watermelon Slice
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 3 days
Days until rotten 4 days
Nutrition
Hunger
Hunger
-6
Thirst
Thirst
-20
Calories
Calories
135.5
Carbohydrates
Carbohydrates
34.11
Proteins
Proteins
2.75
Fat
Fat
0.67
Technical details
Item ID Base.WatermelonSliced

A watermelon slice is a perishable food item.

Usage

Consumable properties

A watermelon slice 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

Obtaining

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Distribution

Watermelon slices do not spawn naturally and can only be obtained through crafting.

Code

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

	item WatermelonSliced
		HungerChange		= -6,
		Weight			= 0.3,
		Type			= Food,
		DaysTotallyRotten	= 4,
		ThirstChange		= -20,
		DisplayName		= Watermelon Slice,
		Icon			= WatermelonSliced,
		DaysFresh		= 3,
        	Carbohydrates 		= 34.11,
        	Proteins 		= 2.75,
        	Lipids 			= 0.67,
        	Calories 		= 135.5,

See also

Template:Navbox/Consumables