Canned Tuna: Difference between revisions

From PZwiki
(updated to 41.68)
Line 1: Line 1:
{{languages|Canned Tuna}}
{{languages}}
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=51}}{{Infobox food
{{header|Project Zomboid|Items|Food|Non-Perishable Food|Canned Food|type=Food|version=Version 41|incver=68}}{{Infobox food
|display_name=Canned Tuna
|display_name=Canned Tuna
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=Tuna_120px.png
|image=TinnedTuna_Model.png
|alternate_image=TunaOpen.png
|image_width=300px
|alternate_image=Tuna.png
|alternate_link=
|alternate_link=
|alternate_name=Opened Canned Tuna
|alternate_name=Canned Tuna
|alternate_image2=TunaOpen.png
|alternate_link2=
|alternate_name2=Opened Canned Tuna
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
Line 26: Line 30:


==Usage==
==Usage==
Canned tuna ''does not require'' a [[Can Opener|can opener]] as of [https://projectzomboid.com/blog/news/2021/07/jumps-n-scares/|version 41.51], and once opened become [[Food#Perishable|perishable]].  
Canned tuna can be opened without the need of a [[Can Opener|can opener]], however once opened it becomes [[Food#Perishable|perishable]].  
===Consumable properties===
===Consumable properties===
Opened canned tuna can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Opened canned tuna can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
Line 50: Line 54:
Canned tuna can be used in various cooking recipes.
Canned tuna can be used in various cooking recipes.
====Evolved recipes====
====Evolved recipes====
{{EvolvedRecipesForItem|stew=17|stirfry=17|ricepot=17|ricepan=17|sandwich=17}}
{{EvolvedRecipesForItem|omelette=8|stew=17|stirfry=17|ricepot=17|ricepan=17|sandwich=17}}


==Distribution==
==Distribution==
Line 56: Line 60:


== Code ==
== Code ==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
'''''From items_food.txt (Project Zomboid directory/media/scripts/)'''''


''Canned Tuna'' [[File:Tuna.png|32px]]
''Canned Tuna'' [[File:Tuna.png|32px]]
{{Retrieved|version=40|incver=14}}
{{Retrieved|version=41|incver=68}}
<pre> item TunaTin
<pre> item TunaTin
Weight = 0.3,
{
Type = Food,
DisplayCategory = Food,
DisplayName = Tuna,
Weight = 0.3,
Icon = Tuna,
Type = Food,
         Carbohydrates = 0,
DisplayName = Canned Tuna,
         Proteins = 15,
Icon = Tuna,
         Lipids = 34,
         Carbohydrates = 0,
         Calories = 370,
         Proteins = 15,
         Packaged = TRUE,</pre>
         Lipids = 34,
         Calories = 370,
         Packaged = TRUE,
        StaticModel = CanClosed,
        CannedFood = TRUE,
        WorldStaticModel = TinnedTuna_Ground,
}</pre>


''Opened Canned Tuna'' [[File:TunaOpen.png|32px]]
''Opened Canned Tuna'' [[File:TunaOpen.png|32px]]
{{Retrieved|version=40|incver=14}}
{{Retrieved|version=41|incver=68}}
<pre> item TunaTinOpen
<pre> item TunaTinOpen
HungerChange = -17,
{
Weight = 0.3,
    DisplayCategory = Food,
Type = Food,
HungerChange = -17,
DaysTotallyRotten = 4,
Weight = 0.3,
DisplayName = Open Tin of Tuna,
Type = Food,
Icon = TunaOpen,
DaysTotallyRotten = 4,
DaysFresh = 2,
DisplayName = Opened Tin of Tuna,
EvolvedRecipe = Stew:17;Stir fry:17;RicePot:17;RicePan:17;Sandwich:17,
Icon = TunaOpen,
FoodType = Fish,
DaysFresh = 2,
        Carbohydrates = 0,
EvolvedRecipe = Omelette:8;Stew:17;Stir fry Griddle Pan:17;Stir fry:17;RicePot:17;RicePan:17;Sandwich:17;Sandwich Baguette:17,
        Proteins = 15,
FoodType = Fish,
         Lipids = 34,
Carbohydrates = 0,
         Calories = 370,
Proteins = 15,
         Packaged = TRUE,
         Lipids = 34,
         ReplaceOnUse   = TinCanEmpty,</pre>
         Calories = 370,
         Packaged = TRUE,
         ReplaceOnUse   =   TinCanEmpty,
        StaticModel = CanOpen,
        EatType = can,
        CannedFood = TRUE,
        WorldStaticModel = TinnedTuna_Open_Ground,
}</pre>


==See also==
==See also==
Line 95: Line 112:
*[[Dog Food]]
*[[Dog Food]]


{{Navbox/Consumables}}
{{Navbox_food}}

Revision as of 15:10, 12 March 2022

Canned Tuna
Canned Tuna
Canned Tuna Opened Canned Tuna
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 2 days
Days until rotten 4 days
Packaged True
Nutrition
Hunger
Hunger
-17
Calories
Calories
370
Carbohydrates
Carbohydrates
0
Proteins
Proteins
15
Fat
Fat
34
Technical details
Item ID Base.TunaTin
Base.TunaTinOpen

Canned tuna is a non-perishable food item.

Usage

Canned tuna can be opened without the need of a can opener, however once opened it becomes perishable.

Consumable properties

Opened canned tuna 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

Cooking

Main article: Cooking

Canned tuna can be used in various cooking recipes.

Evolved recipes

Product Nutrition
Stew
Stew
17
Stir Fry
Stir Fry
17
Sandwich
Sandwich
17
Rice Pot/Saucepan
Rice Pot/Saucepan
17
Omelette
Omelette
8

Distribution

Canned tuna is often found in kitchen counters.

Code

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

Canned Tuna Tuna.png Retrieved: Build 41.68

	item TunaTin
	{
		DisplayCategory = Food,
		Weight	=	0.3,
		Type	=	Food,
		DisplayName	=	Canned Tuna,
		Icon	=	Tuna,
        	Carbohydrates = 0,
        	Proteins = 15,
        	Lipids = 34,
        	Calories = 370,
        	Packaged = TRUE,
        	StaticModel = CanClosed,
        	CannedFood = TRUE,
        	WorldStaticModel = TinnedTuna_Ground,
	}

Opened Canned Tuna TunaOpen.png Retrieved: Build 41.68

	item TunaTinOpen
	{
	    DisplayCategory = Food,
		HungerChange	=	-17,
		Weight	=	0.3,
		Type	=	Food,
		DaysTotallyRotten	=	4,
		DisplayName	=	Opened Tin of Tuna,
		Icon	=	TunaOpen,
		DaysFresh	=	2,
		EvolvedRecipe = Omelette:8;Stew:17;Stir fry Griddle Pan:17;Stir fry:17;RicePot:17;RicePan:17;Sandwich:17;Sandwich Baguette:17,
		FoodType = Fish,
		Carbohydrates = 0,
		Proteins = 15,
        	Lipids = 34,
        	Calories = 370,
        	Packaged = TRUE,
        	ReplaceOnUse    =   TinCanEmpty,
        	StaticModel = CanOpen,
        	EatType = can,
        	CannedFood = TRUE,
        	WorldStaticModel = TinnedTuna_Open_Ground,
	}

See also