Radish: Difference between revisions

From PZwiki
m (Removed Table of Contents)
(Reviewed Page, +navbox, +consumables, +nutritional +nutritional values, +jar preservation, +evolved corrected, +category, -history (redundant))
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages}}
<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 -->
<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 -->
<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 -->
{{Consumables
{{Consumables
|image = Radish.png
|image = Radish.png
|weight = 0.2
|weight = 0.1
|hunger = -7
|hunger = -3
}}
}}
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]] with [[Radish Seeds]]. Radishes takes three in-game days to go stale, and one in-game week to rot. At present, radishes can not be added to any other food group and cannot be cooked.
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.  


== Nutritional Information ==
== Nutritional Information ==
Line 13: Line 16:
{{Consumables2
{{Consumables2
|image = Radish.png
|image = Radish.png
|hunger = -7
|hunger = -3
|thirst = 0
|thirst = 0
|unrotten hunger = -5
|unrotten hunger = -2
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten thirst = 0
|unrotten image = Lettuce.png
|unrotten image = Lettuce.png
|rotten hunger = -3
|rotten hunger = -1
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
Line 30: Line 33:
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>


'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 0.15 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 1 <br><br>
== Crafting ==
Peppers can be preserved for long periods using jars using the ingredients below.
{| 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 ==
== Farming ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 41: Line 64:


== Code ==
== Code ==
  <nowiki>item RedRadish
  <nowiki>
{
    item RedRadish
Type = Food,
Type = Food,
DisplayName = Radish,
DisplayName = Radish,
Icon = Radish,
Icon = Radish,
Weight = 0.01,
Weight = 0.1,
HungerChange = -7,
HungerChange = -3,
DaysFresh = 3,
DaysFresh = 3,
DaysTotallyRotten = 7
DaysTotallyRotten = 7,
}</nowiki>
EvolvedRecipe = Soup:3;Stew:3;Stir fry:3;Burger:3;Salad:3;Roasted Vegetables:3,
 
FoodType    = Vegetables,
== History ==
        Carbohydrates = 0.15,
 
        Proteins = 0,
{| class="wikitable" width="550" style="text-align:center;"
        Lipids = 0,
|-
        Calories = 1,
! Alpha || 
</nowiki>
|-
| RC 2.9.8a || Can be grown as a crop.
|}
 
==See Also==
==See Also==
* [[Farming]]
* [[Farming]]
Line 67: Line 86:
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable_Food]]
[[Category:Version 2.9.9.17]]
[[Category:Version 34.28]]

Revision as of 01:57, 24 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Radish   

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 with radish seeds. Radishes takes three in-game days to go stale, and seven days to rot.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 0.15
Proteins = 0
Lipids = 0
Calories = 1

Crafting

Peppers can be preserved for long periods using jars using the ingredients below.

Name Recipe Description













Evolved Recipes

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

Farming

Name Recipe Description Crafting Level












Code

	
    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