Canned Tuna: Difference between revisions

From PZwiki
m (fixed container links)
mNo edit summary
Line 9: Line 9:
|weight = 0.3
|weight = 0.3
}}
}}
A Can of Tuna is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_Counter|kitchen counters]]. It is a [[Food#Non-Perishable|non-perishable]] item while it is sealed.<br>  
A '''tin of tuna''' is a [[Food#Non-Perishable|non-perishable]] food item which is often found in [[Containers#Kitchen_Counter|kitchen counters]].<br>  
A Can of Tuna can only be opened with a [[Can Opener#|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.
A tin of tuna can only be opened with a [[Can Opener#|can opener]], and once opened becomes a perishable item. An opened tin of tuna takes two in-game days to go stale, and four in-game days to rot.




== Nutritional Information ==
== Nutritional information ==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
{| border=0 align=left <!-- Table will be in middle of page without this line -->
|
|
Line 33: Line 33:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
'''Its Nutritional Values are as follows:'''<br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 0 <br>
Carbohydrates = 0 <br>
Proteins = 15 <br>
Proteins = 15 <br>
Line 39: Line 39:
Calories = 370 <br><br>
Calories = 370 <br><br>


== Evolved Recipes ==
== Evolved recipes ==
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
<!-- Information for template 'Evolved Recipes', used to explain how much of the food can be put into a meal. -->
{{EvolvedRecipesForItem
{{EvolvedRecipesForItem
Line 46: Line 46:
== Code ==
== Code ==
<br>
<br>
''Sealed Can''
''Sealed can''
  <nowiki>
  <nowiki>
item TunaTin
item TunaTin
Line 59: Line 59:
         Packaged = TRUE,
         Packaged = TRUE,
  </nowiki>
  </nowiki>
''Opened Can''
''Opened can''
  <nowiki>
  <nowiki>
item TunaTinOpen
item TunaTinOpen

Revision as of 17:10, 26 July 2018


Page Updated @ Version: 34.28

A tin of tuna is a non-perishable food item which is often found in kitchen counters.
A tin of tuna can only be opened with a can opener, and once opened becomes a perishable item. An opened tin 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
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