Radish: Difference between revisions

From PZwiki
(+3d model to infobox)
(Added information about sacks, updated code box)
Line 59: Line 59:
Radish is a [[cooking]] [[Recipe Ingredients|ingredient]].
Radish is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|soup=3|stew=3|stirfry=3|burger=3|salad=3|roastedvegetables=3|}}
{{EvolvedRecipesForItem|soup=3|stew=3|stirfry=3|burger=3|salad=3|roastedvegetables=3|}}
===Sack of Radish===
{{Crafting header|ing=1}}
{{Crafting general|063|ing=1}}
|}


==Distribution==
==Distribution==
Radish is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Radish is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Sacks of radishes can be found in grocery stores and warehouses.


===Farming===
===Farming===
Line 76: Line 83:


==Code==
==Code==
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|[[File:Radish.png]] {{ID|Farming.RedRadish}}<br>
{{Retrieved|version=41|incver=73}}
{{CodeSnip
<pre>
  | lang = java
item RedRadish
  | line = true
  | start = 30
  | source = farming.txt
  | retrieved = true
  | version = 41
  | incver = 78.16
  | code =
    item RedRadish
{
{
DisplayCategory = Food,
    DisplayCategory = Food,
Type = Food,
Type = Food,
DisplayName = Radish,
DisplayName = Radish,
Icon = Radish,
Icon = Radish,
Weight = 0.1,
Weight = 0.1,
HungerChange = -3,
HungerChange = -3,
DaysFresh = 3,
DaysFresh = 3,
DaysTotallyRotten = 7,
DaysTotallyRotten = 7,
EvolvedRecipe = Soup:3;Stew:3;Stir fry Griddle Pan:3;Stir fry:3;Burger:3;Salad:3;Roasted Vegetables:3,
EvolvedRecipe = Soup:3;Stew:3;Stir fry Griddle Pan:3;Stir fry:3;Burger:3;Salad:3;Roasted Vegetables:3,
ThirstChange = -1,
ThirstChange = -1,
FoodType = Vegetables,
FoodType   =   Vegetables,
         Carbohydrates = 0.15,
         Carbohydrates = 0.15,
         Proteins = 0,
         Proteins = 0,
Line 99: Line 113:
         WorldStaticModel = RedRadish_Ground,
         WorldStaticModel = RedRadish_Ground,
}
}
</pre>
}}
 
[[File:Sandbag.png]] {{ID|Base.SackProduce_RedRadish}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 8213
  | source = items_food.txt
  | retrieved = true
  | version = 41
  | incver = 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,
}
}}
}}


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

Revision as of 13:50, 14 January 2024

Radish
Radish
Radish Radish (Rotten)
General
Category Food
Encumbrance
Heavy Load
0.1
Days until stale 3 days
Days until rotten 4 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

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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3 Ingredient 4 Ingredient 5 Ingredient 6
JarBrown.png
Jar of Radishes
2.5 Cooking none JarEmpty2.png
Jar
(consumed)
Jar Lid
Jar Lid
(consumed)
Radish.png
Radish x5
(consumed)
WaterDrop.png
Water
(10 units)

(consumed)
Vinegar.png
Vinegar
(2 units)

(consumed)

(1 unit)

(consumed)

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 XP gained Skill(s) Recipe Ingredient 1
Radish.png
Radish x12
0 XP none Sandbag.png
Sack of Radish
(consumed)

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 XP gained Skill(s) Recipe Ingredient 1 Ingredient 2 Ingredient 3
Radish CropB.png
Radishes
0 XP none Plowed land.png
Plowed Land
(consumed)
TZ LRRadishSeeds.png
Radish Seeds x6
(consumed)
WaterDrop.png
Water
(45–75 units)

(consumed)

Gallery

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