Watermelon Chunks: Difference between revisions

From PZwiki
(Update of NavBar.)
(new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Watermelon_Chunks}}
{{languages|Watermelon_Chunks}}
<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 Chunks
<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_Chunks.png
|image=WatermelonSmashed_120px.png
|weight = 0.6
<!--GENERAL-->
|hunger = -12
|category=Food
|thirst = -25
|weight=0.6
}}
|days_fresh=2
A variant of the watermelon, Watermelon Chunks are a [[Food#Perishable|perishable]] food item that is created when you smash a watermelon with a blunt weapon. Watermelon Chunks, like a normal Watermelon, goes bad as time passes. Watermelon chunks take two in-game days to go stale, and three in-game days to become rotten.
|days_rotten=3
<br><br>
<!--NUTRITION-->
Smashing a watermelon instead of slicing it provides less thirst with the resulting pieces than the regular watermelon. Using a bladed weapon to cut the watermelon is a much more efficient use of the watermelon.
|hunger_change=-12
|thirst_change=-25
|calories=271
|lipids=1.35
|proteins=5.51
|carbohydrates=68.2
<!--TECHNICAL DETAILS-->
|class_name=Base.WatermelonSmashed
}}'''Watermelon chunks''' are a [[Food#Perishable|perishable]] food [[item]].


== Nutritional Information ==
==Usage==
{| border=0 align=left
===Consumable properties===
|
Watermelon chunks 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_Chunks.png
|image = Watermelon_Chunks.png
Line 32: Line 39:
|rotten image = Watermelon_Chunks.png
|rotten image = Watermelon_Chunks.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 68.20 <br>
Proteins = 5.51 <br>
Lipids = 1.35 <br>
Calories = 271 <br><br>


== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
===Obtaining===
|-
Smashing a watermelon instead of slicing it provides less thirst with the resulting pieces than the regular watermelon. Using a bladed weapon to cut the watermelon is a much more efficient use of the watermelon.
! Name
{{Crafting table header}}
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2015}}
{{RecipeLookup|2015}}
|}
{{Crafting table footer}}
=== Evolved recipes ===
Watermelon chunks are a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|salad=100|fruitsalad=100}}
 
==Distribution==
Watermelon chunks do not spawn naturally and can only be obtained through [[#Crafting|crafting]].


== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item WatermelonSmashed
{{Retrieved|version=40|incver=6}}
<pre> item WatermelonSmashed
HungerChange = -12,
HungerChange = -12,
Weight = 0.6,
Weight = 0.6,
Line 64: Line 68:
         Proteins = 5.51,
         Proteins = 5.51,
         Lipids = 1.35,
         Lipids = 1.35,
         Calories = 271,
         Calories = 271,</pre>
</nowiki>
 
==See also==
*[[Watermelon Slice]]


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

Revision as of 16:37, 15 August 2018

Project ZomboidItemsFoodPerishable FoodFruitsWatermelon Chunks
Watermelon Chunks
Watermelon Chunks
General
Category Food
Encumbrance
Heavy Load
0.6
Days until stale 2 days
Days until rotten 3 days
Nutrition
Hunger
Hunger
-12
Thirst
Thirst
-25
Calories
Calories
271
Carbohydrates
Carbohydrates
68.2
Proteins
Proteins
5.51
Fat
Fat
1.35
Technical details
Item ID Base.WatermelonSmashed

Watermelon chunks are a perishable food item.

Usage

Consumable properties

Watermelon chunks 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

Smashing a watermelon instead of slicing it provides less thirst with the resulting pieces than the regular watermelon. Using a bladed weapon to cut the watermelon is a much more efficient use of the watermelon. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Evolved recipes

Watermelon chunks are a cooking ingredient.

Product Nutrition
Salad
Salad
100
Fruit Salad
Fruit Salad
100

Distribution

Watermelon chunks 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 WatermelonSmashed
		HungerChange		= -12,
		Weight			= 0.6,
		Type			= Food,
		DaysTotallyRotten	= 3,
		ThirstChange		= -25,
		DisplayName		= Watermelon Chunks,
		Icon			= WatermelonSmashed,
		DaysFresh		= 2,
        	Carbohydrates 		= 68.2,
        	Proteins 		= 5.51,
        	Lipids 			= 1.35,
        	Calories 		= 271,

See also

Template:Navbox/Consumables