Potato 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|Potato Seeds}}
{{languages|Potato 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=Potato 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]] -> [[Potato 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 = Potato Seeds.png
|image = TZ_PotatoSeeds.png
|weight = 0.009
|alternate_image=TZ_SeedpackPotatoes.png
}} <!--/infobox-->
|alternate_name=Potato Seeds Packet
|weight=0.009
|primary_use=[[Farming]]
|class_name=Base.PotatoSeed<br>Base.PotatoBagSeed
}}'''Potato seeds''' are used to grow a crop of [[potato]]es on [[Plowed Land|plowed land]].


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


== Crafting ==
{{Crafting table header}}
{{RecipeLookup|5001}}
{{RecipeLookup|5014}}
{{RecipeLookup|5015}}
{{Crafting table footer}}


A quantity of 50 can be repackaged back into a [[Potato Seeds Packet|Potato Seed Packet]].
== Distribution ==
Potato 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/)'''''


''Potato Seed'' [[File:TZ_PotatoSeeds.png]]
{{Retrieved|version=40|incver=43}}
<pre> item PotatoSeed
Type = Normal,
DisplayName = Potato Seeds,
Icon = TTZ_PotatoSeeds,
Weight = 0.009,</pre>     


They are used with [[Farming]] to grow a crop of [[Potato]]es on plowed land in a attempt to create a renewable food resource.
''Potato Seeds Packet'' [[File:TZ_SeedpackPotatoes.png]]
 
{{Retrieved|version=40|incver=43}}
 
<pre> item PotatoBagSeed
Type = Normal,
DisplayName = Potato Seeds Packet,
Icon = TZ_SeedpackPotatoes,
Weight = 0.1,</pre> 


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 also ==
* [[Farming]]
* [[Recipe_Ingredients#Soup_.26_Stew_Ingredients|Stew]]
* [[Recipe_Ingredients#Stir_Fry_.26_Roasted_Vegetables_Ingredients|Stir Fry & Roasted Vegetables]]


 
{{Navbox/Farming}}
 
See [[Farming]] for further information.
 
== Farming ==
{| class="pztable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|5014}}
{{RecipeLookup|5015}}
|}
 
== Code ==
    
<nowiki>
    item PotatoSeed
Type = Normal,
DisplayName = Potato Seeds,
Icon = TZ_PotatoSeeds,
Weight = 0.009,
</nowiki>
   
[[Category:Farming]]
[[Category:Items]]
[[Category:Seeds]]
[[Category:Version 34.28]]

Revision as of 07:40, 19 July 2019

The Game WorldItemsFarmingSeedsPotato Seeds
Potato Seeds
Potato Seeds
Potato Seeds Packet
General
Category Item
Encumbrance
Heavy Load
0.009
Function Farming
Technical details
Base ID Base.PotatoSeed
Base.PotatoBagSeed

Potato seeds are used to grow a crop of potatoes on plowed land.

Usage

Farming

Main article: Farming

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

Crafting

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

Distribution

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

Potato Seed TZ PotatoSeeds.png Retrieved: Build 40.43

	item PotatoSeed
		Type		= Normal,
		DisplayName	= Potato Seeds,
		Icon		= TTZ_PotatoSeeds,
		Weight		= 0.009,

     

Potato Seeds Packet TZ SeedpackPotatoes.png Retrieved: Build 40.43

	item PotatoBagSeed
		Type		= Normal,
		DisplayName	= Potato Seeds Packet,
		Icon		= TZ_SeedpackPotatoes,
		Weight		= 0.1,

 

See also

Template:Navbox/Farming