Radish 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|Radish Seeds}}
{{languages|Radish 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=Radish 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]] -> [[Radish 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 = Radish Seeds.png 
|image = TZ_LRRadishSeeds.png
|weight = 0.009
|alternate_image=TZ_SeedpackLRRadish.png
}} <!--/infobox-->
|alternate_name=Radish Seeds Packet
|weight=0.009
|primary_use=[[Farming]]
|class_name=Base.RedRadishSeed<br>Base.RedRadishBagSeed
}}'''Radish seeds''' are used to grow a crop of [[radish]]es on [[Plowed Land|plowed land]].


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


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

Revision as of 00:42, 19 July 2019

The Game WorldItemsFarmingSeedsRadish Seeds
Radish Seeds
Radish Seeds
Radish Seeds Packet
General
Category Item
Encumbrance
Heavy Load
0.009
Function Farming
Technical details
Base ID Base.RedRadishSeed
Base.RedRadishBagSeed

Radish seeds are used to grow a crop of radishes on plowed land.

Usage

Farming

Main article: Farming

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

Crafting

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

Distribution

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

Radish Seed TZ LRRadishSeeds.png Retrieved: Build 40.43

	item RedRadishSeed
		Type		= Normal,
		DisplayName	= Radish Seeds,
		Icon		= TZ_LRRadishSeeds,
		Weight		= 0.009,

     

Radish Seeds Packet TZ SeedpackLRRadish.png Retrieved: Build 40.43

	item RedRadishBagSeed
		Type		= Normal,
		DisplayName	= Radish Seeds Packet,
		Icon		= TZ_SeedpackLRRadish,
		Weight		= 0.1,

 

See also

Template:Navbox/Farming