Popcorn: Difference between revisions

From PZwiki
Popcorn
(Created page with "{{languages}} {{Consumables |image = Popcorn.png |hunger = -10 |weight = 1 }} == Effects == Hungry: -10<br> Moodles: 10 == Code == <nowiki>item Popcorn { Type = Foo...")
 
No edit summary
Line 24: Line 24:
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Cookable Food]]
[[Category:Non-Perishable Food]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 17:50, 29 March 2012


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