Tomato: Difference between revisions

From PZwiki
mNo edit summary
No edit summary
Line 1: Line 1:
{{Languages}}
{{languages}}
<table border=0 cellspacing=10 style="float:right; valign=top;"> <tr> <td style="background: #f7f7f7; border: 1px solid #ccc; vertical-align: top; width:180px;"> 
{{Consumables
<div style="margin: 5px; background: #3E3E3E; padding: 5px; font-weight: bold; text-align: center; font-size: 120%; color:#ffffff;"><div style="float: right;"></div> {{PAGENAME}}</div> 
|image = Tomato.png
<div style="padding: 0em 1em;">
|weight = 0.2
<center>[[Image: Tomato.png|120px]] <small>Hunger: -10 <br>Thirst -15 <br>Weight: ??</small></center>
}}
</div> 
A perishable food item that goes bad as time passes. Tomatoes are often inside of [[refrigerator]]s, and in produce bins. Can be grown through [[Farming]] with [[Tomato Seeds]]. Tomatoes take four in-game days to go stale, and 12 in-game days to rot.
</td></tr></table>


A juicy tomato that can help stay nourished and hydrated.
== Nutritional Information ==
{{Consumables2
|image = Tomato.png
|hunger = -10
|thirst = -15
|unrotten hunger = -7
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten thirst = -15
|unrotten image = Tomato.png
|rotten hunger = -4
|rotten boredom = +20
|rotten unhappiness = +20
|rotten thirst = -15
|perishable = 1
|rotten image = Tomato_Rotten.png
}}


Tomatoes may be found in [[Containers|refrigerators]] or grown as [[Farming|crops]].
== Code ==
<nowiki>item Tomato
{
Type = Food,
DisplayName = Tomato,
Icon = Tomato,
Weight = 0.2,
HungerChange = -10,
ThirstChange = -15,
DaysFresh = 4,
DaysTotallyRotten = 12,
EvolvedRecipe      =      Soup:10;Stew:10;Pie:10;Stir fry:10;Sandwich:5;Burger:10;Salad:10;Roasted Vegetables:10,
FoodType    =  Vegetables,
}</nowiki>


{| class="wikitable sortable" style="text-align:center;"
== History ==
|-
! Item
! class="unsortable" | Effects
|-
|[[File:Tomato.png|32px]]
Ripe
| Hunger -10 <br> Thirst -15
|-
|[[File:Tomato Rotten.png|32px]]
Rotten
| Hunger -?? Unhappiness -??
|}
 
 
 
<!--
== Crafting ==
 
ITEM NAME can be used in the following recipes:


{| class="wikitable" width="550" style="text-align:center;"
{| class="wikitable" width="550" style="text-align:center;"
|-
|-
! Ingredients || Other Items || Output || Description
! Alpha ||
|-
|-
| Ingredient + Ingredient || Oven/None || What the recipe makes || Brief description of what it makes.
| RC 2.9.8a || Can be grown as a crop.  
|}
|}
-->


==See Also==
* [[Farming]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
Line 48: Line 55:
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable Food]]
[[Category:Crops]]
[[Category:Version 2.9.9.17]]

Revision as of 00:00, 30 June 2014


A perishable food item that goes bad as time passes. Tomatoes are often inside of refrigerators, and in produce bins. Can be grown through Farming with Tomato Seeds. Tomatoes take four in-game days to go stale, and 12 in-game days to rot.

Nutritional Information

Template:Consumables2

Code

item Tomato
	{
		Type				=		Food,
		DisplayName			=		Tomato,
		Icon				=		Tomato,
		Weight				=		0.2,
		HungerChange 		=		-10,
		ThirstChange		=		-15,
		DaysFresh 			=		4,
		DaysTotallyRotten 	=	 	12,
		EvolvedRecipe       =       Soup:10;Stew:10;Pie:10;Stir fry:10;Sandwich:5;Burger:10;Salad:10;Roasted Vegetables:10,
		FoodType    =   Vegetables,
	}

History

Alpha
RC 2.9.8a Can be grown as a crop.

See Also

Template:Navbox/Consumables