Cupcake: Difference between revisions

From PZwiki
No edit summary
(Adjusted incorrect weight value in consumables, removed TOC, added version reference, confirmed stats, removed link to egg (not sure why this was here))
Line 1: Line 1:
__NOTOC__
{{languages}}
{{languages}}
{{Consumables
{{Consumables
|image = Cupcake.png
|image = Cupcake.png
|weight = 0.2
|hunger = -15
|hunger = -15
|weight = 1
}}
}}


The cupcake is a non-perishable food that will replenish a moderately low amount of hunger for the person who eats it. The cupcake can be found in food markets.
The cupcake is a non-perishable food that will replenish a moderately low amount of hunger for the person who eats it. The cupcake can be found in food markets. Similar to [[chips]], cupcakes are handy to carry around: they are non-perishable, light and do not require a can opener.
 


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


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


}</nowiki>
</nowiki>


== History ==
== History ==
Line 33: Line 32:
| RC 2.9.8a || Added to the game.  
| RC 2.9.8a || Added to the game.  
|}
|}
==See Also==
* [[Egg]]


{{Navbox/Consumables}}
{{Navbox/Consumables}}
Line 43: Line 39:
[[Category:Food]]
[[Category:Food]]
[[Category:Non-Perishable Food]]
[[Category:Non-Perishable Food]]
[[Category:Version 0.2.0p]]
[[Category:Version 32.20]]

Revision as of 17:59, 12 August 2015



The cupcake is a non-perishable food that will replenish a moderately low amount of hunger for the person who eats it. The cupcake can be found in food markets. Similar to chips, cupcakes are handy to carry around: they are non-perishable, light and do not require a can opener.

Effects

Moodles: -15

Code

item Cupcake

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


History

Alpha
RC 2.9.8a Added to the game.

Template:Navbox/Consumables