Remoulade: Difference between revisions

From PZwiki
(Update of NavBar.)
m (fixed container links +icons)
Line 5: Line 5:
<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 -->
<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 = TZ_RemouladeFull.png
|hunger = -10
|hunger = -10
|boredom = +10
|boredom = +10
Line 11: Line 11:
|weight = 0.5
|weight = 0.5
}}
}}
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.  
Remoulade is a [[Food#Perishable|perishable]] food item which is found in [[Containers#Kitchen_Counters|kitchen counters]] 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.  
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.  
Line 19: Line 19:
|
|
{{Consumables2
{{Consumables2
|image = Remoulade_Full.png
|image = TZ_RemouladeFull.png
|hunger = -10
|hunger = -10
|boredom = +10
|boredom = +10
Line 28: Line 28:
|unrotten unhappiness = +15
|unrotten unhappiness = +15
|unrotten thirst = 0
|unrotten thirst = 0
|unrotten image = Remoulade_Full.png
|unrotten image = TZ_RemouladeFull.png
|rotten hunger = -4
|rotten hunger = -4
|rotten boredom = +20
|rotten boredom = +20
Line 34: Line 34:
|rotten thirst = 0
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = Remoulade_Full.png
|rotten image = TZ_RemouladeFull.png
}}
}}
|}
|}
Line 40: Line 40:
A container of Remoulade, if eaten by itself, provides when completely eaten: -10 hunger, but a penalty of +10 boredom and +5 unhappiness.
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>  
<br><br>  
'''It's Nutritional Values are as follows:'''<br>
'''Its Nutritional Values are as follows:'''<br>
At this time, Remoulade has no nutritional benefit ingame, which could be a temporary oversight.<br>
At this time, Remoulade has no nutritional benefit ingame, which could be a temporary oversight.<br>
Carbohydrates = 0 <br>
Carbohydrates = 0 <br>
Line 52: Line 52:
== Code ==
== Code ==
<br>  
<br>  
Full Container of Remoulade [[File:Remoulade_Full.png]]
Full Container of Remoulade [[File:TZ_RemouladeFull.png]]
  <nowiki>
  <nowiki>
     item RemouladeFull
     item RemouladeFull

Revision as of 10:55, 10 May 2018


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 counters 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.

Its 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 TZ RemouladeFull.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