Carrot Seeds: Difference between revisions

From PZwiki
(Redesigned Page, + Navbox, +New Description, +Farming Link + Categories + Code)
m (Automated Formatting)
(35 intermediate revisions by 10 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Materials|Farming materials|Seeds}}
{{languages|Carrot 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=Carrot 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_CarrotSeeds.png
|image = Carrot seeds loose.png 
|icon_name=Carrot Seeds
|weight = 0.009
|model2=SeedPacketCarrot_Model.png
}} <!--/infobox-->
|icon2=TZ_SeedpackCarrots.png
|icon_name2=Carrot 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.CarrotSeed
|item_id2=farming.CarrotBagSeed
}}
'''Carrot seeds''' are used to grow a crop of [[carrot]]s on [[Plowed Land|plowed land]].


'''Carrot Seeds''' are the seeds inside a [[Carrot_Seeds_Packet|carrot 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}}
Carrot seeds are used with farming to grow [[Carrots (crop)|carrots]] 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 [[Carrot_Seeds_Packet|carrot seed packet]].
A quantity of 50 can be repackaged back into a '''carrot seeds packet''', being much lighter than the individual seeds.
<br><br>
They are used with [[Farming|Farming]] to grow a crop of [[Carrot|carrots]] 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
|-
|carrot_seeds
! Name
|carrot_seeds_packet
! class="unsortable" | Recipe
|carrots_(crop)
! class="unsortable" | Description
}}
! Crafting Level
{{RecipeLookup|5007}}
|}


== Code ==
==Distribution==
     
Carrot 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]].
<nowiki>
 
    item CarrotSeed
==Code==
Type = Normal,
{{CodeBox|[[File:TZ_CarrotSeeds.png]] {{ID|farming.CarrotSeed}}<br>
DisplayName = Carrot Seeds,
{{CodeSnip
Icon = TZ_CarrotSeeds,
  | lang = java
Weight = 0.009,
  | line = true
</nowiki>
  | start = 400
     
  | source = farming.txt
[[Category:Farming]]
  | retrieved = true
[[Category:Items]]
  | version = 41.78.16
[[Category:Version 34.28]]
  | code =
item CarrotSeed
{
    DisplayCategory = Gardening,
Type = Normal,
DisplayName = Carrot Seeds,
Icon = TZ_CarrotSeeds,
Weight = 0.009,
SurvivalGear = TRUE,
WorldStaticModel = Seeds_Ground,
}
}}
 
[[File:TZ_SeedpackCarrots.png]] {{ID|farming.CarrotBagSeed}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 481
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item CarrotBagSeed
{
    DisplayCategory = Gardening,
Type = Normal,
DisplayName = Carrot Seeds Packet,
Icon = TZ_SeedpackCarrots,
Weight = 0.1,
SurvivalGear = TRUE,
WorldStaticModel = CarrotSeedBag_Ground,
}
}}
}}
 
==See also==
*[[Carrots]]
*[[Jar of Carrots]]
*[[Canned Carrots]]
{{Navbox items|farming_materials}}

Revision as of 07:20, 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]
Carrot Seeds
Seeds Model.png
SeedPacketCarrot 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.CarrotSeed
farming.CarrotBagSeed

Carrot seeds are used to grow a crop of carrots on plowed land.

Usage

Farming

Main article: Farming

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

Crafting

Product Ingredients Tools Requirements Workstation XP
TZ CarrotSeeds.png
Carrot Seeds ×50
TZ SeedpackCarrots.png Carrot Seeds Packet ×1 none none none none
TZ SeedpackCarrots.png
Carrot Seeds Packet
TZ CarrotSeeds.png Carrot Seeds ×50 none none none none
Carrot CropB.png
Carrots (crop)
Plowed land.png Plowed Land ×1
TZ CarrotSeeds.png Carrot Seeds ×12
WaterDrop.png Water ×65 unit(s)
none none none none

Distribution

Carrot 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 CarrotSeeds.png farming.CarrotSeed
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item CarrotSeed
	{
	    DisplayCategory = Gardening,
		Type				=		Normal,
		DisplayName			=		Carrot Seeds,
		Icon				=		TZ_CarrotSeeds,
		Weight				=		0.009,
		SurvivalGear = TRUE,
		WorldStaticModel = Seeds_Ground,
	}

TZ SeedpackCarrots.png farming.CarrotBagSeed
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item CarrotBagSeed
	{
	    DisplayCategory = Gardening,
		Type				=		Normal,
		DisplayName			=		Carrot Seeds Packet,
		Icon				=		TZ_SeedpackCarrots,
		Weight				=		0.1,
		SurvivalGear = TRUE,
		WorldStaticModel = CarrotSeedBag_Ground,
	}

See also