Canned Tomato: Difference between revisions

From PZwiki
mNo edit summary
m (Automated Formatting)
(29 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Canned food}}
{{languages|Canned Tomato}}
{{Page version|41.78.16}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{Infobox item
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
|name=Canned Tomato
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
|model=TinnedTomatoes_Model.png
{{Consumables
|icon=CannedTomato.png
|image = CannedTomato2.png
|icon_name=Canned Tomato
|hunger = -12
|model2=TinnedTomatoesOpen_Model.png
|weight = 0.7
|icon2=CannedTomatoOpen.png
|icon_name2=Opened Canned Tomato
<!--GENERAL-->
|category=Food
|weight=0.8
|days_fresh=2
|days_rotten=4
|packaged=Yes
<!--NUTRITION-->
|hunger_change=-12
|thirst_change=-8
|calories=90
|lipids=0
|proteins=3
|carbohydrates=18
<!--TECHNICAL DETAILS-->
|item_id=Base.CannedTomato2<br>Base.CannedTomatoOpen
}}
}}
'''Canned tomato''' is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_Counter|kitchen counters]].<br>
'''Canned tomato''' (written as ''TOMATOES'' on the model) is a non-perishable [[food]] [[Items|item]].
Canned tomato can only be opened with a [[Can Opener#|can opener]], and once opened becomes a perishable item. An opened can of tomato takes two in-game days to go stale, and four in-game days to rot.


==Usage==
Canned tomato can only be opened with a [[Can Opener|can opener]], and once opened become [[Food#Perishable|perishable]].
{{Crafting/sandbox2
|opened_canned_tomato
}}


== Nutritional information ==
===Consumable properties===
{| border=0 align=left <!-- Table will be in middle of page without this line -->
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.
|
{{Consumables
{{Consumables2
|image = CannedTomatoOpen.png
|image = CannedTomatoOpen.png
|hunger = -12
|hunger = -12
Line 31: Line 50:
|rotten image = CannedTomatoOpen.png
|rotten image = CannedTomatoOpen.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 18 <br>
Proteins = 3 <br>
Lipids = 0 <br>
Calories = 90 <br><br>


== Evolved recipes ==
==Crafting==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
{{Main|Cooking}}
{{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}}
===Evolved recipes===
Canned tomato is a [[cooking]] [[Recipe ingredients|ingredient]].
{{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==
Canned tomato can often be found in [[Containers#Kitchen Counter|kitchen counters]].
 
==Code==
{{CodeBox|[[File:CannedTomato2.png]] {{ID|Base.CannedTomato2}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 418
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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,
Tags = HasMetal,
}
}}
 
[[File:CannedTomatoOpen.png]] {{ID|Base.CannedTomatoOpen}}<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 296
  | source = items_food.txt
  | retrieved = true
  | version = 41.78.16
  | code =
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,
Tags = HasMetal,
}
}}
}}
 
==See also==
*[[Canned Carrots]]
*[[Canned Chili]]
*[[Canned Corn]]
*[[Canned Peas]]
*[[Canned Potato]]
 
{{Navbox items|preserved_food}}


== Code ==
<br>
''Sealed can''
<nowiki>
    item CannedTomato2
        Weight = 0.7,
        Type = Food,
        DisplayName = Canned Tomato,
        Icon = CannedTomato,
        Carbohydrates = 18,
        Proteins = 3,
        Lipids = 0,
        Calories = 90,
        Packaged = TRUE,
</nowiki>
''Opened can''
<nowiki>
    item CannedTomatoOpen
        Weight = 0.7,
        Type = Food,
        DisplayName = Open Canned Tomato,
        Icon = CannedTomatoOpen,
        HungerChange = -12,
        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,
        DaysFresh = 2,
        DaysTotallyRotten = 4,
        Carbohydrates = 18,
        Proteins = 3,
        Lipids = 0,
        Calories = 90,
        Packaged = TRUE,
        FoodType    = Vegetables,
        EvolvedRecipeName = Canned Tomato,
    </nowiki>


{{Navbox/Consumables}}
[[Category:Non-perishable food]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 07:14, 14 April 2024

Project ZomboidItemsFoodCanned foodCanned Tomato
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Canned Tomato
TinnedTomatoes Model.png
TinnedTomatoesOpen Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.8
Properties
Packaged
Yes
Days fresh
2 days
Days until rotten
4 days
Nutrition
HungerMoodle Icon Hungry.png
-12
ThirstMoodle Icon Thirsty.png
-8
CaloriesCalories
90
CarbohydratesCarbohydrates
18
ProteinsProteins
3
FatFat
0
Technical
Item ID
Base.CannedTomato2
Base.CannedTomatoOpen

Canned tomato (written as TOMATOES on the model) is a non-perishable food item.

Usage

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

Product Ingredients Tools Requirements Workstation XP
CannedTomatoOpen.png
Opened Canned Tomato
CannedTomato.png Canned Tomato ×1 CanOpener.png
Can Opener
none none none

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.

Fresh Stale Rotten

CannedTomatoOpen.png
Hunger: -12


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

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

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 can often be found in kitchen counters.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

CannedTomato2.png Base.CannedTomato2
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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,
		Tags = HasMetal,
	}

CannedTomatoOpen.png Base.CannedTomatoOpen
Source: ProjectZomboid\media\scripts\items_food.txt

Retrieved: Build 41.78.16
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,
		Tags = HasMetal,
	}

See also