Instant Popcorn

From PZwiki
Revision as of 12:46, 6 April 2014 by Tickleman (talk | contribs) (Created page with "{{languages|Instant Popcorn}} {{Items |image = Instant Popcorn.png |weight = 0.3 }} This is some food you will found in kitchen. This reduces hunger, but will i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Template:Items

This is some food you will found in kitchen. This reduces hunger, but will increase thirst.

You can cook it in 5 minutes, and it will burn in 10 minutes.

Effects

Code

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