Strawberry Seeds: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
m (→‎Code: Fix typo)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOTOC__
{{languages|Strawberry Seeds}}
{{languages|Strawberry Seeds}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Farming|Seeds|version=Version 40|incver=43}}{{Infobox normal
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|display_name=Strawberry Seeds
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The Game World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Farming|Farming]] -> [[:Category:Seeds|Seeds]] -> [[Strawberry Seeds]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|name_colour=Farming
{{Items
|name_text_colour=Farming
|image = Strawberry Seeds.png 
|image = TZ_StrewberrySeeds.png
|weight = 0.009
|alternate_image=TZ_SeedpackStrewberries.png
}} <!--/infobox-->
|alternate_name=Strawberry Seeds Packet
|weight=0.009
|primary_use=[[Farming]]
|class_name=Base.StrewberrieSeed<br>Base.StrewberrieBagSeed
}}'''Strawberry seeds''' are used to grow a crop of [[Strawberry|strawberries]] on [[Plowed Land|plowed land]].


'''Strawberry Seeds''' are the seeds inside a [[Strawberry Seeds Packet|strawberry seed packet]] which are found in the drawers and closets of many houses, but can also be found in crates, storage shelves, and in warehouse type buildings.  
== Usage ==
===Farming===
{{Main|Farming}}
Strawberry seeds are used with farming to grow a [[Strawberry Crop|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 [[Farming#Plant Diseases|diseases]].  


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


 
== Crafting ==
A quantity of 50 can be repackaged back into a [[Strawberry Seeds Packet|strawberry seed packet]].
{{Crafting table header}}
 
{{RecipeLookup|5001}}
 
 
They are used with [[Farming]] to grow a crop of [[Strawberry|strawberries]] on plowed land in a attempt to create a renewable food resource.
 
 
 
It takes time to grow and requires being watered and watched over, and plants can be susceptible to various diseases which need to be treated or have a specific plant removed so it does not spread to the entire crop.
 
 
 
See [[Farming]] for further information.
 
== Farming ==
{| class="pztable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|5010}}
{{RecipeLookup|5010}}
{{RecipeLookup|5011}}
{{RecipeLookup|5011}}
|}
{{Crafting table footer}}
 
== 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 ==
== Code ==
     
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
<nowiki>
 
    item StrewberrieSeed
''Strawberry Seed'' [[File:TZ_StrewberrySeeds.png]]
{{Retrieved|version=40|incver=43}}
<pre> item StrewberrieSeed
Type = Normal,
Type = Normal,
DisplayName = Strawberries Seeds,
DisplayName = Strawberries Seeds,
Icon = TZ_StrewberrySeeds,
Icon = TZ_StrewberrySeeds,
Weight = 0.009,
Weight = 0.009,</pre>     
</nowiki>
 
     
''Strawberry Seeds Packet'' [[File:TZ_SeedpackStrewberries.png]]
[[Category:Farming]]
{{Retrieved|version=40|incver=43}}
[[Category:Items]]
<pre> item StrewberrieBagSeed
[[Category:Seeds]]
Type = Normal,
[[Category:Version 34.28]]
DisplayName = Strawberries Seeds Packet,
Icon = TZ_SeedpackStrewberries,
Weight = 0.1,</pre> 
 
== See also ==
* [[Farming]]
* [[Recipe_Ingredients#Salad_.26_Fruit_Salad_Ingredients|Fruit Salad]]
 
{{Navbox/Farming}}

Revision as of 06:32, 19 July 2019

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

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
|- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

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