Remoulade: Difference between revisions

From PZwiki
(Malony please fix this page it is awful)
(Redesigned page, + Nav Bar, + Categories, Rewrote Description, inspected code: found no evolved recipes attached to Remoulade, despite UseDelta entry. Noted lack of nutritional values, corrected code.)
Line 1: Line 1:
{{Languages}}
__NOTOC__
{{Items
{{languages|Mayonnaise}}
|image=Remoulade Full.png
<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]] -> [[Remoulade|Remoulade]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
|image = Remoulade_Full.png
|hunger = -10
|boredom = +10
|unhappiness = +5
|weight = 0.5
|weight = 0.5
}}
}}
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.
Remoulade is a [[Food#Perishable|perishable]] food item which is found in [[Containers#Kitchen_cupboard|kitchen cupboards]] and fridges. Remoulades take eight in-game days to go stale, and eleven days in-game days to rot.  


Although it can be eaten by itself, remoulade causes boredom and unhappiness penalties, so it is much better utilized in recipes.
Unfortunately, as of Version 32.48, Remoulade cannot be utilised as part of any recipe. In theory its UseDelta entry is 0.16, allowing for 6-7 uses.  
{| class="wikitable sortable" style="text-align:center;"
|-
! Item
! class="unsortable" | Effects
|-
|[[File:Remoulade_Full.png|32px]]
Ripe
| Hunger -10
| Boredom 10
| Unhappiness 5
|-}}


== Code ==
== Nutritional Information ==
<nowiki>item Remoulade
A container of Remoulade, if eaten by itself, provides when completely eaten: -10 hunger, but a penalty of +10 boredom and +5 unhappiness.
{
<br><br>
        Type = Food,
'''It's Nutritional Values are as follows:'''<br>
        DisplayName = Bottle with Remoulade,
At this time, Remoulade has no nutritional benefit ingame, which could be a temporary oversight.<br>
        Icon = TZ_RemouladeFull,
Carbohydrates = 0 <br>
        Weight = 0.5,
Proteins = 0 <br>
        HungerChange = -10,
Lipids = 0 <br>
        BoredomChange = 10,
Calories = 0 <br><br>
        UnhappyChange = 5,
        DaysFresh = 8,
        DaysTotallyRotten = 11,
        UseDelta = 0.16,
        ReplaceOnUse     = RemouladeHalf
    }</nowiki>


== 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 ==
<!--
<br>
 
Full Container of Remoulade [[File:Remoulade_Full.png]]
== Crafting ==
<nowiki>
 
    item RemouladeFull
ITEM NAME can be used in the following recipes:
        Type = Food,
 
        DisplayName = Remoulade,
{| class="wikitable" width="550" style="text-align:center;"
        Icon = TZ_RemouladeFull,
|-
        Weight = 0.5,
! Ingredients || Other Items || Output || Description
        HungerChange = -10,
|-
        BoredomChange = 10,
| Ingredient + Ingredient || Oven/None || What the recipe makes || Brief description of what it makes.
        UnhappyChange = 5,
|}
        DaysFresh = 8,
-->
        DaysTotallyRotten = 11,
        UseDelta = 0.16,
        ReplaceOnUse     = RemouladeEmpty
</nowiki>


{{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 20:58, 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 32.48, Remoulade cannot be utilised as part of any recipe. In theory its UseDelta entry is 0.16, allowing for 6-7 uses.

Nutritional Information

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