Strawberries

From PZwiki
Project ZomboidItemsFoodFruitStrawberries
Spiffo controlyourself.png
This page was last updated for an older version (41.73).
The current stable version is 41.78.16, released 2022-12-12, so information on this page may be inaccurate. Help get this page updated by adding any missing content. [edit]
Please update the version after updating the page.
Strawberries
Strawberry Model.png
Strawberries (Rotten)
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

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
Waffles
Oatmeal
5
Ice Cream Cone
Ice Cream Cone
5
Beverage
Beverage
5

Sack of Strawberries

Product XP gained Skill(s) Recipe Ingredient 1
Strawberries.png
Strawberries x16
0 XP none Sandbag.png
Sack of Strawberries
(consumed)

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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Strawberry CropB.png
Strawberry Crop
0 XP none Plowed land.png
Plowed Land
(consumed)
TZ StrewberrySeeds.png
Strawberry Seeds x12
(consumed)
WaterDrop.png
Water
(85+ units)

(consumed)

Gallery

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