Remoulade: Difference between revisions

From PZwiki
m (Error fixed)
m (Automated Formatting)
(34 intermediate revisions by 9 users not shown)
Line 1: Line 1:
__NOTOC__
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{languages|Remoulade}}
{{Page version|41.78.16}}
<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 -->
{{Infobox item
<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 -->
|name=Remoulade
<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 -->
|model=JarLid_Remoulade_Model.png
{{Consumables
|icon=TZ_RemouladeFull.png
|image = Remoulade_Full.png
|icon_name=Remoulade
|hunger = -10
|icon2=TZ_RemouladeEmpty.png
|boredom = +10
|icon_name2=Empty Bottle
|unhappiness = +5
Empty Bottle (Remoulade)
|weight = 0.5
|icon3=TZ_RemouladeWFull.png
|icon_name3=Water Bottle
Water Bottle (Remoulade)
<!--GENERAL-->
|weight=0.5
|max_units=6.25
|days_fresh=8
|days_rotten=3
|packaged=Yes
<!--NUTRITION-->
|hunger_change=-10
|calories=150
|lipids=50
|proteins=0
|carbohydrates=0
<!--EFFECT-->
|unhappy_change=5
|boredom_change=10
<!--TECHNICAL DETAILS-->
|item_id=farming.RemouladeFull
}}
}}
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 perishable [[food]] [[Items|item]].


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.  
==Usage==
Once emptied, remoulade can be used as a [[Water|water]] container, similar to a [[Water Bottle|water bottle]].


== Nutritional Information ==
===Consumable properties===
{| border=0 align=left
Remoulade can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
|
{{Consumables
{{Consumables2
|image = TZ_RemouladeFull.png
|image = Remoulade_Full.png
|hunger = -10
|hunger = -10
|boredom = +10
|boredom = +10
Line 28: Line 47:
|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 53:
|rotten thirst = 0
|rotten thirst = 0
|perishable = 1
|perishable = 1
|rotten image = Remoulade_Full.png
|rotten image = TZ_RemouladeFull.png
}}
}}
==Distribution==
The loot distributions can be found in the table(s) below.
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
! Building/Room
! Container
! style="width: 3.2em;" | Rolls
! style="width: 3.2em;" | Chance
|-
|rowspan="2"|all
|[[fridge]]
|4
|0.2
|-
|[[fridge]]
|4
|0.2
|-
|breakroom
|[[fridge]]
|4
|1
|-
|cafeteriakitchen
|[[counter]]
|4
|2
|-
|conveniencestore
|[[fridge]]
|4
|6
|-
|rowspan="2"|seafoodkitchen
|[[counter]]
|4
|1
|-
|[[counter]]
|4
|2
|}
|}
<br><br><br><br><br><br><br><br><br><br><br>
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>
'''It's Nutritional Values are as follows:'''<br>
At this time, Remoulade has no nutritional benefit ingame, which could be a temporary oversight.<br>
Carbohydrates = 0 <br>
Proteins = 0 <br>
Lipids = 0 <br>
Calories = 0 <br><br>


== Trivia ==
Remoulade can be found in kitchen [[Containers#Counters|counters]] and [[refrigerator]]s.
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.
 
==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.
*The model has written "RJ" on it, which is a reference to [[Romain Dron|Romaine 'RJ' Dron]] nickname: ''Robert Johnson'' (RJ), bring a French developer and creator of the farming mod where this item orginates from.
 
==Code==
{{CodeBox
| {{CodeSnip
  | lang = java
  | line = true
  | start = 305
  | source = farming.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item RemouladeFull
    {
        DisplayCategory = Food,
        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,
        Carbohydrates = 0,
        Proteins = 0,
        Lipids = 50,
        Calories = 150,
        Packaged = TRUE,
        EatType = candrink,
        StaticModel = RemouladeJar,
        WorldStaticModel = Remoulade_Ground,
    }
}}
}}
 
==See also==
*[[Mayonnaise]]


== Code ==
{{Navbox items|food}}
<br>
Full Container of Remoulade [[File:Remoulade_Full.png]]
<nowiki>
    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
</nowiki>


{{Navbox/Consumables}}
[[Category:Perishable food]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 11:33, 14 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Remoulade
JarLid Remoulade Model.png
Empty Bottle Empty Bottle (Remoulade)
Water Bottle Water Bottle (Remoulade)
General
Encumbrance
Moodle Icon HeavyLoad.png
0.5
Properties
Capacity
6.25 units
Packaged
Yes
Days fresh
8 days
Days until rotten
3 days
Nutrition
HungerMoodle Icon Hungry.png
-10
CaloriesCalories
150
CarbohydratesCarbohydrates
0
ProteinsProteins
0
FatFat
50
Effect
UnhappinessMoodle Icon Unhappy.png
5
BoredomMoodle Icon Bored.png
10
Technical
Item ID
farming.RemouladeFull

Remoulade is a perishable food item.

Usage

Once emptied, remoulade can be used as a water container, similar to a water bottle.

Consumable properties

Remoulade can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.

Fresh Stale Rotten

TZ RemouladeFull.png
Hunger: -10
Boredom: +10
Unhappiness: +5

TZ RemouladeFull.png
Hunger: -7
Boredom: +20
Unhappiness: +15

TZ RemouladeFull.png
Hunger: -4
Boredom: +20
Unhappiness: +25
Dangerous, will cause sickness.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
all fridge 4 0.2
fridge 4 0.2
breakroom fridge 4 1
cafeteriakitchen counter 4 2
conveniencestore fridge 4 6
seafoodkitchen counter 4 1
counter 4 2

Remoulade can be found in kitchen counters and refrigerators.

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.
  • The model has written "RJ" on it, which is a reference to Romaine 'RJ' Dron nickname: Robert Johnson (RJ), bring a French developer and creator of the farming mod where this item orginates from.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\farming.txt

Retrieved: Build 41.78.16
item RemouladeFull
    {
        DisplayCategory = Food,
        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,
        Carbohydrates = 0,
        Proteins = 0,
        Lipids = 50,
        Calories = 150,
        Packaged = TRUE,
        EatType = candrink,
        StaticModel = RemouladeJar,
        WorldStaticModel = Remoulade_Ground,
    }

See also