Tomato Seeds: Difference between revisions

From PZwiki
m (→‎top: Replace "Infobox_normal" with "Infobox_item")
(changes to infobox and code)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Farming|Seeds|version=Version 40|incver=43}}{{Infobox item
{{Languages}}{{Header|The Game World|Items|Farming|Seeds|version=Version 41|incver=78.16}}{{Infobox item
|display_name=Tomato Seeds
|display_name=Tomato Seeds
|name_colour=Farming
|model= <!-- model image to go here: Seeds_Model.png -->
|name_text_colour=Farming
|icon=TZ_TomatoSeeds.png
|model=TZ_TomatoSeeds.png
|icon_name=Tomato Seeds
|icon=TZ_SeedpackTomatoes.png
|icon2=TZ_SeedpackTomatoes.png
|icon_name=Tomato Seeds Packet
|icon_name2=Tomato Seeds Packet
|weight=0.009
|category=Gardening
|primary_use=[[Farming]]
|weight=0.009 <small>(single)</small><br>0.1 <small>(bag)</small>
|function=[[Farming]]
|capacity=50 <small>(bag)</small>
|class_name=Base.TomatoSeed<br>Base.TomatoBagSeed
|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 used to grow a crop of [[tomato]]es on [[Plowed Land|plowed land]].
Line 32: Line 34:
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
''Tomato Seed'' [[File:TZ_TomatoSeeds.png]]
''Tomato Seed'' [[File:TZ_TomatoSeeds.png]]
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
item TomatoSeed
    item TomatoSeed
Type = Normal,
{
DisplayName = Tomato Seeds,
    DisplayCategory = Gardening,
Icon = TZ_TomatoSeeds,
Type = Normal,
Weight = 0.009,
DisplayName = Tomato Seeds,
Icon = TZ_TomatoSeeds,
Weight = 0.009,
SurvivalGear = TRUE,
WorldStaticModel = Seeds_Ground,
}
</pre>     
</pre>     


''Tomato Seeds Packet'' [[File:TZ_SeedpackTomatoes.png]]
''Tomato Seeds Packet'' [[File:TZ_SeedpackTomatoes.png]]
{{Retrieved|version=40|incver=43}}
{{Retrieved|version=41|incver=78.16}}
<pre>
<pre>
item TomatoBagSeed
    item TomatoBagSeed
Type = Normal,
{
DisplayName = Tomato Seeds Packet,
    DisplayCategory = Gardening,
Icon = TZ_SeedpackTomatoes,
Type = Normal,
Weight = 0.1,
DisplayName = Tomato Seeds Packet,
Icon = TZ_SeedpackTomatoes,
Weight = 0.1,
SurvivalGear = TRUE,
WorldStaticModel = TomatoSeedBag_Ground,
}
</pre> 
</pre> 



Revision as of 07:51, 24 September 2023

The Game WorldItemsFarmingSeedsTomato Seeds
Tomato Seeds
[[File:|Tomato Seeds|200px|class=pixelart]]
Tomato Seeds Packet
General
Category
Gardening
Encumbrance
Moodle Icon HeavyLoad.png
0.009 (single)
0.1 (bag)
Function
Properties
Capacity
50 (bag)
Technical
Item 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
TZ TomatoSeeds.png
Tomato Seeds x50
0 XP none Tomato Seeds Packet
Tomato Seeds Packet
(consumed)


Tomato Seeds Packet
Tomato Seeds Packet
0 XP none TZ TomatoSeeds.png
Tomato Seeds x50
(consumed)


Tomato CropB.png
Tomato (crop)
0 XP none Plowed land.png
Plowed Land
(consumed)
TZ TomatoSeeds.png
Tomato Seeds x4
(consumed)
WaterDrop.png
Water
(75+ units)

(consumed)

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 41.78.16

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

     

Tomato Seeds Packet TZ SeedpackTomatoes.png 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