Remoulade: Difference between revisions

From PZwiki
(Added Nutrition Information, Values needs review.)
m (Correction to Language section.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Mayonnaise}}
{{languages|Remoulade}}
<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 -->

Revision as of 21:15, 15 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> 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, 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