Waffles: Difference between revisions

From PZwiki
(Created page with "{{languages}}{{Notice|Short}} {{Consumables |image = SNACKPancake.png |hunger = -20 |weight = 0.3 }} == Nutritional Information == {{Consumables2 |image = SNACKWaffle.png...")
 
(Overhauled stats and description.)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{languages}}


{{Consumables
{{Consumables
|image = SNACKPancake.png
|image = SNACKWaffle.png
|hunger = -20
|hunger = -20
|weight = 0.3
|weight = 0.3
}}
}}
 
Waffles are perishable food items that goes bad as time passes. They can be found inside [[Containers|refrigerators]] or [[Containers|cupboards]] in bake shops. Waffles take 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 = SNACKWaffle.png
|image = SNACKWaffle.png
|hunger = -20
|hunger = -20
|thirst = 0
|unhappiness = -10
|unhappiness = -10
|unrotten hunger = 0
|unrotten hunger = -15
|unrotten boredom = 0
|unrotten boredom = +10
|unrotten unhappiness = 0
|rotten hunger = -9
|unrotten thirst = 0
|rotten boredom = +20
|unrotten image = SNACKWaffle.png
|rotten unhappiness = +10
|rotten hunger = 0
|rotten boredom = 0
|rotten unhappiness = 0
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = SNACKWaffle.png
|rotten image = SNACKWaffle.png
}}
}}
 
|}
<br><br><br><br><br><br><br>
== Code ==
== Code ==
  <nowiki>item Waffles
  <nowiki>item Waffles
Line 40: Line 36:
         Icon = Waffles,
         Icon = Waffles,
     }</nowiki>
     }</nowiki>
== History ==
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| - || -
|}


==See Also==
==See Also==

Revision as of 03:20, 23 December 2015


Waffles are perishable food items that goes bad as time passes. They can be found inside refrigerators or cupboards in bake shops. Waffles take three in-game days to go stale, and five in-game days to rot.

Nutritional Information

Template:Consumables2








Code

item Waffles
    {
        HungerChange	=	-20,
        Weight	=	0.3,
        Type	=	Food,
        UnhappyChange	=	-10,
        DisplayName	=	Waffles,
        DaysTotallyRotten	=	5,
        DaysFresh = 3,
        Icon	=	Waffles,
    }

See Also

Template:Navbox/Consumables