Radish Seeds: Difference between revisions

From PZwiki
m (Update link)
m (Automated Formatting)
(3 intermediate revisions by the same user not shown)
Line 16: Line 16:
|item_id2=Base.RedRadishBagSeed
|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 27: Line 26:


==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==
Line 41: Line 40:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 422
   | source = farming.txt
   | source = farming.txt
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item RedRadishSeed
item RedRadishSeed
{
{
    DisplayCategory = Gardening,
    DisplayCategory = Gardening,
Line 62: Line 61:
   | lang = java
   | lang = java
   | line = true
   | line = true
   | start = 0
   | start = 503
   | source = farming.txt
   | source = farming.txt
   | retrieved = true
   | retrieved = true
   | version = 41.78.16
   | version = 41.78.16
   | code =
   | code =
    item RedRadishBagSeed
item RedRadishBagSeed
{
{
    DisplayCategory = Gardening,
    DisplayCategory = Gardening,
Line 83: Line 82:
*[[Radish]]
*[[Radish]]
*[[Jar of Radishes]]
*[[Jar of Radishes]]
{{Navbox items|farming_materials}}

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