Fries: Difference between revisions

From PZwiki
(Created page with "{{languages}}{{Notice|Short}} {{Consumables |image = SNACKFrenchFries.png |hunger = -15 |weight = 0.3 }} == Nutritional Information == {{Consumables2 |image = SNACKFrench...")
 
(Redesigned page, + Nav Bar, new description, + nutrition values, confirmed consumables2 (approximately right), + new code, + categories, - History (Was empty))
Line 1: Line 1:
{{languages}}{{Notice|Short}}
__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]] -> [[Fries|Fries]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = SNACKFrenchFries.png
|image = SNACKFrenchFries.png
|hunger = -15
|hunger = -10
|weight = 0.3
|unhappiness = -10
|weight = 0.1
}}
}}
 
Fries are a 'luxury' food that is [[Food#Perishable|perishable]] and goes bad as time passes, when outside of a [[refrigerator]]. Fries are often found within refrigerators and freezers in Spiffo's Kitchen. Fries takes three in-game days to go stale, and five in-game days to rot.
 


== Nutritional Information ==
== Nutritional Information ==
{| border=0 align=left
|
{{Consumables2
{{Consumables2
|image = SNACKFrenchFries.png
|image = SNACKFrenchFries.png
|hunger = -15
|hunger = -10
|thirst = 0
|thirst = 0
|unrotten hunger = 0
|unhappiness = -10
|unrotten boredom = 0
|unrotten hunger = -7
|unrotten boredom = +10
|unrotten unhappiness = 0
|unrotten unhappiness = 0
|unrotten thirst = 0
|unrotten image = SNACKFrenchFries.png
|unrotten image = SNACKFrenchFries.png
|rotten hunger = 0
|rotten hunger = -4
|rotten boredom = 0
|rotten boredom = +20
|rotten unhappiness = 0
|rotten unhappiness = +20
|rotten thirst = 0
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = SNACKFrenchFries.png
|rotten image = SNACKFrenchFries.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 35.97 <br>
Proteins = 3.35 <br>
Lipids = 5.19 <br>
Calories = 203 <br><br>


== Code ==
== Code ==
  <nowiki>item Fries
  <nowiki>
    {
    item Fries
         HungerChange = -15,
         HungerChange = -10,
         Weight = 0.3,
         Weight = 0.4,
         Type = Food,
         Type = Food,
         UnhappyChange = -10,
         UnhappyChange = -10,
         DisplayName = Fries,
         DisplayName = Fries,
         DaysTotallyRotten = 5,
         DaysTotallyRotten = 5,
         DaysFresh = 3,
         DaysFresh = 3,
         Icon = Fries,
         Icon = Fries,
    }</nowiki>
        Carbohydrates = 35.97,
 
        Proteins = 3.35,
== History ==
        Lipids = 5.19,
 
        Calories = 203,
{| class="wikitable" width="550" style="text-align:center;"
</nowiki>
|-
! Alpha || 
|-
| - || -
|}
 
==See Also==
==See Also==
* [[Items#Luxury Food|Luxury Food]]
* [[Items#Luxury Food|Luxury Food]]
{{Navbox/Consumables}}
{{Navbox/Consumables}}
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 23:02, 11 August 2016


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

Fries are a 'luxury' food that is perishable and goes bad as time passes, when outside of a refrigerator. Fries are often found within refrigerators and freezers in Spiffo's Kitchen. Fries takes three in-game days to go stale, and five in-game days to rot.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 35.97
Proteins = 3.35
Lipids = 5.19
Calories = 203

Code

	
    item Fries
        HungerChange		= -10,
        Weight			= 0.4,
        Type			= Food,
        UnhappyChange		= -10,
        DisplayName		= Fries,
        DaysTotallyRotten	= 5,
        DaysFresh 		= 3,
        Icon			= Fries,
        Carbohydrates 		= 35.97,
        Proteins 		= 3.35,
        Lipids 			= 5.19,
        Calories 		= 203,

See Also

Template:Navbox/Consumables