Cupcake: Difference between revisions

From PZwiki
No edit summary
mNo edit summary
Line 6: Line 6:
}}
}}


 
The cupcake is a food that will replenish a moderately low amount of hunger for the person who eats it. Unfortunately, the cupcake cannot be found naturally.




== Effects ==
== Effects ==
[[Hunger]]: -15
[[Hunger]]: -15




Line 22: Line 20:
  <nowiki>item Cupcake
  <nowiki>item Cupcake
{
{
Type = Food,
HungerChange = -15,
DisplayName = Cupcake,
Weight = 0.2,
Icon = Cupcake,
AlwaysWelcomeGift = TRUE,
Weight = 1,
Type = Food,
HungerChange = -15,
DisplayName = Cupcake,
AlwaysWelcomeGift = true,
Icon = Cupcake,


}</nowiki>
}</nowiki>

Revision as of 08:46, 12 May 2013


The cupcake is a food that will replenish a moderately low amount of hunger for the person who eats it. Unfortunately, the cupcake cannot be found naturally.


Effects

Hungry: -15




Code

item Cupcake
{
	HungerChange	=	-15,
		Weight	=	0.2,
		AlwaysWelcomeGift	=	TRUE,
		Type	=	Food,
		DisplayName	=	Cupcake,
		Icon	=	Cupcake,

}

Template:Navbox/Consumables