Canned Tuna

From PZwiki
Revision as of 02:22, 28 February 2023 by Faalagorn (talk | contribs) (Remove obsolete template)
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
Packaged Yes
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)

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 can often be 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