Bowl of Beans: Difference between revisions

From PZwiki
m (Added summary, removed TOC)
(Updated page, +navigation, +corrected info, -crafting (outdated coding), -effects section, +nutritional section)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages}}
<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: 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 -->
{{Consumables
{{Consumables
|image = Full_Soup_bowl.png
|image = Full_Soup_bowl.png
|hunger = -30
|hunger = -30
|weight = 3
|unhappiness = -10
|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>
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 is a perishable food which has been opened and put into a bowl from a [[Can_of_Beans|can of beans]]. It provides -30 hunger like the normal open can of beans, but also provides -10 unhappiness with the beans contained in a bowl.


A Bowl of Beans cannot be further enhanced through cooking.
== Nutritional Information ==
 
{| border=0 align=left <!-- Table will be in middle of page without this line -->
== Effects ==
|
[[Hunger]]: -30<br>
{{Consumables2
[[Unhappy]]: -10
|image = Full_Soup_bowl.png
 
|hunger = -30
== Crafting ==
|unhappiness = -10
{| class="wikitable sortable" style="text-align:center;"
|perishable = 1
|-
|cookable = 0
! Name
|dangerous uncooked = 0
! class="unsortable" | Recipe
|unrotten hunger = -23
! class="unsortable" | Description
|unrotten boredom = +10
{{RecipeLookup|2004}}
|unrotten unhappiness = +10
{{RecipeLookup|2018}}
|rotten hunger = -13
|rotten boredom = +20
|rotten unhappiness = +20
|unrottencooked hunger = 0
|unrottencooked unhappiness = 0
|unrottencooked boredom = 0
|rottencooked hunger = 0
|rottencooked unhappiness = 0
|cooked hunger = 0
|cooked unhappiness = 0
|cooked boredom = 0
|burned hunger = 0
|burned boredom = 0
|burned unhappiness = 0
|burned image =
|rotten image = Full_Soup_bowl.png
|cooked image =
}}
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 33 <br>
Proteins = 7 <br>
Lipids = 1 <br>
Calories = 170 <br><br>


== Code ==
== Code ==
  <nowiki>item BeanBowl
<br>
{
  <nowiki>
Type = Food,
item BeanBowl
DisplayName = Bowl of Beans,
HungerChange = -30,
Icon = BowlFull,
Weight = 1.5,
Weight = 3,
Type = Food,
HungerChange = -30,
DaysTotallyRotten = 4,
UnhappyChange = -10,
UnhappyChange = -10,
ReplaceOnUse = Bowl,
DisplayName = Bowl of Beans,
DaysFresh = 2,
ReplaceOnUse = Bowl,
DaysTotallyRotten = 4,
Icon = BowlFull,
}</nowiki>
DaysFresh = 2,
        Carbohydrates = 33,
        Proteins = 7,
        Lipids = 1,
        Calories = 170,
    </nowiki>


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

Revision as of 03:41, 3 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> 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