Bowl of Beans: Difference between revisions

From PZwiki
No edit summary
No edit summary
Line 5: Line 5:
|weight = 3
|weight = 3
}}
}}
== Effects ==
== Effects ==
[[Hunger]]: -30<br>
[[Hunger]]: -30<br>
[[Unhappy]]: -10
[[Unhappy]]: -10
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  

Revision as of 01:24, 2 April 2012




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