Bowl of Beans: Difference between revisions

From PZwiki
(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)
mNo edit summary
Line 4: Line 4:
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png
|hunger = -25
|hunger = -25
|unhappiness = -10
|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 perishable food item which is made from a 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.
The bowl of beans has the benefit of -10 unhappiness compared to the open [[Canned_Beans|can of beans]].
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. 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 ==
== Nutritional information ==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
{| border=0 align=left <!-- Table will be in middle of page without this line -->
|
|
Line 43: Line 42:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
'''Its nutritional values are as follows:'''<br>
Carbohydrates = 33 <br>
Carbohydrates = 33 <br>
Proteins = 7 <br>
Proteins = 7 <br>
Line 72: Line 71:
     </nowiki>
     </nowiki>


==See Also==
==See also==
{{Navbox/Consumables}}
{{Navbox/Consumables}}

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 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.

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