Radish: Difference between revisions

From PZwiki
(PZ Updater automated execution(task: deploy ReLookup, eid: 1fa2835a2628ca2ffde5693848b9186e))
Line 46: Line 46:
== Crafting ==
== Crafting ==
Radishes can be preserved to extend its lifespan by using a [[Empty_Jar|jar]].
Radishes 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: 2058 -->
{{RecipeLookup|2058}}
{{Crafting/core|ing=6
{{Crafting table footer}}
| product_image = [[File:JarBrown.png|link=Jar of Red Radishes|Jar of Red Radishes]] | product_name = [[Jar of Red Radishes]] | 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:Radish.png|link=Radish|Radish]] | i3 = [[Radish]] | 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 ===
Radishes are a [[cooking]] [[Recipe Ingredients|ingredient]].
Radishes are a [[cooking]] [[Recipe Ingredients|ingredient]].
Line 57: Line 69:
=== Farming ===
=== Farming ===
Radish can be grown by [[farming]] with [[Radish Seeds|radish seeds]].
Radish can be grown by [[farming]] with [[Radish Seeds|radish seeds]].
{{Farming table header}}
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5009 -->
{{RecipeLookup|5009}}
{{Crafting/core|ing=1
{{Crafting table footer}}
| product_image = [[File:Radish.png|link=Radish|Radish]] | product_name = [[Radish]] | product_quantity = x1-?
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Radish CropG.png|link=Radish Crop|Radish Crop]] | i1 = [[Radish Crop]] | q1 = x1
}}
|}
 


== Code ==
== Code ==

Revision as of 04:22, 26 March 2022

Radish
Radish
Radish (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 3 days
Days until rotten 7 days
Nutrition
Hunger
Hunger
-3
Thirst
Thirst
-1
Calories
Calories
1
Carbohydrates
Carbohydrates
0.15
Proteins
Proteins
0
Fat
Fat
0
Technical details
Item ID farming.RedRadish

A radish is a perishable food item.

Usage

Consumable properties

Radishes 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

Radishes 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 Red Radishes
Jar of Radishes x1
none Empty Jar
Jar x1
(consumed)
Jar Lid
Jar x1
(consumed)
Radish
Radish x5
(consumed)
Water
Water (10 units)
Vinegar
Vinegar (2 units)
Sugar
Sugar (1 unit)

Evolved Recipes

Radishes are a cooking ingredient.

Product Nutrition
Soup
Soup
3
Stew
Stew
3
Salad
Salad
3
Stir Fry
Stir Fry
3
Roasted Vegetables
Roasted Vegetables
3
Burger
Burger
3

Distribution

Radishes are often found in refrigerators and grocery displays.

Farming

Radish can be grown by farming with radish seeds.

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


Code

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

	item RedRadish
		Type			= Food,
		DisplayName		= Radish,
		Icon			= Radish,
		Weight			= 0.1,
		HungerChange 		= -3,
		DaysFresh 		= 3,
		DaysTotallyRotten 	= 7,
		EvolvedRecipe 		= Soup:3;Stew:3;Stir fry:3;Burger:3;Salad:3;Roasted Vegetables:3,
		FoodType    		= Vegetables,
        	Carbohydrates 		= 0.15,
        	Proteins 		= 0,
        	Lipids 			= 0,
        	Calories 		= 1,

See also

Template:Navbox/Consumables