Tomato: Difference between revisions

From PZwiki
m (Correcting Version of page edit previously. straightened info section)
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}}
{{Consumables
{{Infobox item
|image = Tomato.png
|name=Tomato
|weight = 0.2
|model=Tomato_Model.png
|hunger = -15
|icon=Tomato.png
|icon_name=Tomato
|icon2=TomatoRotten.png
|model2=TomatoRotten_Model.png
|icon_name2=Tomato (Rotten)
<!--GENERAL-->
|category=Food
|weight=0.2
|days_fresh=4
|days_rotten=8
<!--NUTRITION-->
|hunger_change=-12
|thirst_change=-15
|calories=14
|lipids=0.21
|proteins=1.29
|carbohydrates=3.53
<!--TECHNICAL DETAILS-->
|item_id=farming.Tomato
}}
}}
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|farming]] with [[Tomato Seeds|tomato seeds]]. Tomatoes take four in-game days to go stale, and twelve in-game days to become rotten. They can be used in many recipes, which further increases its effectiveness.
{{About|vegetable|crop|Tomato (crop)}}
'''Tomato''' is a perishable [[food]] [[Items|item]].


== Nutritional Information ==
==Usage==
{| border=0 align=left
===Trapping===
|
{{Main|Trapping}}
{{Consumables2
Tomato can be used as bait in [[Trapping|traps]] to capture [[Dead Mouse|mice]], [[Dead Rabbit|rabbits]], and [[Dead Rat|rats]].
 
===Consumable properties===
Tomato can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables
|image = Tomato.png
|image = Tomato.png
|hunger = -10
|hunger = -12
|thirst = -15
|thirst = -15
|unrotten hunger = -7
|unrotten hunger = -9
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = -15
|unrotten thirst = -15
|unrotten image = Tomato.png
|unrotten image = Tomato.png
|rotten hunger = -4
|rotten hunger = -5
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
Line 27: Line 50:
|rotten image = Tomato_Rotten.png
|rotten image = Tomato_Rotten.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>


== Evolved Recipes ==
==Crafting==
Tomatoes can be used as [[Recipe Ingredients|recipe ingredients]] in many recipes.
Tomato can be preserved to extend its lifespan by using a [[Empty Jar|jar]].
{{Crafting/sandbox2
|jar_of_tomatoes
}}


{{EvolvedRecipesForItem
===Evolved recipes===
|soup=10|stew=10|pie=10|stirfry=10|sandwich=5|burger=10|salad=10|roastedvegetables=10}}
Tomato is a [[cooking]] [[Recipe ingredients|ingredient]].
{{EvolvedRecipesForItem|pizza=12|omelette=6|soup=12|stew=12|pie=12|stirfry=12|sandwich=6|burger=6|salad=12|roastedvegetables=12|rice=12|pasta=12|taco=6|burrito=6}}


== Farming ==
===Sack of Tomato===
{| class="wikitable sortable" style="text-align:center;"
{{Crafting/sandbox2
|-
|tomato
! Name
}}
! class="unsortable" | Recipe
! class="unsortable" | Description
! Crafting Level
{{RecipeLookup|5013}}
|}


== Trapping ==
==Distribution==
Tomato is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].


Tomatoes can also be used in [[Trapping|traps]] to capture [[Dead_Mouse|mice]], [[Dead_Rabbit|rabbits]], and [[Dead_Rat|rats]].
Sacks of tomatoes can be found in grocery stores and warehouses.


Refer to [[Trapping|trapping]] for further information
===Farming===
Tomato can be grown by [[farming]] with [[Tomato Seeds|tomato seeds]].
{{Crafting/sandbox2
|tomato_(crop)
}}


==Code==
{{CodeBox|[[File:Tomato.png]] {{ID|farming.Tomato}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 75
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Tomato
{
    DisplayCategory = Food,
Type = Food,
DisplayName = Tomato,
Icon = Tomato,
Weight = 0.2,
HungerChange = -12,
ThirstChange = -15,
DaysFresh = 4,
DaysTotallyRotten = 12,
EvolvedRecipe      =      Pizza:12;Omelette:6;Soup:12;Stew:12;Pie:12;Stir fry Griddle Pan:12;Stir fry:12;Sandwich:6;Sandwich Baguette:6;Burger:6;Salad:6;Roasted Vegetables:12;RicePot:12;RicePan:12;PastaPot:12;PastaPan:12;Taco:6;Burrito:6,
ThirstChange = -8,
FoodType    =  Vegetables,
        Carbohydrates = 3.53,
        Proteins = 1.29,
        Lipids = 0.21,
        Calories = 14,
        StaticModel = RoundFood_Red,
        WorldStaticModel = Tomato_Ground,
}
}}


== Code ==
[[File:Sandbag.png]] {{ID|Base.SackProduce_Tomato}}<br>
<nowiki>item Tomato
{{CodeSnip
  | lang = java
Type = Food,
  | line = true
DisplayName = Tomato,
  | start = 8239
Icon = Tomato,
  | source = items_food.txt
Weight = 0.2,
  | retrieved = true
HungerChange = -10,
  | version = 41.78.16
ThirstChange = -15,
  | code =
DaysFresh = 4,
item SackProduce_Tomato
DaysTotallyRotten = 12,
{
EvolvedRecipe        =      Soup:10;Stew:10;Pie:10;Stir fry:10;Sandwich:5;Burger:10;Salad:10;Roasted Vegetables:10,
DisplayName = Sack of Tomatoes,
FoodType    =   Vegetables,
DisplayCategory = Food,
}</nowiki>
Type = Food,
Weight = 2,
Icon = Sandbag,
CantEat = TRUE,
DaysFresh = 4,
DaysTotallyRotten = 12,
WorldStaticModel = SandBag,
}
}}
}}


