Cabbage Seeds: Difference between revisions

From PZwiki
m (fixed icons)
(PZ Updater automated execution(task: deploy ReLookup, eid: 01c7c94b4d256ce2c4f9b7bd73a886a5))
Line 20: Line 20:


== Crafting ==
== Crafting ==
{{Crafting table header}}
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5001 -->
{{RecipeLookup|5001}}
{{Crafting/core|ing=1
{{RecipeLookup|5004}}
| product_image = [[File:Crop Seeds.gif]] | product_name = [[Items#Crops|Crop Seeds]] | product_quantity = x50
{{RecipeLookup|5005}}
| xp = <!-- Not present in the old template. Please fill in manually. -->
{{Crafting table footer}}
| sl = ''none''
| req =
| f1 = [[File:Crop Seeds Packet.gif]] | i1 = [[Items#Crops|Crop Seeds Packet]] | q1 = x1
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5004 -->
{{Crafting/core|ing=3
| product_image = [[File:Cabbage CropB.png|link=Cabbage Crop|Cabbage Crop]] | product_name = [[Cabbage Crop]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Plowed_land.png|link=Plowed Land|Plowed Land]] | i1 = [[Plowed Land]] | q1 = x1
| f2 = [[File:Cabbage Seeds.png|link=Cabbage Seeds|Cabbage Seeds]] | i2 = [[Cabbage Seeds]] | q2 = x9 | tag2 = (consumed)
| f3 = [[File:Water drop.png|link=Water|Water]] | i3 = [[Water]] | q3 =  | tag3 = (consumed) |opt3=1
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5005 -->
{{Crafting/core|ing=1
| product_image = [[File:Cabbage.png|link=Cabbage|Cabbage]] | product_name = [[Cabbage]] | product_quantity = x1-?
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Cabbage CropG.png|link=Cabbage Crop|Cabbage Crop]] | i1 = [[Cabbage Crop]] | q1 = x1
}}
|}
 


== Distribution ==
== Distribution ==
Line 51: Line 74:
* [[Farming]]
* [[Farming]]
* [[Jar of Cabbage]]
* [[Jar of Cabbage]]
* [[Recipe_Ingredients#Stir_Fry_.26_Roasted_Vegetables_Ingredients|Stir Fry & Roasted Vegetables]]
* [[Recipe_Ingredients#Stir_Fry_.26_Roasted_Vegetables_Ingredients|Stir Fry &amp; Roasted Vegetables]]


{{Navbox/Farming}}
{{Navbox/Farming}}

Revision as of 04:23, 26 March 2022

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

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Crop Seeds.gif
Crop Seeds x50
none Crop Seeds Packet.gif
Crop Seeds Packet x1
Cabbage Crop
Cabbage Crop x1
none Plowed Land
Plowed Land x1
Cabbage Seeds
Cabbage Seeds x9
(consumed)
Water
Water
(consumed)
Cabbage
Cabbage x1-?
none Cabbage Crop
Cabbage Crop x1


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