Radish: Difference between revisions

From PZwiki
(Reviewed Page, +navbox, +consumables, +nutritional +nutritional values, +jar preservation, +evolved corrected, +category, -history (redundant))
m (Automated Formatting)
(35 intermediate revisions by 11 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Vegetables}}
{{languages}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Radish
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[Radish|Radish]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=RedRadish_Model.png
{{Consumables
|icon=Radish.png
|image = Radish.png
|icon_name=Radish
|weight = 0.1
|model2=RedRadishRotten_Model.png
|hunger = -3
|icon2=RadishRotten.png
|icon_name2=Radish (Rotten)
<!--GENERAL-->
|category=Food
|weight=0.1
|days_fresh=3
|days_rotten=4
<!--NUTRITION-->
|hunger_change=-3
|thirst_change=-1
|calories=1
|lipids=0
|proteins=0
|carbohydrates=0.15
<!--TECHNICAL DETAILS-->
|item_id=farming.RedRadish
}}
}}
A perishable food item that goes bad as time passes, when outside of a [[refrigerator]]. Radishes are often found inside of refrigerators, and in produce bins. Can be grown through [[Farming|farming]] with [[Radish Seeds|radish seeds]]. Radishes takes three in-game days to go stale, and seven days to rot.  
{{About|vegetable|crop|Radishes}}
'''Radish''' is a perishable [[food]] [[Items|item]].


== Nutritional Information ==
==Usage==
{| border=0 align=left
===Consumable properties===
|
Radish can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables
|image = Radish.png
|image = Radish.png
|hunger = -3
|hunger = -3
Line 30: Line 46:
|rotten image = Radish_Rotten.png
|rotten image = Radish_Rotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>


'''It's Nutritional Values are as follows:'''<br>
==Crafting==
Carbohydrates = 0.15 <br>
Radish can be preserved to extend its lifespan by using a [[Empty Jar|jar]].
Proteins = 0 <br>
{{Crafting/sandbox2
Lipids = 0 <br>
|jar_of_red_radishes
Calories = 1 <br><br>
}}
 
===Evolved recipes===
Radish is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|soup=3|stew=3|stirfry=3|burger=3|salad=3|roastedvegetables=3}}
 
===Sack of Radish===
{{Crafting/sandbox2
|radish
}}
 
==Distribution==
Radish is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
 
Sacks of radishes can be found in grocery stores and warehouses.
 
===Farming===
Radish can be grown by [[farming]] with [[Radish Seeds|radish seeds]].
{{Crafting/sandbox2
|radishes
}}
 
==Code==
{{CodeBox|[[File:Radish.png]] {{ID|Farming.RedRadish}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 30
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item RedRadish
{
    DisplayCategory = Food,
Type = Food,
DisplayName = Radish,
Icon = Radish,
Weight = 0.1,
HungerChange = -3,
DaysFresh = 3,
DaysTotallyRotten = 7,
EvolvedRecipe = Soup:3;Stew:3;Stir fry Griddle Pan:3;Stir fry:3;Burger:3;Salad:3;Roasted Vegetables:3,
ThirstChange = -1,
FoodType    =  Vegetables,
        Carbohydrates = 0.15,
        Proteins = 0,
        Lipids = 0,
        Calories = 1,
        StaticModel = RoundFood_Red,
        WorldStaticModel = RedRadish_Ground,
}
}}
 
[[File:Sandbag.png]] {{ID|Base.SackProduce_RedRadish}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 8213
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item SackProduce_RedRadish
{
DisplayName = Sack of Radishes,
DisplayCategory = Food,
Type = Food,
Weight = 2,
Icon = Sandbag,
CantEat = TRUE,
DaysFresh = 3,
DaysTotallyRotten = 6,
WorldStaticModel = SandBag,
}
}}
}}


== Crafting ==
==See also==
*[[Farming]]


Peppers can be preserved for long periods using jars using the ingredients below.
{{Navbox items|plants}}
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2058}}
|}
<br>
== Evolved Recipes ==
{{EvolvedRecipesForItem
|soup=3|stew=3|stirfry=3|burger=3|salad=3|roastedvegetables=3|}}
== Farming ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|5009}}
|}


== Code ==
<nowiki>
    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,
</nowiki>
==See Also==
* [[Farming]]


{{Navbox/Consumables}}
[[Category:Perishable food]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 11:26, 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]
Radish
RedRadish Model.png
RedRadishRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Days fresh
3 days
Days until rotten
4 days
Nutrition
HungerMoodle Icon Hungry.png
-3
ThirstMoodle Icon Thirsty.png
-1
CaloriesCalories
1
CarbohydratesCarbohydrates
0.15
ProteinsProteins
0
FatFat
0
Technical
Item ID
farming.RedRadish
PlushSpiffo.pngThis article is about vegetable. For crop, see Radishes.

Radish is a perishable food item.

Usage

Consumable properties

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

Fresh Stale Rotten

Radish.png
Hunger: -3


Radish.png
Hunger: -2
Boredom: +10
Unhappiness: +10

Radish Rotten.png
Hunger: -1
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

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

Product Ingredients Tools Requirements Workstation XP
JarBrown.png
Jar of Radishes
One of:
SugarBrown.png Brown Sugar ×1
Sugar.png Sugar ×1
SugarPacket.png Sugar Packet ×1
Each of:
JarEmpty2.png Jar ×1
JarLid.png Jar Lid ×1
Radish.png Radish ×5
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking

Evolved recipes

Radish is 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

Sack of Radish

Product Ingredients Tools Requirements Workstation XP
Radish.png
Radish ×12
Sandbag.png Sack of Radish ×1 none none none none

Distribution

Radish is often found in refrigerators and grocery displays.

Sacks of radishes can be found in grocery stores and warehouses.

Farming

Radish can be grown by farming with radish seeds.

Product Ingredients Tools Requirements Workstation XP
Radish CropB.png
Radishes
Plowed land.png Plowed Land ×1
TZ LRRadishSeeds.png Radish Seeds ×6
WaterDrop.png Water ×75 unit(s)
none none none none

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Radish.png Farming.RedRadish
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item RedRadish
	{
	    DisplayCategory = Food,
		Type				=		Food,
		DisplayName			=		Radish,
		Icon				=		Radish,
		Weight				=		0.1,
		HungerChange 		=		-3,
		DaysFresh 			=		3,
		DaysTotallyRotten 	=	 	7,
		EvolvedRecipe = Soup:3;Stew:3;Stir fry Griddle Pan:3;Stir fry:3;Burger:3;Salad:3;Roasted Vegetables:3,
		ThirstChange	=	-1,
		FoodType    =   Vegetables,
        Carbohydrates = 0.15,
        Proteins = 0,
        Lipids = 0,
        Calories = 1,
        StaticModel = RoundFood_Red,
        WorldStaticModel = RedRadish_Ground,
	}

Sandbag.png Base.SackProduce_RedRadish
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
item SackProduce_RedRadish
	{
		DisplayName = Sack of Radishes,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = Sandbag,
		CantEat = TRUE,
		DaysFresh = 3,
		DaysTotallyRotten = 6,
		WorldStaticModel = SandBag,
	}

See also