Bowl of Beans: Difference between revisions

From PZwiki
No edit summary
Line 24: Line 24:
! class="unsortable" | Recipe  
! class="unsortable" | Recipe  
! class="unsortable" | Description
! class="unsortable" | Description
{{RecipeLookup|13}}
{{RecipeLookup|2004}}
{{RecipeLookup|37}}
{{RecipeLookup|2018}}
|}
|}
== Code ==
== Code ==
  <nowiki>item BeanBowl
  <nowiki>item BeanBowl

Revision as of 22:25, 16 November 2013




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