Canned Tomato: Difference between revisions

From PZwiki
(updated to 41.68)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Canned Tomato}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=68}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Canned Tomato
|display_name=Canned Tomato
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=TinnedTomatoes_Model.png
|image=CannedTomato_120px.png
|image_width=300px
|alternate_image=CannedTomatoOpen.png
|alternate_image=CannedTomato.png
|alternate_link=
|alternate_link=
|alternate_name=Canned Tomato
|alternate_name=Opened Canned Tomato
|alternate_image2=CannedTomatoOpen.png
|alternate_link2=
|alternate_name2=Opened Canned Tomato
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.7
|weight=0.8
|days_fresh=2
|days_fresh=2
|days_rotten=4
|days_rotten=2
|packaged=True
|packaged=True
<!--NUTRITION-->
<!--NUTRITION-->
Line 50: Line 46:


==Crafting==
==Crafting==
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
Canned tomato can be used in various cooking recipes.
===Evolved recipes===
====Evolved recipes====
Canned tomato is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|omelette=12|soup=12|stew=12|pie=12|stirfry=12|sandwich=6|burger=6|salad=12|roastedvegetables=12|ricepot=12|ricepan=12|pastapot=12|pastapan=12}}
{{EvolvedRecipesForItem|Pizza=12|Omelette=12|Soup=12|Stew=12|Pie=12|StirFry=12|Sandwich=6|Burger=6|Salad=6|RoastedVegetables=12|Rice=12|Pasta=12}}


==Distribution==
==Distribution==
Canned tomato is often found in [[Containers#Kitchen Counter|kitchen counters]].
Canned tomato is often found in [[Containers#Kitchen Counter|kitchen counters]].


==Gallery==
<gallery>
TinnedTomatoes_Model.png|Canned tomato model when placed in the world.
TinnedTomatoesOpen_Model.png|Opened canned tomato model when placed in the world.
</gallery>
<div class="mw-collapsible mw-collapsed">
== Code ==
== Code ==
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
<div class="mw-collapsible-content">'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''
 
''Canned Tomato'' [[File:CannedTomato.png|32px]]
''Canned Tomato'' [[File:CannedTomato.png|32px]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item CannedTomato2
<pre>    item CannedTomato2
    {
{
        DisplayCategory = Food,
DisplayName = Canned Tomato,
        Weight = 0.7,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        DisplayName = Canned Tomato,
Weight = 0.8,
        Icon = CannedTomato,
Icon = CannedTomato,
        Carbohydrates = 18,
CannedFood = TRUE,
        Proteins = 3,
CantEat = TRUE,
        Lipids = 0,
Packaged = TRUE,
        Calories = 90,
Calories = 90,
        Packaged = TRUE,
Carbohydrates = 18,
        StaticModel = CanClosed,
Lipids = 0,
        CannedFood = TRUE,
Proteins = 3,
        WorldStaticModel = CanClosedTomatoes,
StaticModel = CanClosed,
    }</pre>
WorldStaticModel = CanClosedTomatoes,
 
}</pre>
''Opened Canned Tomato'' [[File:CannedTomatoOpen.png|32px]]
''Opened Canned Tomato'' [[File:CannedTomatoOpen.png|32px]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre>    item CannedTomatoOpen
<pre>    item CannedTomatoOpen
    {
{
        DisplayCategory = Food,
DisplayName = Opened Canned Tomato,
        Weight = 0.7,
DisplayCategory = Food,
        Type = Food,
Type = Food,
        DisplayName = Opened Canned Tomato,
Weight = 0.8,
        Icon = CannedTomatoOpen,
Icon = CannedTomatoOpen,
        HungerChange = -12,
CannedFood = TRUE,
        EvolvedRecipe       =       Omelette:12;Soup:12;Stew:12;Pie:12;Stir fry Griddle Pan:12;Stir fry:12;Sandwich:6;Sandwich Baguette:6;Burger:6;Salad:12;Roasted Vegetables:12;RicePot:12;RicePan:12;PastaPot:12;PastaPan:12,
EatType = can,
        DaysFresh = 2,
EvolvedRecipe = Pizza:12;Omelette:12;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,
        DaysTotallyRotten = 4,
EvolvedRecipeName = Tomato,
        ThirstChange = -8,
FoodType = Vegetables,
        Carbohydrates = 18,
Packaged = TRUE,
        Proteins = 3,
ReplaceOnUse = TinCanEmpty,
        Lipids = 0,
DaysFresh = 2,
        Calories = 90,
DaysTotallyRotten = 4,
        Packaged = TRUE,
HungerChange = -12,
        FoodType    = Vegetables,
ThirstChange = -8,
        EvolvedRecipeName = Canned Tomato,
Calories = 90,
        ReplaceOnUse    =   TinCanEmpty,
Carbohydrates = 18,
        StaticModel = CanOpen,
Lipids = 0,
        EatType = can,
Proteins = 3,
        CannedFood = TRUE,
StaticModel = CanOpen,
        WorldStaticModel = CanOpenTomatoes,
WorldStaticModel = CanOpenTomatoes,
    }</pre>
}</pre>
</div>


==See also==
==See also==

Revision as of 08:28, 4 October 2022

Canned Tomato
Canned Tomato
Opened Canned Tomato
General
Category Food
Encumbrance
Heavy Load
0.8
Days until stale 2 days
Days until rotten 2 days
Packaged True
Nutrition
Hunger
Hunger
-12
Thirst
Thirst
-8
Calories
Calories
90
Carbohydrates
Carbohydrates
18
Proteins
Proteins
3
Fat
Fat
0
Technical details
Item ID Base.CannedTomato
Base.CannedTomatoOpen

Canned tomato is a non-perishable food item.

Usage

Canned tomato can only be opened with a can opener, and once opened become perishable.

Consumable properties

Opened canned tomato can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish. Template:Consumables2

Crafting

Main article: Cooking

Evolved recipes

Canned tomato is a cooking ingredient.

Product Nutrition
Soup
Soup
12
Stew
Stew
12
Salad
Salad
6
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
Omelette
Omelette
12
Pizza
Pizza
12

Distribution

Canned tomato is often found in kitchen counters.

Gallery

Code

From items_food.txt (Project Zomboid directory/media/scripts/)

Canned Tomato CannedTomato.png Retrieved: Build 41.73

    item CannedTomato2
	{
		DisplayName = Canned Tomato,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedTomato,
		CannedFood = TRUE,
		CantEat = TRUE,
		Packaged = TRUE,
		Calories = 90,
		Carbohydrates = 18,
		Lipids = 0,
		Proteins = 3,
		StaticModel = CanClosed,
		WorldStaticModel = CanClosedTomatoes,
	}

Opened Canned Tomato CannedTomatoOpen.png Retrieved: Build 41.73

    item CannedTomatoOpen
	{
		DisplayName = Opened Canned Tomato,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.8,
		Icon = CannedTomatoOpen,
		CannedFood = TRUE,
		EatType = can,
		EvolvedRecipe = Pizza:12;Omelette:12;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,
		EvolvedRecipeName = Tomato,
		FoodType = Vegetables,
		Packaged = TRUE,
		ReplaceOnUse = TinCanEmpty,
		DaysFresh = 2,
		DaysTotallyRotten = 4,
		HungerChange = -12,
		ThirstChange = -8,
		Calories = 90,
		Carbohydrates = 18,
		Lipids = 0,
		Proteins = 3,
		StaticModel = CanOpen,
		WorldStaticModel = CanOpenTomatoes,
	}

See also