Bowl of Beans

From PZwiki
Revision as of 16:27, 5 August 2018 by Simian (talk | contribs)


A bowl of beans is a perishable food item which is made from an open can of beans combined with a bowl.
A cooked bowl of beans does not give the player unhappiness, whereas uncooked beans do. A bowl of beans will be of better quality when hot. A bowl of beans takes two in-game days to go stale, and four in-game days to rot. This process is slower when the item is in a refrigerator.

Nutritional information

Template:Consumables2












Its 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