Grapes: Difference between revisions

From PZwiki
(Update of NavBar.)
(new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Grapes}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|Fruits|type=Food|version=Version 40|incver=6}}{{Infobox food
<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 -->
|display_name=Grapes
<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 -->
|name_colour=Food
<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_text_colour=Food
{{Consumables
|image=Grapes_120px.png
|image = Grapes.png
<!--GENERAL-->
|hunger = -15
|category=Food
|weight = 0.2
|weight=0.2
}}
|days_fresh=5
Grapes are [[Food#Perishable|perishable]] food items that go bad as time passes, when outside of a [[refrigerator]]. Grapes are often found within houses, inside of refrigerators, and in produce bins. Grapes take five in-game days to go stale, and eight in-game days to rot.
|days_rotten=8
<!--NUTRITION-->
|hunger_change=-15
|thirst_change=-5
|calories=62
|lipids=0.32
|proteins=0.58
|carbohydrates=15.78
<!--TECHNICAL DETAILS-->
|class_name=Base.Grapes
}}'''Grapes''' are a [[Food#Perishable|perishable]] food [[item]].


== Nutritional Information ==
==Usage==
{| border=0 align=left
===Consumable properties===
|
Grapes can be eaten, providing the player with some positive effects, however these will become more negative the longer it's left to perish.
{{Consumables2
{{Consumables2
|image = Item Grapes.png
|image = Item Grapes.png
Line 30: Line 40:
|rotten image = Item GrapesRotten.png
|rotten image = Item GrapesRotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 15.78 <br>
Proteins = 0.58 <br>
Lipids = 0.32 <br>
Calories = 62 <br><br>


== Crafting ==
== Crafting ==
=== Evolved Recipes ===
{{EvolvedRecipesForItem|cake=-15|fruitsalad=-15}}


Grapes can be used an [[Recipe Ingredients|cake ingredient]].
==Distribution==
{| class="wikitable sortable" style="text-align:center;"
Cherries are often found in [[Containers#Refrigerator|fridges]] and [[Containers#Displays|grocery displays]].
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2041}}
|}
 
 
== Evolved Recipes ==
{{EvolvedRecipesForItem
|cake=15|}}


== Code ==
== Code ==
<nowiki>
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
item Grapes
{{Retrieved|version=40|incver=6}}
<pre> item Grapes
         HungerChange = -15,
         HungerChange = -15,
         Weight = 0.2,
         Weight = 0.2,
Line 69: Line 64:
         Proteins = 0.58,
         Proteins = 0.58,
         Lipids = 0.32,
         Lipids = 0.32,
         Calories = 62,
         Calories = 62,</pre>
</nowiki>
 
==See also==
*[[Berries]]
*[[Cherry]]


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

Revision as of 15:06, 15 August 2018

Grapes
Grapes
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 5 days
Days until rotten 8 days
Nutrition
Hunger
Hunger
-15
Thirst
Thirst
-5
Calories
Calories
62
Carbohydrates
Carbohydrates
15.78
Proteins
Proteins
0.58
Fat
Fat
0.32
Technical details
Item ID Base.Grapes

Grapes are a perishable food item.

Usage

Consumable properties

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

Crafting

Evolved Recipes

Product Nutrition
Fruit Salad
Fruit Salad
-15
Cake
Cake
-15

Distribution

Cherries are often found in fridges and grocery displays.

Code

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

	item Grapes
        	HungerChange		= -15,
        	Weight			= 0.2,
        	Type			= Food,
        	DaysTotallyRotten	= 8,
        	DisplayName		= Grapes,
        	Icon			= Grapes,
        	DaysFresh		= 5,
        	EvolvedRecipe 		= Cake:15,
        	FoodType    		= Fruits,
		Carbohydrates 		= 15.78,
        	Proteins 		= 0.58,
        	Lipids 			= 0.32,
        	Calories 		= 62,

See also

Template:Navbox/Consumables