Broccoli Seeds: Difference between revisions

From PZwiki
(Added Seeds Category in line with Isolated category added to farming category. Added 2nd farming recipe formerly omitted.)
m (Insert empty line above each {{Navbox}})
(40 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Materials|Farming materials|Seeds}}
{{languages|Broccoli seeds}}
{{Page version|41.78.16}}
<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 -->
{{Infobox item
<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 -->
|name=Broccoli 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]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=Seeds_Model.png
{{Items
|icon=TZ_BroccoliSeeds.png
|image = Broccoli Seeds.png
|icon_name=Broccoli Seeds
|weight = 0.009
|model2=SeedPacketBroccoli_Model.png
}} <!--/infobox-->
|icon2=TZ_SeedpackBroccoli.png
|icon_name2=Broccoli Seeds Packet
|category=Gardening
|weight=0.009 <small>(single)</small><br>0.1 <small>(bag)</small>
|function=[[Farming]]
|capacity=50 <small>(bag)</small>
|item_id=farming.BroccoliSeed
|item_id2=farming.BroccoliBagSeed
}}
'''Broccoli seeds''' are used to grow a crop of [[broccoli]] on [[Plowed Land|plowed land]].


'''Broccoli Seeds''' are the seeds inside a [[Broccoli_Seeds_Packet|broccoli 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. <br><br>
==Usage==
===Farming===
{{Main|Farming}}
Broccoli seeds are used with farming to grow [[Broccoli (crop)|broccoli]] 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 [[Broccoli_Seeds_Packet|broccoli seed packet]].
A quantity of 50 can be repackaged back into a '''broccoli seeds packet''', being much lighter than the individual seeds.
<br><br>
They are used with [[Farming|Farming]] to grow a crop of [[Broccoli|broccoli]] on plowed land in a attempt to create a renewable food resource.
<br><br>
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.
<br><br>
See [[Farming]] for further information.


== Farming ==
==Crafting==
{| class="wikitable sortable" style="text-align:center;"
{{Crafting/sandbox2
|-
|broccoli_seeds
! Name
|broccoli_seeds_packet
! class="unsortable" | Recipe
|broccoli_(crop)
! class="unsortable" | Description
}}
! Crafting Level
{{RecipeLookup|5002}}
{{RecipeLookup|5003}}
|}


== Code ==
==Distribution==
     
The loot distributions can be found in the table(s) below.
<nowiki>
 
     item BroccoliSeed
<!--BOT FLAG|BroccoliBagSeed|41.78.16-->
Type = Normal,
{{clear}}
DisplayName = Broccoli Seeds,
<div class="togglebox theme-red">
Icon = TZ_BroccoliSeeds,
    <div>BroccoliBagSeed distribution
Weight = 0.009,
        <span class="mw-customtoggle-togglebox-BroccoliBagSeed" 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>
</nowiki>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-BroccoliBagSeed">
     
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
[[Category:Farming]]
     {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
[[Category:Items]]
    |+ {{ll|Containers}}
[[Category:Version 34.28]]
    ! 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-BroccoliBagSeed" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|BroccoliBagSeed|41.78.16-->
 
Broccoli 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]] and in ex farmers.
 
==Code==
{{CodeBox|[[File:TZ_BroccoliSeeds.png]] {{ID|farming.BroccoliSeed}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 411
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item BroccoliSeed
{
        DisplayCategory = Gardening,
Type = Normal,
DisplayName = Broccoli Seeds,
Icon = TZ_BroccoliSeeds,
Weight = 0.009,
SurvivalGear = TRUE,
WorldStaticModel = Seeds_Ground,
}
}}
 
[[File:TZ_SeedpackBroccoli.png]] {{ID|farming.BroccoliBagSeed}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 492
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item BroccoliBagSeed
{
    DisplayCategory = Gardening,
Type = Normal,
DisplayName = Broccoli Seeds Packet,
Icon = TZ_SeedpackBroccoli,
Weight = 0.1,
SurvivalGear = TRUE,
WorldStaticModel = BroccoliSeedBag_Ground,
}
}}
}}
 
==See also==
*[[Broccoli]]
*[[Jar of Broccoli]]
 
{{Navbox items|farming_materials}}

Revision as of 14:40, 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]
Broccoli Seeds
Seeds Model.png
SeedPacketBroccoli 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.BroccoliSeed
farming.BroccoliBagSeed

Broccoli seeds are used to grow a crop of broccoli on plowed land.

Usage

Farming

Main article: Farming

Broccoli seeds are used with farming to grow broccoli 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 broccoli seeds packet, being much lighter than the individual seeds.

Crafting

Product Ingredients Tools Requirements Workstation XP
TZ BroccoliSeeds.png
Broccoli Seeds ×50
TZ SeedpackBroccoli.png Broccoli Seeds Packet ×1 none none none none
TZ SeedpackBroccoli.png
Broccoli Seeds Packet
TZ BroccoliSeeds.png Broccoli Seeds ×50 none none none none
Broccoli CropB.png
Broccoli (crop)
Plowed land.png Plowed Land ×1
TZ BroccoliSeeds.png Broccoli Seeds ×6
WaterDrop.png Water ×70 unit(s)
none none none none

Distribution

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

BroccoliBagSeed 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

Broccoli 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 and in ex farmers.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

TZ BroccoliSeeds.png farming.BroccoliSeed
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item BroccoliSeed
	{
        DisplayCategory = Gardening,
		Type				=		Normal,
		DisplayName			=		Broccoli Seeds,
		Icon				=		TZ_BroccoliSeeds,
		Weight				=		0.009,
		SurvivalGear = TRUE,
		WorldStaticModel = Seeds_Ground,
	}

TZ SeedpackBroccoli.png farming.BroccoliBagSeed
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item BroccoliBagSeed
	{
	    DisplayCategory = Gardening,
		Type				=		Normal,
		DisplayName			=		Broccoli Seeds Packet,
		Icon				=		TZ_SeedpackBroccoli,
		Weight				=		0.1,
		SurvivalGear = TRUE,
		WorldStaticModel = BroccoliSeedBag_Ground,
	}

See also