Tomato: Difference between revisions

From PZwiki
m (Automated Formatting)
(24 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages|Tomato}}
{{Header|Project Zomboid|Items|Food|Vegetables}}
{{header|Project Zomboid|Items|Food|Perishable Food|Vegetables|type=Food|version=Version 40|incver=7}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Tomato
{{Infobox item
|name_colour=Food
|name=Tomato
|name_text_colour=Food
|model=Tomato_Model.png
|image=Tomato.png
|icon=Tomato.png
|alternate_image=TomatoRotten.png
|icon_name=Tomato
|alternate_link=
|icon2=TomatoRotten.png
|alternate_name=Tomato (Rotten)
|model2=TomatoRotten_Model.png
|icon_name2=Tomato (Rotten)
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 21: Line 22:
|carbohydrates=3.53
|carbohydrates=3.53
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=farming.Tomato
|item_id=farming.Tomato
}}'''Tomato''' is a [[Food#Perishable|perishable]] food [[item]].
}}
{{About|vegetable|crop|Tomato (crop)}}
'''Tomato''' is a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
===Trapping===
===Trapping===
{{Main|Trapping}}
{{Main|Trapping}}
Tomato can be used as bait in [[Trapping|traps]] to capture [[Dead_Mouse|mice]], [[Dead_Rabbit|rabbits]], and [[Dead_Rat|rats]].
Tomato can be used as bait in [[Trapping|traps]] to capture [[Dead Mouse|mice]], [[Dead Rabbit|rabbits]], and [[Dead Rat|rats]].


=== Consumable properties ===
===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.
Tomato 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 = Tomato.png
|image = Tomato.png
|hunger = -12
|hunger = -12
Line 48: Line 51:
}}
}}


== Crafting ==
==Crafting==
Tomato can be preserved to extend its lifespan by using a [[Empty_Jar|jar]].
Tomato can be preserved to extend its lifespan by using a [[Empty Jar|jar]].
{{Crafting header|ing=6}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 2053 -->
{{Crafting/sandbox2
{{Crafting/core|ing=6
|jar_of_tomatoes
| product_image = [[File:JarBrown.png|link=Jar of Tomatoes|Jar of Tomatoes]] | product_name = [[Jar of Tomatoes]] | product_quantity = x1
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:JarEmpty2.png|link=Empty Jar|Empty Jar]] | i1 = [[Empty Jar]] | q1 = x1 | tag1 = (consumed)
| f2 = [[File:Jar Lid.png|link=Jar Lid|Jar Lid]] | i2 = [[Jar Lid]] | q2 = x1 | tag2 = (consumed)
| f3 = [[File:Tomato.png|link=Tomato|Tomato]] | i3 = [[Tomato]] | q3 = x5 | tag3 = (consumed)
| f4 = [[File:Water_drop.png|link=Water|Water]] | i4 = [[Water]] | q4 = (10 units)
| f5 = [[File:Vinegar.png|link=Vinegar|Vinegar]] | i5 = [[Vinegar]] | q5 = (2 units)
| f6 = [[File:Sugar.png|link=Sugar|Sugar]] | i6 = [[Sugar]] | q6 = (1 unit)
}}
}}
|}


=== Evolved recipes ===
===Evolved recipes===
Tomato is a [[cooking]] [[Recipe Ingredients|ingredient]].
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|}}
{{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}}
 
===Sack of Tomato===
{{Crafting/sandbox2
|tomato
}}


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


=== Farming ===
Sacks of tomatoes can be found in grocery stores and warehouses.
 
===Farming===
Tomato can be grown by [[farming]] with [[Tomato Seeds|tomato seeds]].
Tomato can be grown by [[farming]] with [[Tomato Seeds|tomato seeds]].
{{Crafting header|ing=1}}<!-- Automatically generated by ReLookup. Subject RecipeLookup: 5013 -->
{{Crafting/sandbox2
{{Crafting/core|ing=1
|tomato_(crop)
| product_image = [[File:Tomato.png|link=Tomato|Tomato]] | product_name = [[Tomato]] | product_quantity = x1-?
| xp = <!-- Not present in the old template. Please fill in manually. -->
| sl = ''none''
| req =
| f1 = [[File:Tomato CropG.png|link=Tomato Crop|Tomato Crop]] | i1 = [[Farming|Tomato Crop]] | q1 = x1
}}
}}
|}


==Gallery==
==Code==
<gallery>
{{CodeBox|[[File:Tomato.png]] {{ID|farming.Tomato}}<br>
File:Tomato Model.png|Tomato model when placed in the world.
{{CodeSnip
File:TomatoRotten Model.png|Rotten tomato model when placed in the world.
  | lang = java
</gallery>
  | line = true
 
  | start = 75
== Code ==
  | source = farming.txt
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
  | retrieved = true
{{Retrieved|version=40|incver=7}}
  | version = 41.78.16
<pre> item Tomato
  | code =
item Tomato
{
{
DisplayCategory = Food,
    DisplayCategory = Food,
Type = Food,
Type = Food,
DisplayName = Tomato,
DisplayName = Tomato,
Icon = Tomato,
Icon = Tomato,
Weight = 0.2,
Weight = 0.2,
HungerChange = -12,
HungerChange = -12,
ThirstChange = -15,
ThirstChange = -15,
DaysFresh = 4,
DaysFresh = 4,
DaysTotallyRotten = 12,
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,
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,
ThirstChange = -8,
FoodType = Vegetables,
FoodType   =   Vegetables,
         Carbohydrates = 3.53,
         Carbohydrates = 3.53,
         Proteins = 1.29,
         Proteins = 1.29,
Line 113: Line 107:
         StaticModel = RoundFood_Red,
         StaticModel = RoundFood_Red,
         WorldStaticModel = Tomato_Ground,
         WorldStaticModel = Tomato_Ground,
}</pre>
}
}}
 
[[File:Sandbag.png]] {{ID|Base.SackProduce_Tomato}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 8239
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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==
==See also==
* [[Farming]]
*[[Farming]]
*[[Cabbage]]
 
{{Navbox items|plants}}
 


{{Navbox food}}
[[Category:Perishable food]]

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