Canned Tuna: Difference between revisions

From PZwiki
m (Added connection to French version of Tin of Tuna)
(Corrected Language to fit page.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Tuna|Tin_of_Tuna}}
{{languages|Tin_of_Tuna}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->

Revision as of 19:25, 12 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Non Perishable Foods -> Canned Tuna   

A Can of Tuna is a non-perishable food item which is often found in kitchen cupboards. 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












It's Nutritional Values are as follows:
Carbohydrates = 0
Proteins = 15
Lipids = 34
Calories = 370

Evolved Recipes

Product Nutrition
Stew
Stew
17
Stir Fry
Stir Fry
17
Sandwich
Sandwich
17
Rice Pot/Saucepan
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