Strawberries: Difference between revisions

From PZwiki
(Update of NavBar.)
m (Automated Formatting)
(36 intermediate revisions by 12 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Fruit}}
{{languages|Strawberries}}
{{Page version|41.78.16}}
<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 -->
{{Infobox item
<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=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 -->
|model=Strawberry_Model.png
{{Consumables
|icon=BerryStraw.png
|image = Strawberries.png
|icon_name=Strawberries
|weight = 0.01
|model2=StrawberryRotten_Model.png
|hunger = -5
|icon2=Strawberries rotten.png
|thirst = -5
|icon_name2=Strawberries (Rotten)
|unhappiness = -10
<!--GENERAL-->
|category=Food
|weight=0.1
|days_fresh=2
|days_rotten=3
<!--NUTRITION-->
|hunger_change=-5
|thirst_change=-5
|calories=4
|lipids=0.04
|proteins=0.08
|carbohydrates=0.92
<!--TECHNICAL DETAILS-->
|item_id=farming.Strewberrie
}}
}}
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.  
{{About|fruit|crop|Strawberry plant}}
'''Strawberries''' are a perishable [[food]] [[Items|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 they're left to perish.
{{Consumables2
{{Consumables
|image = Strawberries.png
|image = Strawberries.png
|hunger = -5
|hunger = -5
Line 33: Line 47:
|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>
==Crafting==
Carbohydrates = 0.92 <br>
===Evolved recipes===
Proteins = 0.08 <br>
Strawberries are a [[cooking]] [[Recipe ingredients|ingredient]].
Lipids = 0.04 <br>
{{EvolvedRecipesForItem|cake=5|fruitsalad=5|pancakes=5|waffles=5|coneicecream=5|oatmeal=5|pie=5|salad=5|beverage=5}}
Calories = 4 <br><br>
 
===Sack of Strawberries===
{{Crafting/sandbox2
|strawberries
}}


== Crafting ==
==Distribution==
Strawberries are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].


Strawberries can be used an [[Recipe Ingredients|cake ingredient]].
Sacks of strawberries can be found in grocery stores and warehouses.
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2041}}
|}


===Farming===
Strawberries can be grown by [[farming]] with [[Strawberry Seeds|strawberry seeds]].
{{Crafting/sandbox2
|strawberry_plant
}}


== Evolved Recipes ==
==Code==
{{EvolvedRecipesForItem
{{CodeBox|[[File:BerryStraw.png]] {{ID|Farming.Strewberrie}}<br>
|cake=5|}}
{{CodeSnip
  | lang = java
  | line = true
  | start = 51
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Strewberrie
{
    DisplayCategory = Food,
Type = Food,
DisplayName = Strawberries,
Icon = BerryStraw,
Weight = 0.1,
HungerChange = -5,
ThirstChange = -5,
UnhappyChange = -10,
DaysFresh = 2,
DaysTotallyRotten = 5,
EvolvedRecipe = Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;ConeIcecream:5;Oatmeal:5;PieSweet:5;Salad:5;HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
FoodType    =  Berry,
ThirstChange = -1,
        Carbohydrates = 0.92,
        Proteins = 0.08,
        Lipids = 0.04,
        Calories = 4,
        StaticModel = RoundFood_Red,
        WorldStaticModel = Strawberry_Ground,
EvolvedRecipeName = Strawberry,
}
}}


== Farming ==
[[File:Sandbag.png]] {{ID|Base.SackProduce_Strawberry}}<br>
{| class="wikitable sortable" style="text-align:center;"
{{CodeSnip
|-
  | lang = java
! Name
  | line = true
! class="unsortable" | Recipe
  | start = 8226
! class="unsortable" | Description
  | source = items_food.txt
! Crafting Level
  | retrieved = true
{{RecipeLookup|5011}}
  | version = 41.78.16
|}
  | code =
item SackProduce_Strawberry
{
DisplayName = Sack of Strawberries,
DisplayCategory = Food,
Type = Food,
Weight = 2,
Icon = Sandbag,
CantEat = TRUE,
DaysFresh = 2,
DaysTotallyRotten = 5,
WorldStaticModel = SandBag,
}
}}
}}


== Code ==
==See also==
<nowiki>
*[[Berry]]
    item Strewberrie
Type = Food,
DisplayName = Strawberries,
Icon = BerryStraw,
Weight = 0.1,
HungerChange = -5,
ThirstChange = -5,
UnhappyChange = -10,
DaysFresh = 2,
DaysTotallyRotten = 5,
EvolvedRecipe = Cake:5,
FoodType    = Fruits,
        Carbohydrates = 0.92,
        Proteins = 0.08,
        Lipids = 0.04,
        Calories = 4,
</nowiki>


== History ==
{{Navbox items|plants}}


{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| RC 2.9.8a || Can be grown as a crop.
|}


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

Revision as of 12:29, 14 April 2024

Project ZomboidItemsFoodFruitStrawberries
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Strawberries
Strawberry Model.png
StrawberryRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
2 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-5
ThirstMoodle Icon Thirsty.png
-5
CaloriesCalories
4
CarbohydratesCarbohydrates
0.92
ProteinsProteins
0.08
FatFat
0.04
Technical
Item ID
farming.Strewberrie
PlushSpiffo.pngThis article is about fruit. For crop, see Strawberry plant.

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 they're left to perish.

Fresh Stale Rotten

Strawberries.png
Hunger: -5

Unhappiness: -10

Strawberries.png
Hunger: -3
Boredom: +10

Strawberries rotten.png
Hunger: -2
Boredom: +20
Unhappiness: +10
Dangerous, will cause sickness.

Crafting

Evolved recipes

Strawberries are a cooking ingredient.

Product Nutrition
Salad
Salad
5
Fruit Salad
Fruit Salad
5
Pie (savory)
Pie (savory)
5
Cake
Cake
5
Pancakes
Pancakes
5
Waffles
Waffles
5
Oatmeal
Oatmeal
5
Ice Cream Cone
Ice Cream Cone
5
Beverage
Beverage
5

Sack of Strawberries

Product Ingredients Tools Requirements Workstation XP
Strawberries.png
Strawberries ×16
Sandbag.png Sack of Strawberries ×1 none none none none

Distribution

Strawberries are often found in refrigerators and grocery displays.

Sacks of strawberries can be found in grocery stores and warehouses.

Farming

Strawberries can be grown by farming with strawberry seeds.

Product Ingredients Tools Requirements Workstation XP
Strawberry CropB.png
Strawberry plant
Plowed land.png Plowed Land ×1
TZ StrewberrySeeds.png Strawberry Seeds ×12
WaterDrop.png Water ×85 unit(s)
none none none none

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

BerryStraw.png Farming.Strewberrie
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item Strewberrie
	{
	    DisplayCategory = Food,
		Type				=		Food,
		DisplayName			=		Strawberries,
		Icon				=		BerryStraw,
		Weight				=		0.1,
		HungerChange 		=		-5,
		ThirstChange		=		-5,
		UnhappyChange 		= 		-10,
		DaysFresh 			=		2,
		DaysTotallyRotten 	=	 	5,
		EvolvedRecipe = Cake:5;FruitSalad:5;Pancakes:5;Waffles:5;ConeIcecream:5;Oatmeal:5;PieSweet:5;Salad:5;HotDrink:5;HotDrinkRed:5;HotDrinkWhite:5;HotDrinkSpiffo:5;HotDrinkTea:5,
		FoodType    =   Berry,
		ThirstChange	=	-1,
        Carbohydrates = 0.92,
        Proteins = 0.08,
        Lipids = 0.04,
        Calories = 4,
        StaticModel = RoundFood_Red,
        WorldStaticModel = Strawberry_Ground,
		EvolvedRecipeName = Strawberry,
	}

Sandbag.png Base.SackProduce_Strawberry
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item SackProduce_Strawberry
	{
		DisplayName = Sack of Strawberries,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = Sandbag,
		CantEat = TRUE,
		DaysFresh = 2,
		DaysTotallyRotten = 5,
		WorldStaticModel = SandBag,
	}

See also