Remoulade: Difference between revisions

From PZwiki
(Updated to 41.66)
mNo edit summary
Line 1: Line 1:
{{languages}}
{{languages|Remoulade}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=66}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=73}}{{Infobox food
|display_name=Remoulade
|display_name=Remoulade
|name_colour=Food
|name_colour=Food
|name_text_colour=Food
|name_text_colour=Food
|image=JarLid_Remoulade_Model.png
|image=TZ_RemouladeFull 120px.png
|image_width=300px
|alternate_image=TZ_RemouladeEmpty.png
|alternate_image=TZ_RemouladeFull.png
|alternate_name=Empty Bottle
|alternate_name=Remoulade
|alternate_link=Empty Bottle (Remoulade)
|alternate_link=
|alternate_image2=TZ_RemouladeWFull.png
|alternate_image2=TZ_RemouladeEmpty.png
|alternate_name2=Water Bottle
|alternate_name2=Empty Bottle
|alternate_link2=Water Bottle (Remoulade)
|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
|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
Line 35: Line 31:


==Usage==
==Usage==
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.
Once emptied, remoulade can be used as a [[Water|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.
Line 61: Line 58:


== 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.
 
==Gallery==
<gallery>
JarLid_Remoulade_Model.png|Model for: [[File:TZ_RemouladeFull.png]]
</gallery>


== Code ==
== Code ==
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
'''''From farming.txt (Project Zomboid directory/media/scripts/)'''''
{{Retrieved|version=41|incver=66}}
{{Retrieved|version=41|incver=73}}
<pre>    item RemouladeFull
<pre>    item RemouladeFull
     {
     {
         DisplayCategory = Food,
         DisplayCategory         = Food,
         Type = Food,
         Type = Food,
         DisplayName = Remoulade,
         DisplayName = Remoulade,
         Icon = TZ_RemouladeFull,
         Icon = TZ_RemouladeFull,
         Weight = 0.5,
         Weight = 0.5,
         HungerChange = -10,
         HungerChange = -10,
         BoredomChange = 10,
         BoredomChange = 10,
         UnhappyChange = 5,
         UnhappyChange = 5,
         DaysFresh = 8,
         DaysFresh = 8,
         DaysTotallyRotten = 11,
         DaysTotallyRotten = 11,
         UseDelta = 0.16,
         UseDelta = 0.16,
         ReplaceOnUse = RemouladeEmpty,
         ReplaceOnUse         = RemouladeEmpty,
         Carbohydrates = 0,
         Carbohydrates           = 0,
         Proteins = 0,
         Proteins               = 0,
         Lipids = 50,
         Lipids                 = 50,
         Calories = 150,
         Calories               = 150,
         Packaged = TRUE,
         Packaged               = TRUE,
         EatType = candrink,
         EatType                 = candrink,
         StaticModel = RemouladeJar,
         StaticModel             = RemouladeJar,
         WorldStaticModel = Remoulade_Ground,
         WorldStaticModel       = Remoulade_Ground,
     }</pre>
     }</pre>



Revision as of 12:33, 6 October 2022

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 3 days
Packaged Yes
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.

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.

Gallery

Code

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

    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