Canned Tuna: Difference between revisions

From PZwiki
(updated to 41.68)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Canned Tuna}}
{{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 Tuna
|display_name=Canned Tuna
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=TinnedTuna_Model.png
|image=Tuna_120px.png
|image_width=300px
|alternate_image=TunaOpen.png
|alternate_image=Tuna.png
|alternate_link=
|alternate_link=
|alternate_name=Canned Tuna
|alternate_name=Opened Canned Tuna
|alternate_image2=TunaOpen.png
|alternate_link2=
|alternate_name2=Opened Canned Tuna
<!--GENERAL-->
<!--GENERAL-->
|category=Food
|category=Food
|weight=0.3
|weight=0.3
|days_fresh=2
|days_fresh=2
|days_rotten=4
|days_rotten=2
|packaged=True
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-17
|hunger_change=-18
|thirst_change=
|calories=370
|calories=370
|lipids=34
|lipids=34
Line 30: Line 24:


==Usage==
==Usage==
Canned tuna can be opened without the need of a [[Can Opener|can opener]], however once opened it becomes [[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]].
{{Crafting header|ing=2}}
{{Crafting cooking|011|ing=2}}
{{Crafting table footer}}
 
===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.
{{Consumables2
{{Consumables2
|image = TunaOpen.png
|image = TunaOpen.png
|hunger = -17
|hunger = -18
|thirst = 0
|thirst = 0
|unrotten hunger = -12
|unrotten hunger = -13
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|unrotten thirst = 0
|unrotten thirst = 0
|rotten hunger = -7
|rotten hunger = -8
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
Line 50: Line 48:


==Crafting==
==Crafting==
===Cooking===
{{Main|Cooking}}
{{Main|Cooking}}
Canned tuna can be used in various cooking recipes.
===Evolved recipes===
====Evolved recipes====
Canned tuna is a [[cooking]] [[Recipe Ingredients|ingredient]].
{{EvolvedRecipesForItem|omelette=8|stew=17|stirfry=17|ricepot=17|ricepan=17|sandwich=17}}
{{EvolvedRecipesForItem|Omelette=9|Stew=18|StirFry=18|Rice=18|Sandwich=9|Taco=9|Burrito=18}}


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


==Gallery==
<gallery>
TinnedTuna_Model.png|Canned tuna model when placed in the world.
TinnedTunaOpen_Model.png|Opened canned tuna model when placed in the world.
TinnedTunaRottenOpen_Model.png|Rotten opened canned tuna 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 Tuna'' [[File:Tuna.png|32px]]
''Canned Tuna'' [[File:Tuna.png|32px]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre> item TunaTin
<pre> item TunaTin
{
{
DisplayName = Canned Tuna,
DisplayCategory = Food,
DisplayCategory = Food,
Weight = 0.3,
Type = Food,
Type = Food,
Weight = 0.3,
DisplayName = Canned Tuna,
Icon = Tuna,
Icon = Tuna,
CannedFood = TRUE,
        Carbohydrates = 0,
CantEat = TRUE,
        Proteins = 15,
Packaged = TRUE,
        Lipids = 34,
Calories = 370,
        Calories = 370,
Carbohydrates = 0,
        Packaged = TRUE,
Lipids = 34,
        StaticModel = CanClosed,
Proteins = 15,
        CannedFood = TRUE,
StaticModel = CanClosed,
        WorldStaticModel = TinnedTuna_Ground,
WorldStaticModel = TinnedTuna_Ground,
}</pre>
}</pre>
''Opened Canned Tuna'' [[File:TunaOpen.png|32px]]
''Opened Canned Tuna'' [[File:TunaOpen.png|32px]]
{{Retrieved|version=41|incver=68}}
{{Retrieved|version=41|incver=73}}
<pre> item TunaTinOpen
<pre> item TunaTinOpen
{
{
    DisplayCategory = Food,
DisplayName = Opened Tin of Tuna,
HungerChange = -17,
DisplayCategory = Food,
Weight = 0.3,
Type = Food,
Type = Food,
Weight = 0.3,
DaysTotallyRotten = 4,
Icon = TunaOpen,
DisplayName = Opened Tin of Tuna,
CannedFood = TRUE,
Icon = TunaOpen,
EatType = can,
DaysFresh = 2,
EvolvedRecipe = Omelette:9;Stew:18;Stir fry Griddle Pan:18;Stir fry:18;RicePot:18;RicePan:18;Sandwich:9;Sandwich Baguette:9;Taco:9;Burrito:18,
EvolvedRecipe = Omelette:8;Stew:17;Stir fry Griddle Pan:17;Stir fry:17;RicePot:17;RicePan:17;Sandwich:17;Sandwich Baguette:17,
EvolvedRecipeName = Tuna,
FoodType = Fish,
FoodType = Fish,
Packaged = TRUE,
ReplaceOnUse = TinCanEmpty,
DaysFresh = 2,
DaysTotallyRotten = 4,
HungerChange = -18,
Calories = 370,
Carbohydrates = 0,
Carbohydrates = 0,
Lipids = 34,
Proteins = 15,
Proteins = 15,
        Lipids = 34,
StaticModel = CanOpen,
        Calories = 370,
WorldStaticModel = TinnedTuna_Open_Ground,
        Packaged = TRUE,
        ReplaceOnUse    =  TinCanEmpty,
        StaticModel = CanOpen,
        EatType = can,
        CannedFood = TRUE,
        WorldStaticModel = TinnedTuna_Open_Ground,
}</pre>
}</pre>
</div>


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

Revision as of 08:37, 4 October 2022

Canned Tuna
Canned Tuna
Opened Canned Tuna
General
Category Food
Encumbrance
Heavy Load
0.3
Days until stale 2 days
Days until rotten 2 days
Nutrition
Hunger
Hunger
-18
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.

Product XP gained Skill(s) Recipe Ingredient 1 Ingredient 2
Opened Tin of Tuna
Opened Canned Tuna
0 XP none Tuna.png
Canned Tuna
(consumed)

Template:Crafting table footer

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

Main article: Cooking

Evolved recipes

Canned tuna is a cooking ingredient.

Product Nutrition
Stew
Stew
18
Stir Fry
Stir Fry
18
Sandwich
Sandwich
9
Rice Pot/Saucepan
Rice Pot/Saucepan
18
Taco
Taco
9
Burrito
Burrito
18
Omelette
Omelette
9

Distribution

Canned tuna is often found in kitchen counters.

Gallery

Code

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

Canned Tuna Tuna.png Retrieved: Build 41.73

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

Opened Canned Tuna TunaOpen.png Retrieved: Build 41.73

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

See also