Remoulade: Difference between revisions

From PZwiki
m (b40 update)
m (Simplified redundant links)
 
(29 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{languages|Remoulade}}
{{Header|Project Zomboid|Items|Food|Miscellaneous food}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=30}}{{Infobox food
{{Page version|41.78.16}}
|display_name=Remoulade
{{Infobox item
|name_colour=Food
|name=Remoulade
|name_text_colour=Food
|model=JarLid_Remoulade_Model.png
|image=TZ_RemouladeFull_120px.png
|icon=TZ_RemouladeFull.png
|alternate_image=TZ_RemouladeEmpty.png
|icon_name=Remoulade
|alternate_name=Empty Bottle
|icon2=TZ_RemouladeEmpty.png
|alternate_link=Empty Bottle (Remoulade)
|icon_name2=Empty Bottle
Empty Bottle (Remoulade)
|icon3=TZ_RemouladeWFull.png
|icon_name3=Water Bottle
Water Bottle (Remoulade)
<!--GENERAL-->
<!--GENERAL-->
|weight=0.5
|weight=0.5
|max_units=6.25
|days_fresh=8
|days_fresh=8
|days_rotten=11
|days_rotten=3
|packaged=True
|packaged=Yes
<!--NUTRITION-->
<!--NUTRITION-->
|hunger_change=-10
|hunger_change=-10
|calories=150  
|calories=150
|lipids=50  
|lipids=50
|proteins=0  
|proteins=0
|carbohydrates=0  
|carbohydrates=0
<!--EFFECT-->
<!--EFFECT-->
|unhappy_change=5
|unhappy_change=5
|boredom_change=10
|boredom_change=10
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=farming.RemouladeFull
|item_id=farming.RemouladeFull
}}'''Remoulade''' is a [[Food#Perishable|perishable]] food [[item]].  
}}
'''Remoulade''' is a perishable [[food]] [[Items|item]].


==Usage==
==Usage==
As of Version 40.6, remoulade cannot be utilised as part of any recipe. In theory it contains 6.25 units.  
Once emptied, remoulade can be used as a [[water]] container, similar to a [[Water Bottle|water bottle]].
=== Consumable properties ===
 
===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.
Remoulade can be eaten, providing the player with some positive effects, however these will become negative the longer it's left to perish.
{{Consumables2
{{Consumables
|image = TZ_RemouladeFull.png
|image = TZ_RemouladeFull.png
|hunger = -10
|hunger = -10
Line 50: Line 57:


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|RemouladeFull|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>RemouladeFull distribution
        <span class="mw-customtoggle-togglebox-RemouladeFull" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-RemouladeFull">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | all
    | {{ll|GroceryBag1}}
    | 1
    | 0.25
    |-
    | all
    | {{ll|fridge}}
    | 4
    | 0.2
    |-
    | breakroom
    | {{ll|fridge}}
    | 4
    | 1.0
    |-
    | cafeteriakitchen
    | {{ll|counter}}
    | 4
    | 2.0
    |-
    | conveniencestore
    | {{ll|fridge}}
    | 4
    | 6.0
    |-
    | seafoodkitchen
    | {{ll|counter}}
    | 4
    | 10.0
    |-
    | seafoodkitchen
    | {{ll|counter}}
    | 4
    | 20.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-RemouladeFull" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|RemouladeFull|41.78.16-->
Remoulade can be found in kitchen [[Containers#Counters|counters]] and [[refrigerator]]s.
Remoulade can be found in kitchen [[Containers#Counters|counters]] and [[refrigerator]]s.


== Trivia ==
==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.
*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 ==
==Code==
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox
{{Retrieved|version=40|incver=30}}
| {{CodeSnip
<pre>    item RemouladeFull
  | lang = java
Type = Food,
  | line = true
DisplayName = Remoulade,
  | start = 305
Icon = TZ_RemouladeFull,
  | source = farming.txt
Weight = 0.5,
  | retrieved = true
HungerChange = -10,
  | version = 41.78.16
BoredomChange = 10,
  | code =
UnhappyChange = 5,
item RemouladeFull
DaysFresh = 8,
    {
DaysTotallyRotten = 11,
        DisplayCategory = Food,
UseDelta = 0.16,
        Type = Food,
ReplaceOnUse     = RemouladeEmpty,
        DisplayName = Remoulade,
Carbohydrates   = 0,
        Icon = TZ_RemouladeFull,
Proteins       = 0,
        Weight = 0.5,
Lipids       = 50,
        HungerChange = -10,
Calories       = 150,
        BoredomChange = 10,
        Packaged = TRUE,</pre>
        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==
==See also==
*[[Mayonnaise]]
*[[Mayonnaise]]


{{Navbox/Consumables}}
{{Navbox items|food}}
 
[[Category:Perishable food]]

Latest revision as of 11:53, 25 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.

RemouladeFull distribution Show / Hide
Containers
Building / Room Container Rolls Chance
all GroceryBag1 1 0.25
all fridge 4 0.2
breakroom fridge 4 1.0
cafeteriakitchen counter 4 2.0
conveniencestore fridge 4 6.0
seafoodkitchen counter 4 10.0
seafoodkitchen counter 4 20.0

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