Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Canned Tuna

From PZwiki
Project ZomboidItemsFoodCanned foodCanned Tuna
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Canned Tuna
TinnedTuna Model.png
TinnedTunaOpen Model.png
TinnedTunaRottenOpen Model.png
General
Category
Food
Encumbrance
Moodle Icon HeavyLoad.png
0.3
Properties
Packaged
Yes
Days fresh
2 days
Days until rotten
4 days
Nutrition
HungerUI Hunger.png
-18
CaloriesCalories
370
CarbohydratesCarbohydrates
0
ProteinsProteins
15
FatFat
34
Technical
Item ID
Base.TunaTin
Base.TunaTinOpen

Canned tuna (written as TUNA on the model) 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 Ingredients Tools Requirements Workstation XP
Opened Canned Tuna
Opened Canned Tuna
Tuna.png Canned Tuna ×1 none none none none

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.

State Icon Hunger Boredom Unhappiness Sickness chance
Fresh Opened Canned Tuna (Fresh) -18 - - -
Stale Opened Canned Tuna (Stale) -14 +10 +10 -
Rotten Opened Canned Tuna (Rotten) -8 +20 +20 100%

Crafting

Main article: Cooking

Evolved recipes

Canned tuna is a cooking ingredient.

Product Nutrition
PotFull.png
Stew
18
Stir Fry
Stir Fry
18
SandwichSandwich
Sandwich
9
Rice Pot/SaucepanRice Pot/Saucepan
Rice Pot/Saucepan
18
Taco.png
Taco (crafted)
9
Burrito.png
Burrito (crafted)
18
PanFull.png
Omelette (crafted)
9

Location

The loot distributions can be found in the table(s) below.

TunaTin distributionShow / Hide

Effective chance calculations are based off of default 'apocalypse' loot settings, with no luck modifier, and average zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits. Duplicate entries do exist, but have been removed for clarity.

Containers
Building/Room Container Effective chance
FoodCache1 FoodBox 63.69%
garagestorage crate 23.67%
generalstore crate 23.67%
generalstore shelves 23.67%
generalstorestorage crate 23.67%
generalstorestorage shelves 23.67%
gigamart crate 23.67%
gigamart shelves 23.67%
grocery crate 23.67%
grocery shelves 23.67%
grocery smallcrate 23.67%
grocerystorage crate 4.44%
grocerystorage metal_shelves 4.44%
grocerystorage smallcrate 4.44%
kitchen counter 23.67%
kitchen crate 23.67%
kitchen overhead 23.67%
kitchen shelves 23.67%
livingroom counter 23.67%
livingroom overhead 23.67%
prisoncells wardrobe 11.21%
SafehouseLoot counter 23.67%
storageunit crate 23.67%
SurvivorCache1 counter 23.67%
SurvivorCache1 SurvivorCrate 23.67%
SurvivorCache2 counter 23.67%
SurvivorCache2 SurvivorCrate 23.67%
Stories
Story ID Link
RZSForestCamp Zone stories
Foraging
Amount Skill level Biome: chance Weather modifiers Month modifiers
Snow Rain Day Night Months available Bonus months Malus months
1 - Nav: 1
TownZone: 1
TrailerPark: 1
- - - - - - -

Canned tuna can often be found in kitchen counters.

History

Base.TunaTin

Version Description
0.2.0q Released on or before this version.

Help PZwiki by adding to this history.

Code

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

Tuna.png Base.TunaTin
Source: ProjectZomboid\media\scripts\items_food.txt

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

TunaOpen.png Base.TunaTinOpen
Source: ProjectZomboid\media\scripts\items_food.txt

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

See also