Bowl of Beans: Difference between revisions

From PZwiki
mNo edit summary
mNo edit summary
Line 6: Line 6:
|weight = 1.5}}
|weight = 1.5}}
A '''bowl of beans''' is a [[Food#Perishable|perishable]] food item which is made from an open [[Canned_Beans|can of beans]] combined with a [[Bowl|bowl]]. <br>
A '''bowl of beans''' is a [[Food#Perishable|perishable]] food item which is made from an open [[Canned_Beans|can of beans]] combined with a [[Bowl|bowl]]. <br>
A cooked bowl of beans does not give the player unhappiness, whereas uncooked beans do.
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. 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 ==
== Nutritional information ==

Revision as of 16:27, 5 August 2018


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