Cupcake: Difference between revisions

From PZwiki
(Adjusted incorrect weight value in consumables, removed TOC, added version reference, confirmed stats, removed link to egg (not sure why this was here))
(Updated page, +nutritional info, description change, +navigation, +info, -history (redundant), put corrected effects info nutrit. section)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages}}
{{languages}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Non-Perishable_Food|Non Perishable Foods]] -> [[Cupcake|Cupcake]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Cupcake.png
|image = Cupcake.png
|hunger = -20
|weight = 0.2
|weight = 0.2
|hunger = -15
}}
}}
The Cupcake is a non-perishable food item which is often 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.
== Nutritional Information ==
 
Cupcakes provides when completely eaten: -20 hunger.  
== Effects ==
<br><br>
[[Hunger]]: -15
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 67 <br>
Proteins = 4 <br>
Lipids = 4 <br>
Calories = 305 <br><br>


== Code ==
== Code ==
  <nowiki>item Cupcake
<br>
 
  <nowiki>
HungerChange = -15,
item Cupcake
Weight = 0.2,
HungerChange = -20,
AlwaysWelcomeGift = TRUE,
Weight = 0.2,
Type = Food,
AlwaysWelcomeGift = TRUE,
DisplayName = Cupcake,
Type = Food,
Icon = Cupcake,
DisplayName = Cupcake,
 
Icon = Cupcake,
</nowiki>
        Carbohydrates = 67,
 
        Proteins = 4,
== History ==
        Lipids = 4,
 
        Calories = 305,
{| class="wikitable" width="550" style="text-align:center;"
  </nowiki>
|-
! Alpha ||  
|-
| RC 2.9.8a || Added to the game.
|}
 
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Items]]
[[Category:Food]]
[[Category:Food]]
[[Category:Non-Perishable Food]]
[[Category:Non-Perishable_Food]]
[[Category:Version 32.20]]
[[Category:Version 34.28]]

Revision as of 17:48, 3 July 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Non Perishable Foods -> Cupcake   

The Cupcake is a non-perishable food item which is often found in food markets.

Nutritional Information

Cupcakes provides when completely eaten: -20 hunger.

It's Nutritional Values are as follows:
Carbohydrates = 67
Proteins = 4
Lipids = 4
Calories = 305

Code


	item Cupcake
		HungerChange		= -20,
		Weight			= 0.2,
		AlwaysWelcomeGift	= TRUE,
		Type			= Food,
		DisplayName		= Cupcake,
		Icon			= Cupcake,
        	Carbohydrates 		= 67,
        	Proteins 		= 4,
        	Lipids 			= 4,
        	Calories 		= 305,
 

Template:Navbox/Consumables