Peanut Butter Sandwich

From PZwiki
Revision as of 19:41, 28 March 2012 by Auchtor (talk | contribs) (Created page with "{{languages}} {{Consumables |image = Sandwich_Peanut.png |hunger = -84 |weight = 1 }} == Effects == Moodles: -5<br> Hungry: -84<br> Unhappy: -15 == Code == <nowiki>i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Effects

Moodles: -5
Hungry: -84
Unhappy: -15

Code

item PeanutButter
{
	Type				=			Food,
	DisplayName			=			Peanut Butter Sandwich,
	Icon				=			Sandwich_Peanut,
	Weight				=			1,
	HungerChange 		=			-84,
	BoredomChange		=			-5,
	UnhappyChange		=			-15,
}

Template:Navbox/Consumables