Pumpkin Pie: Difference between revisions

From PZwiki
Pumpkin Pie
(Created page with "{{languages}} {{Items |image = Pumpkin Pie.png |weight = 0.5 }} This food can be found in refrigerators. == Effects == * Hungry : -30 == Code == <pre> item...")
(No difference)

Revision as of 12:58, 6 April 2014


Template:Items

This food can be found in refrigerators.

Effects

Code

	item PiePumpkin
	{
		DaysFresh		= 5,
		DaysTotallyRotten	= 8,
		DisplayName		= Pumpkin Pie,
		HungerChange		= -30,
		Icon			= PiePumpkin,
		Type			= Food,
		Weight			= 0.5
	}