Cabbage Seeds: Difference between revisions

From PZwiki
(Updated to version 40.43 and to use latest template.)
(→‎Distribution: Add table)
 
(32 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{languages|Cabbage Seeds}}
{{Header|Project Zomboid|Items|Materials|Farming materials|Seeds}}
{{header|The Game World|Items|Farming|Seeds|version=Version 40|incver=43}}{{Infobox normal
{{Page version|41.78.16}}
|display_name=Cabbage Seeds
{{Infobox item
|name_colour=Farming
|name=Cabbage Seeds
|name_text_colour=Farming
|model=Seeds_Model.png
|image = Cabbage Seeds.png
|icon=TZ_CabbageLettuceSeeds.png
|alternate_image=Cabbage Seeds Packet.png
|icon_name=Cabbage Seeds
|alternate_name=Cabbage Seeds Packet
|model2=SeedPacketCabbage_Model.png
|weight=0.009
|icon2=TZ_SeedpackCabbageLettuce.png
|primary_use=[[Farming]]
|icon_name2=Cabbage Seeds Packet
|class_name=Base.CabbageSeed<br>Base.CabbageBagSeed
|category=Gardening
}}'''Cabbage seeds''' are used to grow a crop of [[cabbage]] on [[Plowed Land|plowed land]].
|weight=0.009 <small>(single)</small><br>0.1 <small>(bag)</small>
|function=[[Farming]]
|capacity=50 <small>(bag)</small>
|item_id=farming.CabbageSeed
|item_id2=farming.CabbageBagSeed
}}
'''Cabbage seeds''' are used to grow a crop of [[cabbage]] on [[Plowed Land|plowed land]].


== Usage ==
==Usage==
===Farming===
===Farming===
:''For main article, see [[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]].  
Cabbage seeds are used with farming to grow [[cabbages]] 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 '''cabbage seeds packet''', being much lighter than the individual seeds.
A quantity of 50 can be repackaged back into a '''cabbage seeds packet''', being much lighter than the individual seeds.


== Crafting ==
==Crafting==
{{Crafting table header}}
{{Crafting/sandbox2
{{RecipeLookup|5001}}
|cabbage_seeds
{{RecipeLookup|5004}}
|cabbage_seeds_packet
{{RecipeLookup|5005}}
|cabbages
{{Crafting table footer}}
}}


== Distribution ==
==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]].
The loot distributions can be found in the table(s) below.


== Code ==
<!--BOT FLAG|CabbageBagSeed|41.78.16-->
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
{{clear}}
<div class="togglebox theme-red">
    <div>CabbageBagSeed distribution
        <span class="mw-customtoggle-togglebox-CabbageBagSeed" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-CabbageBagSeed">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|Outfit_Farmer}}
    | 1
    | 8.0
    |-
    | all
    | {{ll|SeedBag}}
    | 1
    | 20.0
    |-
    | all
    | {{ll|crate}}
    | 1
    | 0.8
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 20.0
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 8.0
    |-
    | gardenstore
    | {{ll|counter}}
    | 4
    | 20.0
    |-
    | generalstore
    | {{ll|metal_shelves}}
    | 4
    | 8.0
    |-
    | toolstorestorage
    | {{ll|metal_shelves}}
    | 4
    | 8.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-CabbageBagSeed" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|CabbageBagSeed|41.78.16-->


''Cabbage Seed'' [[File:Cabbage Seeds.png]]
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]].
{{Retrieved|version=40|incver=43}}
<pre> item CabbageSeed
Type = Normal,
DisplayName = Cabbage Seeds,
Icon = TZ_CabbageLettuceSeeds,
Weight = 0.009,</pre>     


''Cabbage Seeds Packet'' [[File:Cabbage Seeds Packet.png]]
==Code==
{{Retrieved|version=40|incver=43}}
{{CodeBox|[[File:TZ_CabbageLettuceSeeds.png]] {{ID|farming.CabbageSeed}}<br>
<pre> item CabbageBagSeed
{{CodeSnip
Type = Normal,
  | lang = java
DisplayName = Cabbage Seeds Packet,
  | line = true
Icon = TZ_SeedpackCabbageLettuce,
  | start = 466
Weight = 0.1,</pre> 
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item CabbageSeed
{
    DisplayCategory = Gardening,
Type = Normal,
DisplayName = Cabbage Seeds,
Icon = TZ_CabbageLettuceSeeds,
Weight = 0.009,
SurvivalGear = TRUE,
WorldStaticModel = Seeds_Ground,
}
}}


== See also ==
[[File:TZ_SeedpackCabbageLettuce.png]] {{ID|farming.CabbageBagSeed}}<br>
* [[Farming]]
{{CodeSnip
* [[Jar of Cabbage]]
  | lang = java
* [[Recipe_Ingredients#Stir_Fry_.26_Roasted_Vegetables_Ingredients|Stir Fry & Roasted Vegetables]]
  | line = true
  | start = 547
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item CabbageBagSeed
{
    DisplayCategory = Gardening,
Type = Normal,
DisplayName = Cabbage Seeds Packet,
Icon = TZ_SeedpackCabbageLettuce,
Weight = 0.1,
SurvivalGear = TRUE,
WorldStaticModel = CabbageSeedBag_Ground,
}
}}
}}


{{Navbox/Farming}}
==See also==
*[[Cabbage]]
*[[Jar of Cabbage]]
{{Navbox items|farming_materials}}

Latest revision as of 02:39, 25 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]
Cabbage Seeds
Seeds Model.png
SeedPacketCabbage Model.png
General
Category
Gardening
Encumbrance
Moodle Icon HeavyLoad.png
0.009 (single)
0.1 (bag)
Function
Properties
Capacity
50 (bag)
Technical
Item ID
farming.CabbageSeed
farming.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 cabbages 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 Ingredients Tools Requirements Workstation XP
TZ CabbageLettuceSeeds.png
Cabbage Seeds ×50
TZ SeedpackCabbageLettuce.png Cabbage Seeds Packet ×1 none none none none
TZ SeedpackCabbageLettuce.png
Cabbage Seeds Packet
TZ CabbageLettuceSeeds.png Cabbage Seeds ×50 none none none none
Cabbage CropB.png
Cabbages
Plowed land.png Plowed Land ×1
TZ CabbageLettuceSeeds.png Cabbage Seeds ×9
WaterDrop.png Water ×85 unit(s)
none none none none

Distribution

The loot distributions can be found in the table(s) below.

CabbageBagSeed distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all Outfit_Farmer 1 8.0
all SeedBag 1 20.0
all crate 1 0.8
closet crate 4 20.0
closet crate 4 8.0
gardenstore counter 4 20.0
generalstore metal_shelves 4 8.0
toolstorestorage metal_shelves 4 8.0

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

TZ CabbageLettuceSeeds.png farming.CabbageSeed
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item CabbageSeed
	{
	    DisplayCategory = Gardening,
		Type				=		Normal,
		DisplayName			=		Cabbage Seeds,
		Icon				=		TZ_CabbageLettuceSeeds,
		Weight				=		0.009,
		SurvivalGear = TRUE,
		WorldStaticModel = Seeds_Ground,
	}

TZ SeedpackCabbageLettuce.png farming.CabbageBagSeed
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item CabbageBagSeed
	{
	    DisplayCategory = Gardening,
		Type				=		Normal,
		DisplayName			=		Cabbage Seeds Packet,
		Icon				=		TZ_SeedpackCabbageLettuce,
		Weight				=		0.1,
		SurvivalGear = TRUE,
		WorldStaticModel = CabbageSeedBag_Ground,
	}

See also