Canned Beans: Difference between revisions

From PZwiki
m (fixed container links)
mNo edit summary
Line 10: Line 10:
|weight = 0.8
|weight = 0.8
}}
}}
'''Tinned Beans''' is a 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>  
'''Canned beans''' are a non-perishable food item which are often found in [[Containers#Kitchen Counter|kitchen counters]]. The can is a [[Food#Non-Perishable|non-perishable]] item while it is sealed.<br>  
Canned Beans can only be opened with a [[Can Opener#|can opener]], and once opened it becomes a perishable item. A opened can of Canned Beans takes two in-game days to go stale, and four in-game days to rot.
Canned beans can only be opened with a [[Can Opener#|can opener]], and once opened they become a perishable item. An opened can of beans 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 47: Line 47:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 33 <br>
Carbohydrates = 33 <br>
Proteins = 7 <br>
Proteins = 7 <br>
Line 53: Line 53:
Calories = 170 <br><br>
Calories = 170 <br><br>


== Evolved Recipes ==
== Evolved recipes ==
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 69: Line 69:
== Code ==
== Code ==
<br>
<br>
''Sealed Can''
''Sealed can''
  <nowiki> item TinnedBeans
  <nowiki> item TinnedBeans
Weight = 0.8,
Weight = 0.8,
Line 81: Line 81:
         Packaged = TRUE,
         Packaged = TRUE,
     </nowiki>
     </nowiki>
''Opened Can''
''Opened can''
  <nowiki>
  <nowiki>
item OpenBeans
item OpenBeans
Line 99: Line 99:
     </nowiki>
     </nowiki>


==See Also==
==See also==
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]

Revision as of 09:06, 24 July 2018


Page Updated @ Version: 34.28

Canned beans are a non-perishable food item which are often found in kitchen counters. The can is a non-perishable item while it is sealed.
Canned beans can only be opened with a can opener, and once opened they become a perishable item. An opened can of beans 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 = 33
Proteins = 7
Lipids = 1
Calories = 170

Evolved recipes

Evolved Recipes
Name Hunger Added Happiness Added
File:Bowl of Beans.png
Bowl
+30 +10

Code


Sealed can

	item TinnedBeans
	Weight		= 0.8,
	Type		= Food,
	DisplayName	= Canned Beans,
	Icon		= Beans,
        Carbohydrates 	= 33,
        Proteins 	= 7,
        Lipids 		= 1,
        Calories 	= 170,
        Packaged 	= TRUE,
    

Opened can

	item OpenBeans
	HungerChange		= -30,
	Weight			= 0.8,
	Type			= Food,
	DaysTotallyRotten	= 4,
	UnhappyChange		= 10,
	DisplayName		= Open Canned Beans,
	Icon			= BeansOpen,
	DaysFresh		= 2,
        Carbohydrates 		= 33,
        Proteins 		= 7,
        Lipids 			= 1,
        Calories 		= 170,
        Packaged 		= TRUE,
    

See also

Template:Navbox/Consumables