Canned Tuna

From PZwiki
Revision as of 11:50, 10 May 2018 by Vaileasys (talk | contribs) (fixed container links)


Page Updated @ Version: 34.28

A Can of Tuna is a non-perishable food item which is often found in kitchen counters. It is a non-perishable item while it is sealed.
A Can of Tuna can only be opened with a can opener, and once opened it becomes a perishable item. A opened can of tuna takes two in-game days to go stale, and four in-game days to rot.


Nutritional Information

Template:Consumables2












Its Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 15
Lipids = 34
Calories = 370

Evolved Recipes

Product Nutrition
Error creating thumbnail: Unable to save thumbnail to destination

Stew
17
Error creating thumbnail: Unable to save thumbnail to destination

Stir Fry
17
Error creating thumbnail: Unable to save thumbnail to destination

Sandwich
17
Error creating thumbnail: Unable to save thumbnail to destination

Rice Pot/Saucepan
17

Code


Sealed Can

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

Opened Can

	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,
    

Template:Navbox/Consumables