Remoulade: Difference between revisions

From PZwiki
m (Error fixed)
(Update of NavBar.)
Line 3: Line 3:
<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 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: 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]] -> [[Remoulade|Remoulade]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Consumables|Consumables]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Remoulade_Full.png
|image = Remoulade_Full.png

Revision as of 19:38, 29 August 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Consumables -> Food -> Perishable Foods -> Remoulade   

Remoulade is a perishable food item which is found in kitchen cupboards and fridges. Remoulades take eight in-game days to go stale, and eleven days in-game days to rot.

Unfortunately, as of Version 34.28, Remoulade cannot be utilised as part of any recipe. In theory its UseDelta entry is 0.16, allowing for 6-7 uses.

Nutritional Information

Template:Consumables2












A container of Remoulade, if eaten by itself, provides when completely eaten: -10 hunger, but a penalty of +10 boredom and +5 unhappiness.

It's Nutritional Values are as follows:
At this time, Remoulade has no nutritional benefit ingame, which could be a temporary oversight.
Carbohydrates = 0
Proteins = 0
Lipids = 0
Calories = 0

Trivia

Invented in France, remoulade is a popular condiment in many countries. Very much like the tartar sauce of some English-speaking cultures, remoulade is often aioli- or mayonnaise-based.

Code


Full Container of Remoulade Remoulade Full.png

    item RemouladeFull
        Type			= Food,
        DisplayName		= Remoulade,
        Icon			= TZ_RemouladeFull,
        Weight			= 0.5,
        HungerChange 		= -10,
        BoredomChange 		= 10,
        UnhappyChange 		= 5,
        DaysFresh 		= 8,
        DaysTotallyRotten 	= 11,
        UseDelta		= 0.16,
        ReplaceOnUse 	    	= RemouladeEmpty
 

Template:Navbox/Consumables