Carrots: Difference between revisions

From PZwiki
m (→‎Crafting: file fix (A-L), replaced: File:Empty Jar.png → File:JarEmpty2.png)
m ([BOT] replace file, replaced: File:Carrot.png → File:Carrots.png (2))
Line 57: Line 57:
  | f1 = [[File:JarEmpty2.png|link=Empty Jar|Empty Jar]] | i1 = [[Empty Jar]] | q1 = x1 | tag1 = (consumed)
  | f1 = [[File:JarEmpty2.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)
  | 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)
  | f3 = [[File:Carrots.png|link=Carrot|Carrot]] | i3 = [[Carrot]] | q3 = x5 | tag3 = (consumed)
  | f4 = [[File:Water_drop.png|link=Water|Water]] | i4 = [[Water]] | q4 = (10 units)
  | 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)
  | f5 = [[File:Vinegar.png|link=Vinegar|Vinegar]] | i5 = [[Vinegar]] | q5 = (2 units)
Line 74: Line 74:
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5007 -->
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5007 -->
{{Crafting/core|ing=1
{{Crafting/core|ing=1
  | product_image = [[File:Carrot.png|link=Carrot|Carrot]] | product_name = [[Carrot]] | product_quantity = x1-?
  | product_image = [[File:Carrots.png|link=Carrot|Carrot]] | product_name = [[Carrot]] | product_quantity = x1-?
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | xp = <!-- Not present in the old template. Please fill in manually. -->
  | sl = ''none''
  | sl = ''none''

Revision as of 16:22, 8 April 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