Carrots: Difference between revisions

From PZwiki
No edit summary
(PZ Updater automated execution(task: deploy ReLookup, eid: fba8babe0e32b0735c1f3fdbb015ff2b))
Line 49: Line 49:
== Crafting ==
== Crafting ==
Carrots can be preserved to extend its lifespan by using a [[Empty_Jar|jar]].
Carrots can be preserved to extend its lifespan by using a [[Empty_Jar|jar]].
{{Crafting table header}}
{{Crafting header|ing=6}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2054 -->
{{RecipeLookup|2054}}
{{Crafting/core|ing=6
{{Crafting table footer}}
| product_image = [[File:JarBrown.png|link=Jar of Carrots|Jar of Carrots]] | product_name = [[Jar of Carrots]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Empty Jar.png|link=Empty Jar|Empty Jar]] | i1 = [[Empty Jar]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Jar Lid.png|link=Jar Lid|Jar Lid]] | i2 = [[Jar Lid]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:Carrot.png|link=Carrot|Carrot]] | i3 = [[Carrot]] | q3 = x5 | tag3 = (consumed)
| f4 = [[File:Water_drop.png|link=Water|Water]] | i4 = [[Water]] | q4 = (10 units)
| f5 = [[File:Vinegar.png|link=Vinegar|Vinegar]] | i5 = [[Vinegar]] | q5 = (2 units)
| f6 = [[File:Sugar.png|link=Sugar|Sugar]] | i6 = [[Sugar]] | q6 = (1 unit)
}}
|}
 
=== Evolved recipes ===
=== Evolved recipes ===
Carrots are a [[cooking]] [[Recipe Ingredients|ingredient]].
Carrots are a [[cooking]] [[Recipe Ingredients|ingredient]].
Line 60: Line 72:
=== Farming ===
=== Farming ===
Carrots can be grown by [[farming]] with [[Carrot Seeds|carrot seeds]].
Carrots can be grown by [[farming]] with [[Carrot Seeds|carrot seeds]].
{{Farming table header}}
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5007 -->
{{RecipeLookup|5007}}
{{Crafting/core|ing=1
{{Crafting table footer}}
| 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
}}
|}
 


== Code ==
== Code ==

Revision as of 03:50, 26 March 2022

Carrots
Carrots
Carrots (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 6 days
Days until rotten 8 days
Nutrition
Hunger
Hunger
-8
Thirst
Thirst
-4
Calories
Calories
25
Carbohydrates
Carbohydrates
5.84
Proteins
Proteins
0.57
Fat
Fat
0.15
Technical details
Item ID Base.Carrots

Carrots are a perishable food item.

Usage

Trapping

Main article: Trapping

Carrots can be used as bait in traps to capture rabbits.

Consumable properties

Carrots can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Carrots can be preserved to extend its lifespan by using a jar.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6
Jar of Carrots
Jar of Carrots x1
none Empty Jar
Jar x1
(consumed)
Jar Lid
Jar x1
(consumed)
Carrot
Carrots x5
(consumed)
Water
Water (10 units)
Vinegar
Vinegar (2 units)
Sugar
Sugar (1 unit)

Evolved recipes

Carrots are a cooking ingredient.

Product Nutrition
Soup
Soup
8
Stew
Stew
8
Salad
Salad
8
Stir Fry
Stir Fry
8
Roasted Vegetables
Roasted Vegetables
8
Sandwich
Sandwich
8
Pie (savory)
Pie (savory)
8
Rice Pot/Saucepan
Rice Pot/Saucepan
8
Pasta Pot/Saucepan
Pasta Pot/Saucepan
8

Distribution

Carrots are often found in refrigerators and grocery displays.

Farming

Carrots can be grown by farming with carrot seeds.

Product XP gained Skill(s) Recipe Ingredient 1
Carrot
Carrots x1-?
none Carrot Crop
Carrot Crop x1


Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.7

	item Carrots
		HungerChange		= -8,
		Weight			= 0.2,
		Type			= Food,
		DaysTotallyRotten	= 8,
		DisplayName		= Carrots,
		Icon			= Carrots,
		DaysFresh		= 6,
		EvolvedRecipe 		= Soup:8;Stew:8;Pie:8;Stir fry:8;Sandwich:8;Salad:8;Roasted Vegetables:8;RicePot:8;RicePan:8;PastaPot:8;PastaPan:8,
		FoodType    		= Vegetables,
        	Carbohydrates 		= 5.84,
        	Proteins 		= 0.57,
        	Lipids 			= 0.15,
        	Calories 		= 25,

See also

Template:Navbox/Consumables