Tomato Seeds

From PZwiki
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Tomato Seeds
Seeds Model.png
General
Category
Gardening
Encumbrance
Moodle Icon HeavyLoad.png
0.009
Technical
Item ID
farming.TomatoSeed

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 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 Ingredients Tools Requirements Workstation XP
TZ TomatoSeeds.png
Tomato Seeds ×50
TZ SeedpackTomatoes.png Tomato Seeds Packet ×1 none none none none
TZ SeedpackTomatoes.png
Tomato Seeds Packet
TZ TomatoSeeds.png Tomato Seeds ×50 none none none none
Vegetation farming 01 71.png
Tomato (crop)
Vegetation farming 01 1.png Plowed Land ×1
TZ TomatoSeeds.png Tomato Seeds ×4
WaterDrop.png Water ×75 unit(s)
none none none none

Location

Tomato seeds cannot be found themselves, however 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.

History

farming.TomatoSeed

Version Description
0.2.0r_RC2.5 Released on or before this version.

Help PZwiki by adding to this history.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

TZ TomatoSeeds.png Base.TomatoSeed
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item TomatoSeed
	{
	    DisplayCategory = Gardening,
		Type				=		Normal,
		DisplayName			=		Tomato Seeds,
		Icon				=		TZ_TomatoSeeds,
		Weight				=		0.009,
		SurvivalGear = TRUE,
		WorldStaticModel = Seeds_Ground,
	}

TZ SeedpackTomatoes.png Base.TomatoBagSeed
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item TomatoBagSeed
	{
	    DisplayCategory = Gardening,
		Type				=		Normal,
		DisplayName			=		Tomato Seeds Packet,
		Icon				=		TZ_SeedpackTomatoes,
		Weight				=		0.1,
		SurvivalGear = TRUE,
		WorldStaticModel = TomatoSeedBag_Ground,
	}

See also