Canned Beans

From PZwiki


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 Unhappiness
File:Bowl of Beans.png
Bowl
-30 0

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