Strawberries: Difference between revisions

From PZwiki
(Updated the code)
m (Automated Formatting)
(27 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Strawberries}}
{{Header|Project Zomboid|Items|Food|Fruit}}
{{header|Project Zomboid|Items|Food|Perishable Food|Fruit|type=Food|version=Version 40|incver=6}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Strawberries
{{Infobox item
|name_colour=Food
|name=Strawberries
|name_text_colour=Food
|model=Strawberry_Model.png
|image=BerryStraw_120px.png
|icon=BerryStraw.png
|alternate_image=Strawberries rotten.png
|icon_name=Strawberries
|alternate_link=
|model2=StrawberryRotten_Model.png
|alternate_name=Strawberries (Rotten)
|icon2=Strawberries rotten.png
|icon_name2=Strawberries (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.1
|weight=0.1
|days_fresh=2
|days_fresh=2
|days_rotten=5
|days_rotten=3
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-5
|hunger_change=-5
Line 21: Line 22:
|carbohydrates=0.92
|carbohydrates=0.92
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=farming.Strewberrie
|item_id=farming.Strewberrie
}}'''Strawberries''' are a [[Food#Perishable|perishable]] food [[item]].
}}
{{About|fruit|crop|Strawberry plant}}
'''Strawberries''' are a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
===Consumable properties===
===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.  
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 45: Line 48:
}}
}}


== Crafting ==
==Crafting==
=== Evolved recipes ===
===Evolved recipes===
Strawberries are a [[cooking]] [[Recipe Ingredients|ingredient]].
Strawberries are a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|cake=5|fruitsalad=5}}
{{EvolvedRecipesForItem|cake=5|fruitsalad=5|pancakes=5|waffles=5|coneicecream=5|oatmeal=5|pie=5|salad=5|beverage=5}}
 
===Sack of Strawberries===
{{Crafting/sandbox2
|strawberries
}}


==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]].
=== Farming ===
 
Sacks of strawberries can be found in grocery stores and warehouses.
 
===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=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5011 -->
{{Crafting/sandbox2
{{Crafting/core|ing=1
|strawberry_plant
| product_image = [[File:BerryStraw.png|link=Strawberry|Strawberry]] | product_name = [[Strawberry]] | product_quantity = x1-?
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Strawberry CropG.png|link=Strawberry Crop|Strawberry Crop]] | i1 = [[Farming|Strawberry Crop]] | q1 = x1
}}
}}
|}


== Code ==
==Code==
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|[[File:BerryStraw.png]] {{ID|Farming.Strewberrie}}<br>
{{Retrieved|version=40|incver=6}}
{{CodeSnip
<pre> item Strewberrie
  | lang = java
  | line = true
  | start = 51
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Strewberrie
{
{
    DisplayCategory = Food,
    DisplayCategory = Food,
Line 83: Line 94:
FoodType    =  Berry,
FoodType    =  Berry,
ThirstChange = -1,
ThirstChange = -1,
                Carbohydrates = 0.92,
        Carbohydrates = 0.92,
                Proteins = 0.08,
        Proteins = 0.08,
                Lipids = 0.04,
        Lipids = 0.04,
                Calories = 4,
        Calories = 4,
                StaticModel = RoundFood_Red,
        StaticModel = RoundFood_Red,
                WorldStaticModel = Strawberry_Ground,
        WorldStaticModel = Strawberry_Ground,
EvolvedRecipeName = Strawberry,
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.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,
}
}}
}}


==See also==
==See also==
* [[Berry]]
*[[Berry]]
{{Navbox/Consumables}}
 
{{Navbox items|plants}}
 
 
[[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