Strawberries: Difference between revisions

From PZwiki
(Update of NavBar.)
(new layout)
Line 1: Line 1:
__NOTOC__
{{languages|Strawberries}}
{{languages|Strawberries}}
<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=Strawberries
<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 = Strawberries.png
|image=BerryStraw_120px.png
|weight = 0.01
<!--GENERAL-->
|hunger = -5
|category=Food
|thirst = -5
|weight=0.1
|unhappiness = -10
|days_fresh=2
}}
|days_rotten=5
Strawberries are a [[Food#Perishable|perishable]] food item that goes bad as time passes. Strawberries are often inside of [[refrigerator]]s, and in produce bins. Can be grown through [[Farming|farming]] with [[Strawberry Seeds]]. Strawberries take two in-game days to go stale, and five in-game days to become rotten.  
<!--NUTRITION-->
|hunger_change=-5
|thirst_change=-5
|calories=4
|lipids=0.04
|proteins=0.08
|carbohydrates=0.92
<!--TECHNICAL DETAILS-->
|class_name=farming.Strewberrie
}}Strawberries are a [[Food#Perishable|perishable]] food [[item]].


== Nutritional Information ==
==Usage==
{| border=0 align=left
===Consumable properties===
|
Strawberries 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 = Strawberries.png
|image = Strawberries.png
Line 33: Line 41:
|rotten image = Strawberries rotten.png
|rotten image = Strawberries rotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0.92 <br>
Proteins = 0.08 <br>
Lipids = 0.04 <br>
Calories = 4 <br><br>


== Crafting ==
== Crafting ==
=== Evolved recipes ===
{{EvolvedRecipesForItem|cake=5|fruitsalad=5}}


Strawberries can be used an [[Recipe Ingredients|cake ingredient]].
==Distribution==
{| class="wikitable sortable" style="text-align:center;"
Strawberries are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].  
|-
=== Farming ===
! Name
Strawberries can be grown by [[Farming|farming]] with [[Strawberry Seeds|strawberry seeds]].
! class="unsortable" | Recipe
{{Crafting table header}}
! class="unsortable" | Description
{{RecipeLookup|2041}}
|}
 
 
== Evolved Recipes ==
{{EvolvedRecipesForItem
|cake=5|}}
 
== Farming ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|5011}}
{{RecipeLookup|5011}}
|}
{{Crafting table footer}}


== Code ==
== Code ==
<nowiki>
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
    item Strewberrie
{{Retrieved|version=40|incver=6}}
<pre> item Strewberrie
Type = Food,
Type = Food,
DisplayName = Strawberries,
DisplayName = Strawberries,
Line 80: Line 67:
DaysFresh = 2,
DaysFresh = 2,
DaysTotallyRotten = 5,
DaysTotallyRotten = 5,
EvolvedRecipe = Cake:5,
EvolvedRecipe = Cake:5;FruitSalad:5,
FoodType    = Fruits,
FoodType    = Fruits,
         Carbohydrates = 0.92,
         Carbohydrates = 0.92,
         Proteins = 0.08,
         Proteins = 0.08,
         Lipids = 0.04,
         Lipids = 0.04,
         Calories = 4,
         Calories = 4,</pre>
</nowiki>
 
== History ==
 
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| RC 2.9.8a || Can be grown as a crop.
|}


==See Also==
==See also==
* [[Farming]]
* [[Berries]]
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 09:34, 16 August 2018

Strawberries
Strawberries
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 2 days
Days until rotten 5 days
Nutrition
Hunger
Hunger
-5
Thirst
Thirst
-5
Calories
Calories
4
Carbohydrates
Carbohydrates
0.92
Proteins
Proteins
0.08
Fat
Fat
0.04
Technical details
Item ID farming.Strewberrie

Strawberries are a perishable food item.

Usage

Consumable properties

Strawberries 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

Evolved recipes

Product Nutrition
Fruit Salad
Fruit Salad
5
Cake
Cake
5

Distribution

Strawberries are often found in refrigerators and grocery displays.

Farming

Strawberries can be grown by farming with strawberry seeds. Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Code

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

	item Strewberrie
		Type			= Food,
		DisplayName		= Strawberries,
		Icon			= BerryStraw,
		Weight			= 0.1,
		HungerChange 		= -5,
		ThirstChange		= -5,
		UnhappyChange 		= -10,
		DaysFresh 		= 2,
		DaysTotallyRotten 	= 5,
		EvolvedRecipe 		= Cake:5;FruitSalad:5,
		FoodType    		= Fruits,
        	Carbohydrates 		= 0.92,
        	Proteins 		= 0.08,
        	Lipids 			= 0.04,
        	Calories 		= 4,

See also

Template:Navbox/Consumables