Canned Beans: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 10: Line 10:
|weight = 0.8
|weight = 0.8
}}
}}
'''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''' are a [[Food#Non-Perishable|non-perishable]] food item which are often found in [[Containers#Kitchen Counter|kitchen counters]].<br>  
Canned beans can only be opened with a [[Can Opener#|can opener]], and once opened become a perishable item. An opened can of 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 become a perishable item. An opened can of beans takes two in-game days to go stale, and four in-game days to rot.



Revision as of 10:35, 24 July 2018


Page Updated @ Version: 34.28

Canned beans are a non-perishable food item which are often found in kitchen counters.
Canned beans can only be opened with a can opener, and once opened 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