Carrot Seeds: Difference between revisions

From PZwiki
m (→‎Crafting: file fix (A-L), replaced: File:Carrot Seeds.png → File:TZ_CarrotSeeds.png)
m (Automated Formatting)
(29 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{languages|Carrot 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=Carrot Seeds
{{Infobox item
|name_colour=Farming
|name=Carrot Seeds
|name_text_colour=Farming
|model=Seeds_Model.png
|image = TZ_CarrotSeeds.png
|icon=TZ_CarrotSeeds.png
|alternate_image=TZ_SeedpackCarrots.png
|icon_name=Carrot Seeds
|alternate_name=Carrot Seeds Packet
|model2=SeedPacketCarrot_Model.png
|weight=0.009
|icon2=TZ_SeedpackCarrots.png
|primary_use=[[Farming]]
|icon_name2=Carrot Seeds Packet
|class_name=Base.CarrotSeed<br>Base.CarrotBagSeed
|category=Gardening
}}'''Carrot seeds''' are used to grow a crop of [[carrot]]s 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.CarrotSeed
|item_id2=farming.CarrotBagSeed
}}
'''Carrot seeds''' are used to grow a crop of [[carrot]]s on [[Plowed Land|plowed land]].


== Usage ==
==Usage==
===Farming===
===Farming===
{{Main|Farming}}
{{Main|Farming}}
Carrot seeds are used with farming to grow a [[Carrot Crop|crop of 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 [[Farming#Plant Diseases|diseases]].  
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''', being much lighter than the individual seeds.
A quantity of 50 can be repackaged back into a '''carrot seeds packet''', being much lighter than the individual seeds.


== Crafting ==
==Crafting==
{{Crafting header|ing=3}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5001 -->
{{Crafting/sandbox2
{{Crafting/core|ing=1
|carrot_seeds
| product_image = [[File:Crop Seeds.gif]] | product_name = [[Items#Crops|Crop Seeds]] | product_quantity = x50
|carrot_seeds_packet
| xp = <!-- Not present in the old template. Please fill in manually. -->
|carrots_(crop)
| sl = ''none''
| req =
| f1 = [[File:Crop Seeds Packet.gif]] | i1 = [[Items#Crops|Crop Seeds Packet]] | q1 = x1
}}
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5006 -->
{{Crafting/core|ing=3
| product_image = [[File:Carrot CropB.png|link=Carrot Crop|Carrot Crop]] | product_name = [[Carrot 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:TZ_CarrotSeeds.png|link=Carrot Seeds|Carrot Seeds]] | i2 = [[Carrot Seeds]] | q2 = x12 | tag2 = (consumed)
| f3 = [[File:Water drop.png|link=Water|Water]] | i3 = [[Water]] | q3 =  | tag3 = (consumed) |opt3=1
}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5007 -->
{{Crafting/core|ing=1
| product_image = [[File:Carrot.png|link=Carrot|Carrot]] | product_name = [[Carrot]] | product_quantity = x1-?
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Carrot CropG.png|link=Carrot Crop|Carrot Crop]] | i1 = [[Carrot Crop]] | q1 = x1
}}
|}


 
==Distribution==
== 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]].
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==
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|[[File:TZ_CarrotSeeds.png]] {{ID|farming.CarrotSeed}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 400
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item CarrotSeed
{
    DisplayCategory = Gardening,
Type = Normal,
DisplayName = Carrot Seeds,
Icon = TZ_CarrotSeeds,
Weight = 0.009,
SurvivalGear = TRUE,
WorldStaticModel = Seeds_Ground,
}
}}


''Carrot Seed'' [[File:TZ_CarrotSeeds.png]]
[[File:TZ_SeedpackCarrots.png]] {{ID|farming.CarrotBagSeed}}<br>
{{Retrieved|version=40|incver=43}}
{{CodeSnip
<pre> item CarrotSeed
  | lang = java
Type = Normal,
  | line = true
DisplayName = Carrot Seeds,
  | start = 481
Icon = TZ_CarrotSeeds,
  | source = farming.txt
Weight = 0.009,</pre>     
  | retrieved = true
 
  | version = 41.78.16
''Carrot Seeds Packet'' [[File:TZ_SeedpackCarrots.png]]
  | code =
{{Retrieved|version=40|incver=43}}
item CarrotBagSeed
<pre> item CarrotBagSeed
{
Type = Normal,
    DisplayCategory = Gardening,
DisplayName = Carrot Seeds Packet,
Type = Normal,
Icon = TZ_SeedpackCarrots,
DisplayName = Carrot Seeds Packet,
Weight = 0.1,</pre> 
Icon = TZ_SeedpackCarrots,
 
Weight = 0.1,
== See also ==
SurvivalGear = TRUE,
* [[Farming]]
WorldStaticModel = CarrotSeedBag_Ground,
* [[Jar of Carrots]]
}
* [[Recipe_Ingredients#Stir_Fry_.26_Roasted_Vegetables_Ingredients|Stir Fry &amp; Roasted Vegetables]]
}}
* [[Canned Carrots]]
}}


{{Navbox/Farming}}
==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