Strawberries: Difference between revisions

From PZwiki
m (Automated linking update (or fix).)
m (Automated Formatting)
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Food|Fruit}}
{{Header|Project Zomboid|Items|Food|Fruit}}
{{Page version|41.73}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|name=Strawberries
|name=Strawberries
Line 6: Line 6:
|icon=BerryStraw.png
|icon=BerryStraw.png
|icon_name=Strawberries
|icon_name=Strawberries
|model2=StrawberryRotten_Model.png
|icon2=Strawberries rotten.png
|icon2=Strawberries rotten.png
|icon_name2=Strawberries (Rotten)
|icon_name2=Strawberries (Rotten)
<!--GENERAL-->
<!--GENERAL-->
Line 24: Line 24:
|item_id=farming.Strewberrie
|item_id=farming.Strewberrie
}}
}}
'''Strawberries''' are a [[Food#Perishable|perishable]] food [[items|item]].
{{About|fruit|crop|Strawberry plant}}
'''Strawberries''' are a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
Line 50: Line 51:
===Evolved recipes===
===Evolved recipes===
Strawberries are a [[cooking]] [[Recipe ingredients|ingredient]].
Strawberries are a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|Cake=5|FruitSalad=5|Pancakes=5|Waffles=5|ConeIcecream=5|Oatmeal=5|Pie=5|Salad=5|Beverage=5}}
{{EvolvedRecipesForItem|cake=5|fruitsalad=5|pancakes=5|waffles=5|coneicecream=5|oatmeal=5|pie=5|salad=5|beverage=5}}


===Sack of Strawberries===
===Sack of Strawberries===
{{Crafting header|ing=1}}
{{Crafting/sandbox2
{{Crafting general|064|ing=1}}
|strawberries
|}
}}


==Distribution==
==Distribution==
Line 64: Line 65:
===Farming===
===Farming===
Strawberries can be grown by [[farming]] with [[Strawberry Seeds|strawberry seeds]].
Strawberries can be grown by [[farming]] with [[Strawberry Seeds|strawberry seeds]].
{{Crafting header|ing=3}}
{{Crafting/sandbox2
{{Crafting farming|207|ing=3}}
|strawberry_plant
|}
}}
 
==Gallery==
<gallery>
Strawberry Model.png|Strawberries model when placed in the world.
StrawberryRotten Model.png|Rotten strawberries model when placed in the world.
</gallery>


==Code==
==Code==
Line 84: Line 79:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item Strewberrie
item Strewberrie
{
{
    DisplayCategory = Food,
    DisplayCategory = Food,
Line 118: Line 113:
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
item SackProduce_Strawberry
item SackProduce_Strawberry
{
{
DisplayName = Sack of Strawberries,
DisplayName = Sack of Strawberries,
Line 136: Line 131:
*[[Berry]]
*[[Berry]]


{{Navbox food}}
{{Navbox items|plants}}
 
 
[[Category:Perishable food]]
[[Category:Perishable food]]

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