Tomato Seeds: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
(Updated to version 40.43 and to use latest template.)
Line 1: Line 1:
__NOTOC__
{{languages|Tomato Seeds}}
{{languages|Tomato 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=Tomato 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]] -> [[Tomato 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 = Tomato Seeds.png
|image = TZ_TomatoSeeds.png
|weight = 0.009
|alternate_image=TZ_SeedpackTomatoes.png
}} <!--/infobox-->
|alternate_name=Tomato Seeds Packet
|weight=0.009
|primary_use=[[Farming]]
|class_name=Base.TomatoSeed<br>Base.TomatoBagSeed
}}'''Tomato seeds''' are used to grow a crop of [[tomato]]es on [[Plowed Land|plowed land]].


'''Tomato Seeds''' are the seeds inside a [[Tomato Seeds Packet|tomato 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}}
Tomato seeds are used with farming to grow a [[Tomato Crop|crop of tomatoes]] 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 '''tomato seeds packet''', being much lighter than the individual seeds.


 
== Crafting ==
A quantity of 50 can be repackaged back into a [[Tomato Seeds Packet|tomato seed packet]].
{{Crafting table header}}
 
{{RecipeLookup|5001}}
 
 
They are used with [[Farming]] to grow a crop of [[tomato]]es 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|5012}}
{{RecipeLookup|5012}}
{{RecipeLookup|5013}}
{{RecipeLookup|5013}}
|}
{{Crafting table footer}}
 
== Distribution ==
Tomato 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 TomatoSeed
''Tomato Seed'' [[File:TZ_TomatoSeeds.png]]
{{Retrieved|version=40|incver=43}}
<pre> item TomatoSeed
Type = Normal,
Type = Normal,
DisplayName = Tomato Seeds,
DisplayName = Tomato Seeds,
Icon = TZ_TomatoSeeds,
Icon = TZ_TomatoSeeds,
Weight = 0.009,
Weight = 0.009,</pre>     
</nowiki>
 
    
''Tomato Seeds Packet'' [[File:TZ_SeedpackTomatoes.png]]
[[Category:Farming]]
{{Retrieved|version=40|incver=43}}
[[Category:Items]]
<pre> item TomatoBagSeed
[[Category:Seeds]]
Type = Normal,
[[Category:Version 34.28]]
DisplayName = Tomato Seeds Packet,
Icon = TZ_SeedpackTomatoes,
Weight = 0.1,</pre> 
 
== See also ==
* [[Farming]]
* [[Jar of Tomatoes]]
* [[Recipe_Ingredients#Stir_Fry_.26_Roasted_Vegetables_Ingredients|Stir Fry & Roasted Vegetables]]
 
{{Navbox/Farming}}

Revision as of 07:45, 19 July 2019

The Game WorldItemsFarmingSeedsTomato Seeds
Tomato Seeds
Tomato Seeds
Tomato Seeds Packet
General
Category Item
Encumbrance
Heavy Load
0.009
Function Farming
Technical details
Base ID Base.TomatoSeed
Base.TomatoBagSeed

Tomato seeds are used to grow a crop of tomatoes on plowed land.

Usage

Farming

Main article: Farming

Tomato seeds are used with farming to grow a crop of tomatoes 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 tomato seeds packet, being much lighter than the individual seeds.

Crafting

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

Distribution

Tomato 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/)

Tomato Seed TZ TomatoSeeds.png Retrieved: Build 40.43

	item TomatoSeed
		Type		= Normal,
		DisplayName	= Tomato Seeds,
		Icon		= TZ_TomatoSeeds,
		Weight		= 0.009,

     

Tomato Seeds Packet TZ SeedpackTomatoes.png Retrieved: Build 40.43

	item TomatoBagSeed
		Type		= Normal,
		DisplayName	= Tomato Seeds Packet,
		Icon		= TZ_SeedpackTomatoes,
		Weight		= 0.1,

 

See also

Template:Navbox/Farming