Bowl of Beans

From PZwiki
Revision as of 00:59, 13 June 2018 by MalonyJenkins (talk | contribs) (Corrected Navbar from old prototype format to new template format. Removed old categories (now implemented in automatic navbar code), corrected language bar (coding appears to have malfunctioned), corrected all code (out of date) changed description/nutr)


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. Beans are cookable and will be better quality when hot. Beans are cooked in 20 mins "ingame time" and then burnt after 40 mins "ingame time".

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 33
Proteins = 7
Lipids = 1
Calories = 170

Code


	item BeanBowl
		HungerChange			= -25,
		Weight				= 1.5,
		Type				= Food,
		DaysTotallyRotten		= 4,
		UnhappyChange			= 10,
		IsCookable			= TRUE,
        	MinutesToBurn			= 40,
        	MinutesToCook			= 20,
        	RemoveNegativeEffectOnCooked    = TRUE,
		DisplayName			= Bowl of Beans,
		ReplaceOnUse			= Bowl,
		Icon				= BowlFull,
		DaysFresh			= 2,
        	Carbohydrates 			= 33,
        	Proteins 			= 7,
        	Lipids 				= 1,
        	Calories 			= 170,
        	GoodHot 			= true,
    

See Also

Template:Navbox/Consumables