Tomato: Difference between revisions

From PZwiki
(New infobox + new layout)
m (Automated Formatting)
(30 intermediate revisions by 9 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_120px.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
|weight=0.2
|weight=0.2
|days_fresh=4
|days_fresh=4
|days_rotten=12
|days_rotten=8
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-12
|hunger_change=-12
Line 21: Line 22:
|carbohydrates=3.53
|carbohydrates=3.53
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=farming.Tomato
|item_id=farming.Tomato
}}A '''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}}
Tomatoes 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 ===
 
Tomatoes can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
===Consumable properties===
{{Consumables2
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 = -12
|hunger = -12
Line 47: Line 51:
}}
}}


== Crafting ==
==Crafting==
Tomatoes 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 table header}}
{{Crafting/sandbox2
{{RecipeLookup|2053}}
|jar_of_tomatoes
{{Crafting table footer}}
}}
=== Evolved recipes ===
 
Tomatoes are a [[cooking]] [[Recipe Ingredients|ingredient]].
===Evolved recipes===
{{EvolvedRecipesForItem|soup=12|stew=12|pie=12|stirfry=12|sandwich=6|burger=6|salad=12|roastedvegetables=12|ricepot=12|ricepan=12|pastapot=12|pastapan=12|}}
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}}
 
===Sack of Tomato===
{{Crafting/sandbox2
|tomato
}}


==Distribution==
==Distribution==
Tomatoes are often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
Tomato is often found in [[refrigerator]]s and [[Containers#Displays|grocery displays]].
=== Farming ===
 
Tomatoes can be grown by [[farming]] with [[Tomato Seeds|tomato seeds]].
Sacks of tomatoes can be found in grocery stores and warehouses.
{{Farming table header}}
{{RecipeLookup|5013}}
{{Crafting table footer}}


== Code ==
===Farming===
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
Tomato can be grown by [[farming]] with [[Tomato Seeds|tomato seeds]].
{{Retrieved|version=40|incver=7}}
{{Crafting/sandbox2
<pre> item Tomato
|tomato_(crop)
Type = Food,
}}
DisplayName = Tomato,
 
Icon = Tomato,
==Code==
Weight = 0.2,
{{CodeBox|[[File:Tomato.png]] {{ID|farming.Tomato}}<br>
HungerChange = -12,
{{CodeSnip
ThirstChange = -15,
  | lang = java
DaysFresh = 4,
  | line = true
DaysTotallyRotten = 12,
  | start = 75
EvolvedRecipe       = Soup:12;Stew:12;Pie:12;Stir fry:12;Sandwich:6;Burger:6;Salad:12;Roasted Vegetables:12;RicePot:12;RicePan:12;PastaPot:12;PastaPan:12,
  | source = farming.txt
FoodType   = Vegetables,
  | retrieved = true
        Carbohydrates = 3.53,
  | version = 41.78.16
        Proteins = 1.29,
  | code =
        Lipids = 0.21,
item Tomato
        Calories = 14,</pre>
{
    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,
}
}}
 
[[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/Consumables}}
[[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