Radish Seeds: Difference between revisions

From PZwiki
m (Automated header update.)
m (Automated Formatting)
(7 intermediate revisions by 3 users not shown)
Line 2: Line 2:
{{Page version|41.78.16}}
{{Page version|41.78.16}}
{{Infobox item
{{Infobox item
|display_name=Radish Seeds
|name=Radish Seeds
|name_colour=Farming
|model=Seeds_Model.png
|model=Seeds_Model.png
|icon = TZ_LRRadishSeeds.png
|icon=TZ_LRRadishSeeds.png
|icon_name=Radish Seeds
|icon_name=Radish Seeds
|model2=SeedPacketRadish_Model.png
|model2=SeedPacketRadish_Model.png
Line 14: Line 13:
|function=[[Farming]]
|function=[[Farming]]
|capacity=50 <small>(bag)</small>
|capacity=50 <small>(bag)</small>
|class_name=Base.RedRadishSeed<br>Base.RedRadishBagSeed
|item_id=Base.RedRadishSeed
|item_id2=Base.RedRadishBagSeed
}}
}}
'''Radish seeds''' are used to grow a crop of [[radish]]es on [[Plowed Land|plowed land]].
'''Radish seeds''' are used to grow a crop of [[radish]]es on [[Plowed Land|plowed land]].
Line 21: Line 21:
===Farming===
===Farming===
{{Main|Farming}}
{{Main|Farming}}
Radish seeds are used with farming to grow a [[Radish Crop|crop of radishes]] on [[Plowed Land|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]].
Radish seeds are used with farming to grow a [[radishes]] on [[Plowed Land|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.
A quantity of 50 can be repackaged back into a '''radish seeds packet''', being much lighter than the individual seeds.


==Crafting==
==Crafting==
{{Crafting header|ing=3}}
{{Crafting/sandbox2
{{Crafting farming|109|ing=3}}
|radish_seeds
{{Crafting farming|110|ing=3}}
|radish_seeds_packet
{{Crafting farming|206|ing=3}}
|radishes
|}
}}


==Distribution==
==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]].
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]].
==Gallery==
<gallery>
Seeds_Model.png|Radish seeds.
SeedPacketRadish_Model.png|Radish seeds in a packet.
</gallery>


==Code==
==Code==
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|[[File:TZ_LRRadishSeeds.png]] {{ID|Base.RedRadishSeed}}<br>
 
{{CodeSnip
''Radish Seed'' [[File:TZ_LRRadishSeeds.png]]
  | lang = java
{{Retrieved|version=41.78.16}}
  | line = true
<pre>
  | start = 422
    item RedRadishSeed
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item RedRadishSeed
{
{
    DisplayCategory = Gardening,
    DisplayCategory = Gardening,
Line 57: Line 55:
WorldStaticModel = Seeds_Ground,
WorldStaticModel = Seeds_Ground,
}
}
</pre>
}}


''Radish Seeds Packet'' [[File:TZ_SeedpackLRRadish.png]]
[[File:TZ_SeedpackLRRadish.png]] {{ID|Base.RedRadishBagSeed}}<br>
{{Retrieved|version=41.78.16}}
{{CodeSnip
<pre>
  | lang = java
    item RedRadishBagSeed
  | line = true
  | start = 503
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item RedRadishBagSeed
{
{
    DisplayCategory = Gardening,
    DisplayCategory = Gardening,
Line 72: Line 76:
WorldStaticModel = RadishSeedBag_Ground,
WorldStaticModel = RadishSeedBag_Ground,
}
}
</pre>
}}
}}


==See also==
==See also==
*[[Farming]]
*[[Radish]]
*[[Jar of Red Radishes]]
*[[Jar of Radishes]]
*[[Recipe ingredients#Stir Fry & Roasted Vegetables Ingredients|Stir Fry & Roasted Vegetables Ingredients]]
{{Navbox items|farming_materials}}
 
{{Navbox equipment}}

Revision as of 11:27, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Radish Seeds
Seeds Model.png
SeedPacketRadish Model.png
General
Category
Gardening
Encumbrance
Moodle Icon HeavyLoad.png
0.009 (single)
0.1 (bag)
Function
Properties
Capacity
50 (bag)
Technical
Item 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 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

Product Ingredients Tools Requirements Workstation XP
TZ LRRadishSeeds.png
Radish Seeds ×50
TZ SeedpackLRRadish.png Radish Seeds Packet ×1 none none none none
TZ SeedpackLRRadish.png
Radish Seeds Packet
TZ LRRadishSeeds.png Radish Seeds ×50 none none none none
Radish CropB.png
Radishes
Plowed land.png Plowed Land ×1
TZ LRRadishSeeds.png Radish Seeds ×6
WaterDrop.png Water ×75 unit(s)
none none none none

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 icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

TZ LRRadishSeeds.png Base.RedRadishSeed
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item RedRadishSeed
	{
	    DisplayCategory = Gardening,
		Type				=		Normal,
		DisplayName			=		Radish Seeds,
		Icon				=		TZ_LRRadishSeeds,
		Weight				=		0.009,
		SurvivalGear = TRUE,
		WorldStaticModel = Seeds_Ground,
	}

TZ SeedpackLRRadish.png Base.RedRadishBagSeed
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item RedRadishBagSeed
	{
	    DisplayCategory = Gardening,
		Type				=		Normal,
		DisplayName			=		Radish Seeds Packet,
		Icon				=		TZ_SeedpackLRRadish,
		Weight				=		0.1,
		SurvivalGear = TRUE,
		WorldStaticModel = RadishSeedBag_Ground,
	}

See also