Carrots: Difference between revisions

From PZwiki
mNo edit summary
(PZ Updater automated execution(task: deploy test ReLookup, eid: 6ca40f65159ae9354e827cd4c9a169a0))
Line 8: Line 8:
|alternate_link=
|alternate_link=
|alternate_name=Carrots (Rotten)
|alternate_name=Carrots (Rotten)
<!--GENERAL-->
&lt;!--GENERAL-->
|category=Food
|category=Food
|weight=0.2
|weight=0.2
|days_fresh=6
|days_fresh=6
|days_rotten=8
|days_rotten=8
<!--NUTRITION-->
&lt;!--NUTRITION-->
|hunger_change=-8
|hunger_change=-8
|thirst_change=-4
|thirst_change=-4
Line 20: Line 20:
|proteins=0.57
|proteins=0.57
|carbohydrates=5.84
|carbohydrates=5.84
<!--TECHNICAL DETAILS-->
&lt;!--TECHNICAL DETAILS-->
|class_name=Base.Carrots
|class_name=Base.Carrots
}}'''Carrots''' are a [[Food#Perishable|perishable]] food [[item]].  
}}'''Carrots''' are a [[Food#Perishable|perishable]] food [[item]].  
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}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2054 -->
{{RecipeLookup|2054}}
{{Crafting header|ing=6}}
{{Crafting table footer}}
{{Crafting/core|ing=6
| 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 61: Line 73:
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}}
{{Farming table header}}
{{RecipeLookup|5007}}
<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5007 -->
{{Crafting table footer}}
{{Crafting header|ing=1}}
 
{{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
}}
|}
== Code ==
== Code ==
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=7}}
{{Retrieved|version=40|incver=7}}
<pre> item Carrots
&lt;pre> item Carrots
HungerChange = -8,
HungerChange = -8,
Weight = 0.2,
Weight = 0.2,
Line 80: Line 99:
         Proteins = 0.57,
         Proteins = 0.57,
         Lipids = 0.15,
         Lipids = 0.15,
         Calories = 25,</pre>
         Calories = 25,&lt;/pre>


==See also==
==See also==

Revision as of 14:45, 21 March 2022

Carrots
Carrots
Carrots (Rotten) <!--GENERAL-->
General
Category Food
Encumbrance
Heavy Load
0.2
Days until stale 6 days
Days until rotten

8

<!--NUTRITION--> days
Nutrition
Hunger
Hunger
-8
Thirst
Thirst
-4
Calories
Calories
25
Carbohydrates
Carbohydrates

5.84

<!--TECHNICAL DETAILS-->
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. Template:Farming table header

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 <pre> 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,</pre>

See also

Template:Navbox/Consumables