Bowl of Beans: Difference between revisions

From PZwiki
(Updated page, +navigation, +corrected info, -crafting (outdated coding), -effects section, +nutritional section)
(Update of NavBar.)
Line 3: Line 3:
<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 -->
<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 -->
<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: 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''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[Bowl_of_Beans|Bowl of Beans]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<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
{{Consumables
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png

Revision as of 19:21, 29 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Bowl of Beans   

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.


Nutritional Information

Template:Consumables2












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

Code


	item BeanBowl
	HungerChange		= -30,
	Weight			= 1.5,
	Type			= Food,
	DaysTotallyRotten	= 4,
	UnhappyChange		= -10,
	DisplayName		= Bowl of Beans,
	ReplaceOnUse		= Bowl,
	Icon			= BowlFull,
	DaysFresh		= 2,
        Carbohydrates 		= 33,
        Proteins 		= 7,
        Lipids 			= 1,
        Calories 		= 170,
    

See Also

Template:Navbox/Consumables