Bowl of Beans: Difference between revisions

From PZwiki
m (Added summary, removed TOC)
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
Line 6: Line 7:
}}
}}


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.


== Effects ==
== Effects ==
[[Hunger]]: -30<br>
[[Hunger]]: -30<br>
[[Unhappy]]: -10
[[Unhappy]]: -10


== Crafting ==
== Crafting ==

Revision as of 22:37, 7 August 2015



A Bowl of Beans is a perishable food which has been opened and put into a bowl from a 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.

Effects

Hungry: -30
Unhappy: -10

Crafting

Name Recipe Description
























Code

item BeanBowl
{
	Type			=			Food,
	DisplayName		=			Bowl of Beans,
	Icon			=			BowlFull,
	Weight			=			3,
	HungerChange		=			-30,
	UnhappyChange		=			-10,
	ReplaceOnUse		=			Bowl,
	DaysFresh 		=			2,
	DaysTotallyRotten 	=	 		4,
}

Template:Navbox/Consumables