Strawberry Seeds: Difference between revisions

From PZwiki
m (→‎Code: Fix typo)
(PZ Updater automated execution(task: deploy ReLookup, eid: 3a3ea62522c509516d68b9a03ed86331))
Line 20: Line 20:


== Crafting ==
== Crafting ==
{{Crafting table header}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5001 -->
{{RecipeLookup|5001}}
{{Crafting/core|ing=1
{{RecipeLookup|5010}}
| product_image = [[File:Crop Seeds.gif]] | product_name = [[Items#Crops|Crop Seeds]] | product_quantity = x50
{{RecipeLookup|5011}}
| xp = <!-- Not present in the old template. Please fill in manually. -->
{{Crafting table footer}}
| sl = ''none''
| req =
| f1 = [[File:Crop Seeds Packet.gif]] | i1 = [[Items#Crops|Crop Seeds Packet]] | q1 = x1
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5010 -->
{{Crafting/core|ing=3
| product_image = [[File:Strawberry CropB.png|link=Strawberry Crop|Strawberry Crop]] | product_name = [[Strawberry Crop]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Plowed_land.png|link=Plowed Land|Plowed Land]] | i1 = [[Plowed Land]] | q1 = x1
| f2 = [[File:Strawberry Seeds.png|link=Strawberry Seeds|Strawberry Seeds]] | i2 = [[Strawberry Seeds]] | q2 = x12 | tag2 = (consumed)
| f3 = [[File:Water drop.png|link=Water|Water]] | i3 = [[Water]] | q3 =  | tag3 = (consumed) |opt3=1
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5011 -->
{{Crafting/core|ing=1
| 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 = [[Strawberry Crop]] | q1 = x1
}}
|}
 


== Distribution ==
== Distribution ==

Revision as of 04:24, 26 March 2022

The Game WorldItemsFarmingSeedsStrawberry Seeds
Strawberry Seeds
Strawberry Seeds
Strawberry Seeds Packet
General
Category Item
Encumbrance
Heavy Load
0.009
Function Farming
Technical details
Base ID Base.StrewberrieSeed
Base.StrewberrieBagSeed

Strawberry seeds are used to grow a crop of strawberries on plowed land.

Usage

Farming

Main article: Farming

Strawberry seeds are used with farming to grow a crop of strawberries on plowed land in an attempt to create a renewable food resource. It takes time to grow and requires being watered and watched over as plants are susceptible to various diseases.

A quantity of 50 can be repackaged back into a strawberry seeds packet, being much lighter than the individual seeds.

Crafting

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Crop Seeds.gif
Crop Seeds x50
none Crop Seeds Packet.gif
Crop Seeds Packet x1
Strawberry Crop
Strawberry Crop x1
none Plowed Land
Plowed Land x1
Strawberry Seeds
Strawberry Seeds x12
(consumed)
Water
Water
(consumed)
Strawberry
Strawberries x1-?
none Strawberry Crop
Strawberry Crop x1


Distribution

Strawberry seeds packets can be found in the drawers and closets of many houses, but can also be found in crates, storage shelves, and in warehouse type buildings. They may also be found in farming vehicles.

Code

From farming.txt (Project Zomboid directory/media/scripts/)

Strawberry Seed TZ StrewberrySeeds.png Retrieved: Build 40.43

	item StrewberrieSeed
		Type		= Normal,
		DisplayName	= Strawberries Seeds,
		Icon		= TZ_StrewberrySeeds,
		Weight		= 0.009,

     

Strawberry Seeds Packet TZ SeedpackStrewberries.png Retrieved: Build 40.43

	item StrewberrieBagSeed
		Type		= Normal,
		DisplayName	= Strawberries Seeds Packet,
		Icon		= TZ_SeedpackStrewberries,
		Weight		= 0.1,

 

See also

Template:Navbox/Farming