Bowl of Beans: Difference between revisions

From PZwiki
(Update of NavBar.)
(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)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages|Bowl of Beans}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
{{header|The Game World|Items|Consumables|Food|Perishable Food|type=Food|version=Version 38|incver=30}}{{Consumables
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png
|hunger = -30
|hunger = -25
|unhappiness = -10  
|unhappiness = -10  
|weight = 1.5
|weight = 1.5
}}
}}'''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 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>
The bowl of beans has the benefit of -10 unhappiness compared to the open [[Canned_Beans|can of beans]].
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.
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 ==
Line 20: Line 15:
{{Consumables2
{{Consumables2
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png
|hunger = -30
|hunger = -25
|unhappiness = -10
|unhappiness = -10
|perishable = 1
|perishable = 1
|cookable = 0
|cookable = 0
|dangerous uncooked = 0
|dangerous uncooked = 0
|unrotten hunger = -23
|unrotten hunger = -19
|unrotten boredom = +10
|unrotten boredom = +10
|unrotten unhappiness = +10
|unrotten unhappiness = +10
|rotten hunger = -13
|rotten hunger = -11
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
Line 53: Line 48:
Lipids = 1 <br>
Lipids = 1 <br>
Calories = 170 <br><br>
Calories = 170 <br><br>
== Code ==
== Code ==
<br>
<br>
  <nowiki>
  <nowiki>
item BeanBowl
item BeanBowl
HungerChange = -30,
HungerChange = -25,
Weight = 1.5,
Weight = 1.5,
Type = Food,
Type = Food,
DaysTotallyRotten = 4,
DaysTotallyRotten = 4,
UnhappyChange = -10,
UnhappyChange = 10,
DisplayName = Bowl of Beans,
IsCookable = TRUE,
ReplaceOnUse = Bowl,
        MinutesToBurn = 40,
Icon = BowlFull,
        MinutesToCook = 20,
DaysFresh = 2,
        RemoveNegativeEffectOnCooked    = TRUE,
        Carbohydrates = 33,
DisplayName = Bowl of Beans,
        Proteins = 7,
ReplaceOnUse = Bowl,
        Lipids = 1,
Icon = BowlFull,
        Calories = 170,
DaysFresh = 2,
        Carbohydrates = 33,
        Proteins = 7,
        Lipids = 1,
        Calories = 170,
        GoodHot = true,
     </nowiki>
     </nowiki>


==See Also==
==See Also==
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 00:59, 13 June 2018


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