Canned Tuna

From PZwiki
Revision as of 16:30, 9 September 2018 by Vaileasys (talk | contribs) (New infobox + new layout)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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 only be opened with a can opener, and once opened become 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

Distribution

Canned tuna is often found in kitchen counters.

Code

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

Canned Tuna Tuna.png Retrieved: Build 40.14

	item TunaTin
		Weight		= 0.3,
		Type		= Food,
		DisplayName	= Tuna,
		Icon		= Tuna,
        	Carbohydrates 	= 0,
        	Proteins 	= 15,
        	Lipids 		= 34,
        	Calories 	= 370,
        	Packaged 	= TRUE,

Opened Canned Tuna TunaOpen.png Retrieved: Build 40.14

	item TunaTinOpen
		HungerChange		= -17,
		Weight			= 0.3,
		Type			= Food,
		DaysTotallyRotten	= 4,
		DisplayName		= Open Tin of Tuna,
		Icon			= TunaOpen,
		DaysFresh		= 2,
		EvolvedRecipe 		= Stew:17;Stir fry:17;RicePot:17;RicePan:17;Sandwich:17,
		FoodType 		= Fish,
        	Carbohydrates 		= 0,
        	Proteins 		= 15,
        	Lipids 			= 34,
        	Calories 		= 370,
        	Packaged 		= TRUE,
        	ReplaceOnUse    	= TinCanEmpty,

See also

Template:Navbox/Consumables