== History ==
==See also==
*[[Farming]]
*[[Cabbage]]


{| class="wikitable" width="550" style="text-align:center;"
{{Navbox items|plants}}
|-
! Alpha || 
|-
| RC 2.9.8a || Can be grown as a crop.
|}


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


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

Revision as of 12:55, 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]
Tomato
Tomato Model.png
TomatoRotten Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Properties
Days fresh
4 days
Days until rotten
8 days
Nutrition
HungerMoodle Icon Hungry.png
-12
ThirstMoodle Icon Thirsty.png
-15
CaloriesCalories
14
CarbohydratesCarbohydrates
3.53
ProteinsProteins
1.29
FatFat
0.21
Technical
Item ID
farming.Tomato
PlushSpiffo.pngThis article is about vegetable. For crop, see Tomato (crop).

Tomato is a perishable food item.

Usage

Trapping

Main article: Trapping

Tomato can be used as bait in traps to capture mice, rabbits, and rats.

Consumable properties

Tomato 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

Tomato.png
Hunger: -12


Tomato.png
Hunger: -9
Boredom: +10
Unhappiness: +10

Tomato Rotten.png
Hunger: -5
Boredom: +20
Unhappiness: +20
Dangerous, will cause sickness.

Crafting

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

Product Ingredients Tools Requirements Workstation XP
JarBrown.png
Jar of Tomatoes
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
Tomato.png Tomato ×5
WaterDrop.png Water ×10 unit(s)
Vinegar.png Vinegar ×2 unit(s)
none none none 2.5 Cooking

Evolved recipes

Tomato is a cooking ingredient.

Product Nutrition
Soup
Soup
12
Stew
Stew
12
Salad
Salad
12
Stir Fry
Stir Fry
12
Roasted Vegetables
Roasted Vegetables
12
Sandwich
Sandwich
6
Burger
Burger
6
Pie (savory)
Pie (savory)
12
Rice Pot/Saucepan
Rice Pot/Saucepan
12
Pasta Pot/Saucepan
Pasta Pot/Saucepan
12
Taco
Taco
6
Burrito
Burrito
6
Omelette
Omelette
6
Pizza
Pizza
12

Sack of Tomato

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

Distribution

Tomato is often found in refrigerators and grocery displays.

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

Farming

Tomato can be grown by farming with tomato seeds.

Product Ingredients Tools Requirements Workstation XP
Tomato CropB.png
Tomato (crop)
Plowed land.png Plowed Land ×1
TZ TomatoSeeds.png Tomato Seeds ×4
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

Tomato.png farming.Tomato
Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item Tomato
	{
	    DisplayCategory = Food,
		Type				=		Food,
		DisplayName			=		Tomato,
		Icon				=		Tomato,
		Weight				=		0.2,
		HungerChange 		=		-12,
		ThirstChange		=		-15,
		DaysFresh 			=		4,
		DaysTotallyRotten 	=	 	12,
		EvolvedRecipe       =       Pizza:12;Omelette:6;Soup:12;Stew:12;Pie:12;Stir fry Griddle Pan:12;Stir fry:12;Sandwich:6;Sandwich Baguette:6;Burger:6;Salad:6;Roasted Vegetables:12;RicePot:12;RicePan:12;PastaPot:12;PastaPan:12;Taco:6;Burrito:6,
		ThirstChange	=	-8,
		FoodType    =   Vegetables,
        Carbohydrates = 3.53,
        Proteins = 1.29,
        Lipids = 0.21,
        Calories = 14,
        StaticModel = RoundFood_Red,
        WorldStaticModel = Tomato_Ground,
	}

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

Retrieved: Build 41.78.16
item SackProduce_Tomato
	{
		DisplayName = Sack of Tomatoes,
		DisplayCategory = Food,
		Type = Food,
		Weight = 2,
		Icon = Sandbag,
		CantEat = TRUE,
		DaysFresh = 4,
		DaysTotallyRotten = 12,
		WorldStaticModel = SandBag,
	}

See also