Remoulade: Difference between revisions

From PZwiki
m (b40 update)
m (added that the bottle can be used as a water bottle)
Line 1: Line 1:
{{languages|Remoulade}}
{{languages|Remoulade}}
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 40|incver=30}}{{Infobox food
{{header|Project Zomboid|Items|Food|Perishable Food|type=Food|version=Version 41|incver=50}}{{Infobox food
|display_name=Remoulade
|display_name=Remoulade
|name_colour=Food
|name_colour=Food
Line 27: Line 27:


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

Revision as of 21:44, 4 July 2021

Template:Infobox foodRemoulade is a perishable food item.

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 container, similar to a water bottle, once used.

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 40.30

    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,
		Carbohydrates    	= 0,
		Proteins    	    	= 0,
		Lipids    	    	= 50,
		Calories    	    	= 150,
        	Packaged 		= TRUE,

See also

Template:Navbox/Consumables