Ham: Difference between revisions

From PZwiki
(Formatted page, adjusted summary for uses/removal of non-perishable, added evolved recipes, added nutritional info (stale info incomplete))
(Updated page for ham. +navbar, +new info, +evolved recipe, + nutrition, + renewed descript, changed consumables, +mention of ham slices.)
Line 1: Line 1:
{{languages}} __NOTOC__
__NOTOC__
{{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:Perishable_Food|Perishable Foods]] -> [[Ham|Ham]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|name = Ham
|image = Ham.png
|image = Ham.png
|hunger = -30
|hunger = -60
|weight = 0.3
|weight = 1.0
}}
}}
 
A Ham is a [[Food#Perishable|perishable]] food item which is found inside of [[refrigerator]]s. Ham takes five in-game days to go stale, and ten in-game days to rot.
A perishable food item that goes bad as time passes, when outside of a powered [[refrigerator]]. Ham is often found inside [[refrigerator]]s. It is not cookable.  It can be used in salads, burgers and sandwiches.
<br><br>
 
Ham can be sliced into [[Ham_Slices|ham slices]] with a [[Kitchen_Knife|kitchen knife]].
N.B Stale stats are incomplete.


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
{| border=0 align=left <!-- Table will be in middle of page without this line -->
|
|
{{Consumables2
{{Consumables2
|image = Ham.png
|image = Ham.png
|hunger = -30
|hunger = -60
|unrotten hunger = -0
|unrotten hunger = -45
|unrotten boredom = +0
|unrotten boredom = +10
|unrotten unhappiness = 0
|unrotten unhappiness = +10
|unrotten image = Ham.png
|rotten hunger = -27
|rotten hunger = -13
|rotten boredom = +20
|rotten boredom = +20
|rotten unhappiness = +20
|rotten unhappiness = +20
Line 29: Line 30:
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br>
 
'''It's Nutritional Values are as follows:'''<br>
== Evolved Recipes ==
Carbohydrates = 91 <br>
{{EvolvedRecipesForItem
Proteins = 117 <br>
|sandwich=10|salad=10|burger=10}}
Lipids = 78 <br>
 
Calories = 1560 <br><br>


== Code ==
== Code ==
  <nowiki>item Ham
<br>
{
  <nowiki>
Type = Food,
    item Ham
DisplayName = Ham,
HungerChange = -60,
Icon = Ham,
Weight = 1,
Weight = 0.3,
AlwaysWelcomeGift = TRUE,
HungerChange         = -30,
Type = Food,
AlwaysWelcomeGift         =               TRUE,
DisplayName = Ham,
}</nowiki>
Icon = Ham,
EvolvedRecipe = Sandwich:10;Burger:10;Salad:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
FoodType    = Meat,
        DaysTotallyRotten = 10,
        DaysFresh = 5,
        Carbohydrates = 91,
        Proteins = 117,
        Lipids = 78,
        Calories = 1560,
         Packaged = TRUE,
    </nowiki>


{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable_Food]]
[[Category:Version 2.9.9.17]]
[[Category:Version 34.28]]

Revision as of 21:48, 7 July 2016


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

A Ham is a perishable food item which is found inside of refrigerators. Ham takes five in-game days to go stale, and ten in-game days to rot.

Ham can be sliced into ham slices with a kitchen knife.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 91
Proteins = 117
Lipids = 78
Calories = 1560

Code


    item Ham
	HungerChange		= -60,
	Weight			= 1,
	AlwaysWelcomeGift	= TRUE,
	Type			= Food,
	DisplayName		= Ham,
	Icon			= Ham,
	EvolvedRecipe 		= Sandwich:10;Burger:10;Salad:10;RicePot:10;RicePan:10;PastaPot:10;PastaPan:10,
	FoodType    		= Meat,
        DaysTotallyRotten	= 10,
        DaysFresh		= 5,
        Carbohydrates 		= 91,
        Proteins 		= 117,
        Lipids 			= 78,
        Calories 		= 1560,
        Packaged 		= TRUE,
    

Template:Navbox/Consumables