Tomato Seeds: Difference between revisions

From PZwiki
(Updated to version 40.43 and to use latest template.)
(PZ Updater automated execution(task: deploy ReLookup, eid: a2fd8a5172c8ef97237cfbbcc0b03b4f))
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|5012}}
| product_image = [[File:Crop Seeds.gif]] | product_name = [[Items#Crops|Crop Seeds]] | product_quantity = x50
{{RecipeLookup|5013}}
| 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: 5012 -->
{{Crafting/core|ing=3
| product_image = [[File:Tomato CropB.png|link=Tomato Crop|Tomato Crop]] | product_name = [[Tomato 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:Tomato Seeds.png|link=Tomato Seeds|Tomato Seeds]] | i2 = [[Tomato Seeds]] | q2 = x4 | tag2 = (consumed)
| f3 = [[File:Water drop.png|link=Water|Water]] | i3 = [[Water]] | q3 =  | tag3 = (consumed) |opt3=1
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5013 -->
{{Crafting/core|ing=1
| product_image = [[File:Tomato.png|link=Tomato|Tomato]] | product_name = [[Tomato]] | product_quantity = x1-?
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Tomato CropG.png|link=Tomato Crop|Tomato Crop]] | i1 = [[Tomato Crop]] | q1 = x1
}}
|}
 


== Distribution ==
== Distribution ==
Line 51: Line 74:
* [[Farming]]
* [[Farming]]
* [[Jar of Tomatoes]]
* [[Jar of Tomatoes]]
* [[Recipe_Ingredients#Stir_Fry_.26_Roasted_Vegetables_Ingredients|Stir Fry & Roasted Vegetables]]
* [[Recipe_Ingredients#Stir_Fry_.26_Roasted_Vegetables_Ingredients|Stir Fry &amp; Roasted Vegetables]]


{{Navbox/Farming}}
{{Navbox/Farming}}

Revision as of 04:24, 26 March 2022

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

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
Tomato Crop
Tomato Crop x1
none Plowed Land
Plowed Land x1
Tomato Seeds
Tomato Seeds x4
(consumed)
Water
Water
(consumed)
Tomato
Tomato x1-?
none Tomato Crop
Tomato Crop x1


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