Bowl of Beans

From PZwiki
Revision as of 19:21, 29 August 2016 by MalonyJenkins (talk | contribs) (Update of NavBar.)


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Bowl of Beans   

A Bowl of Beans is a perishable food item which is made from a open can of beans combined with a bowl.
The bowl of beans has the benefit of -10 unhappiness compared to the open can of beans. A bowl of beans 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 = 33
Proteins = 7
Lipids = 1
Calories = 170

Code


	item BeanBowl
	HungerChange		= -30,
	Weight			= 1.5,
	Type			= Food,
	DaysTotallyRotten	= 4,
	UnhappyChange		= -10,
	DisplayName		= Bowl of Beans,
	ReplaceOnUse		= Bowl,
	Icon			= BowlFull,
	DaysFresh		= 2,
        Carbohydrates 		= 33,
        Proteins 		= 7,
        Lipids 			= 1,
        Calories 		= 170,
    

See Also

Template:Navbox/Consumables