Cabbage Seeds: Difference between revisions

From PZwiki
m (clean up, replaced: wikitable → pztable)
m (fixed icons)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
{{languages|Cabbage Seeds}}
{{languages|Cabbage 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=Cabbage 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]] -> [[Cabbage 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 = Cabbage Seeds.png
|image = TZ_CabbageLettuceSeeds.png
|weight = 0.009
|alternate_image=TZ_SeedpackCabbageLettuce.png
}} <!--/infobox-->
|alternate_name=Cabbage Seeds Packet
|weight=0.009
|primary_use=[[Farming]]
|class_name=Base.CabbageSeed<br>Base.CabbageBagSeed
}}'''Cabbage seeds''' are used to grow a crop of [[cabbage]] on [[Plowed Land|plowed land]].


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


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

Revision as of 08:07, 18 July 2019

The Game WorldItemsFarmingSeedsCabbage Seeds
Cabbage Seeds
Cabbage Seeds
Cabbage Seeds Packet
General
Category Item
Encumbrance
Heavy Load
0.009
Function Farming
Technical details
Base ID Base.CabbageSeed
Base.CabbageBagSeed

Cabbage seeds are used to grow a crop of cabbage on plowed land.

Usage

Farming

Main article: Farming

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

Crafting

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

Distribution

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

Cabbage Seed TZ CabbageLettuceSeeds.png Retrieved: Build 40.43

	item CabbageSeed
		Type		= Normal,
		DisplayName	= Cabbage Seeds,
		Icon		= TZ_CabbageLettuceSeeds,
		Weight		= 0.009,

     

Cabbage Seeds Packet TZ SeedpackCabbageLettuce.png Retrieved: Build 40.43

	item CabbageBagSeed
		Type		= Normal,
		DisplayName	= Cabbage Seeds Packet,
		Icon		= TZ_SeedpackCabbageLettuce,
		Weight		= 0.1,

 

See also

Template:Navbox/Farming