Strawberries: Difference between revisions

From PZwiki
(+3d model to infobox)
(Added information about sacks, updated code box)
Line 55: Line 55:
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===
{{Crafting header|ing=1}}
{{Crafting general|064|ing=1}}
|}


==Distribution==
==Distribution==
Strawberries are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Strawberries are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Sacks of strawberries can be found in grocery stores and warehouses.


===Farming===
===Farming===
Line 72: Line 79:


==Code==
==Code==
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|[[File:BerryStraw.png]] {{ID|Farming.Strewberrie}}<br>
{{Retrieved|version=41|incver=73}}
{{CodeSnip
<pre>
  | lang = java
item Strewberrie
  | line = true
  | start = 51
  | source = farming.txt
  | retrieved = true
  | version = 41
  | incver = 78.16
  | code =
    item Strewberrie
{
{
    DisplayCategory = Food,
    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,
}
}}
[[File:Sandbag.png]] {{ID|Base.SackProduce_Strawberry}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 8226
  | source = items_food.txt
  | retrieved = true
  | version = 41
  | incver = 78.16
  | code =
item SackProduce_Strawberry
{
DisplayName = Sack of Strawberries,
DisplayCategory = Food,
Type = Food,
Type = Food,
DisplayName = Strawberries,
Weight = 2,
Icon = BerryStraw,
Icon = Sandbag,
Weight = 0.1,
CantEat = TRUE,
HungerChange = -5,
ThirstChange = -5,
UnhappyChange = -10,
DaysFresh = 2,
DaysFresh = 2,
DaysTotallyRotten = 5,
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,
WorldStaticModel = SandBag,
FoodType = Berry,
ThirstChange = -1,
                Carbohydrates = 0.92,
                Proteins = 0.08,
                Lipids = 0.04,
                Calories = 4,
                StaticModel = RoundFood_Red,
                WorldStaticModel = Strawberry_Ground,
EvolvedRecipeName = Strawberry,
}
}
</pre>
}}
}}


==See also==
==See also==

Revision as of 13:54, 14 January 2024

Strawberries
Strawberries
Strawberries Strawberries (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 2 days
Days until rotten 3 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 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 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 plant
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