Popcorn

From PZwiki
Revision as of 19:56, 28 March 2012 by Auchtor (talk | contribs) (Created page with "{{languages}} {{Consumables |image = Popcorn.png |hunger = -10 |weight = 1 }} == Effects == Hungry: -10<br> Moodles: 10 == Code == <nowiki>item Popcorn { Type = Foo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Popcorn


Effects

Hungry: -10
Moodles: 10

Code

item Popcorn
{
	Type				=			Food,
	DisplayName			=			Instant Popcorn,
	Icon				=			Popcorn,
	Weight				=			1,
	IsCookable			= 			true,
	MinutesToCook   	= 			5,
	MinutesToBurn   	= 			10,
	HungerChange 		=			-10,
	ThirstChange		=			10,
}

Template:Navbox/Consumables