Bowl of Beans

From PZwiki
Revision as of 22:37, 7 August 2015 by MalonyJenkins (talk | contribs) (Added summary, removed TOC)



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