Popcorn

From PZwiki
Revision as of 09:41, 6 June 2012 by 14.32.248.195 (talk)

Popcorn


The popcorn is a nonperishable food item which is found in many kitchen drawers. It takes out a small amount of hunger, but adds a small amount of thirst. It can be enhanced by cooking it, but it can be burnt if overcooked.

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