Remoulade: Difference between revisions

From PZwiki
m (added that the bottle can be used as a water bottle)
(Updated to 41.66)
Line 1: Line 1:
{{languages|Remoulade}}
{{languages}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=50}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=66}}{{Infobox food
|display_name=Remoulade
|display_name=Remoulade
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=TZ_RemouladeFull_120px.png
|image=JarLid_Remoulade_Model.png
|alternate_image=TZ_RemouladeEmpty.png
|image_width=300px
|alternate_name=Empty Bottle
|alternate_image=TZ_RemouladeFull.png
|alternate_link=Empty Bottle (Remoulade)
|alternate_name=Remoulade
|alternate_link=
|alternate_image2=TZ_RemouladeEmpty.png
|alternate_name2=Empty Bottle
|alternate_link2=Empty Bottle (Remoulade)
|alternate_image3=TZ_RemouladeWFull.png
|alternate_name3=Water Bottle
|alternate_link3=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=11
Line 27: Line 35:


==Usage==
==Usage==
As of Version 40.6, remoulade cannot be utilised as part of any recipe. In theory it contains 6.25 units. As of Version 41.50, remoulade can be used as a [[Water|water]] container, similar to a [[Water Bottle|water bottle]], once used.
Once emptied, remoulade can be used as a [[Water|water]] container, similar to a [[Water Bottle|water bottle]]. Remoulade cannot be utilised as part of any recipe.  
=== 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.
Line 57: Line 65:
== Code ==
== Code ==
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=40|incver=30}}
{{Retrieved|version=41|incver=66}}
<pre>    item RemouladeFull
<pre>    item RemouladeFull
Type = Food,
    {
DisplayName = Remoulade,
        DisplayCategory = Food,
Icon = TZ_RemouladeFull,
        Type = Food,
Weight = 0.5,
        DisplayName = Remoulade,
HungerChange = -10,
        Icon = TZ_RemouladeFull,
BoredomChange = 10,
        Weight = 0.5,
UnhappyChange = 5,
        HungerChange = -10,
DaysFresh = 8,
        BoredomChange = 10,
DaysTotallyRotten = 11,
        UnhappyChange = 5,
UseDelta = 0.16,
        DaysFresh = 8,
ReplaceOnUse     = RemouladeEmpty,
        DaysTotallyRotten = 11,
Carbohydrates    = 0,
        UseDelta = 0.16,
Proteins        = 0,
        ReplaceOnUse = RemouladeEmpty,
Lipids       = 50,
        Carbohydrates = 0,
Calories        = 150,
        Proteins = 0,
        Packaged = TRUE,</pre>
        Lipids = 50,
        Calories = 150,
        Packaged = TRUE,
        EatType = candrink,
        StaticModel = RemouladeJar,
        WorldStaticModel = Remoulade_Ground,
    }</pre>


==See also==
==See also==
*[[Mayonnaise]]
*[[Mayonnaise]]


{{Navbox/Consumables}}
{{Navbox_food}}

Revision as of 04:51, 12 March 2022

Remoulade
Remoulade
Remoulade Empty Bottle Water Bottle
General
Category Food
Encumbrance
Heavy Load
0.5
Capacity 6.25 units
Days until stale 8 days
Days until rotten 11 days
Packaged True
Nutrition
Hunger
Hunger
-10
Calories
Calories
150
Carbohydrates
Carbohydrates
0
Proteins
Proteins
0
Fat
Fat
50
Effect
Unhappiness
Unhappiness
5
Boredom
Boredom
10
Technical details
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. Remoulade cannot be utilised as part of any recipe.

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. Template:Consumables2

Distribution

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.

Code

From farming.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.66

    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