Bowl of Beans

From PZwiki
Revision as of 20:59, 28 March 2012 by Auchtor (talk | contribs) (Created page with "{{languages}} {{Consumables |image = BowlFull.png |hunger = -30 |weight = 3 }} == Effects == Hungry: -30<br> Unhappy: -10 == Code == <nowiki>item BeanBowl { Type = ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Effects

Hungry: -30
Unhappy: -10

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