Water Bottle (Remoulade): Difference between revisions

From PZwiki
(→‎Trivia: Corrected RJ's name and reference)
(→‎Trivia: Icon creator trivia)
Line 74: Line 74:
==Trivia==
==Trivia==
*The ''RJ'' on the model refers to French developer, [[Romain Dron|Romain 'RJ' Dron]], a developer at [[The Indie Stone]] who originally added remoulade as part of his [[farming]] mod in 2012, before joining the team and adding it into the base game (along with most of the mod).
*The ''RJ'' on the model refers to French developer, [[Romain Dron|Romain 'RJ' Dron]], a developer at [[The Indie Stone]] who originally added remoulade as part of his [[farming]] mod in 2012, before joining the team and adding it into the base game (along with most of the mod).
*The icon was created by [[User:Thuztor|Thuztor]], a modder responsible for the art in the farming mod, before being added to the base game. There are many textures created by Thuztor still in the game, such as the [[mayonnaise]] icon.


==See also==
==See also==

Revision as of 07:17, 25 June 2023

The Game WorldItemsFoodDrinksWater Bottle (Remoulade)
Water Bottle
{{{display_name}}}
Empty Bottle Water Bottle Remoulade
General
Category Empty: Water Container
Full: Water
Encumbrance
Heavy Load
Empty: 0.1
Full: 0.5
Function Molotov Cocktail
Smashed Bottle
• Water storage
Capacity 6.25 units
Technical details
Item ID farming.RemouladeEmpty
farming.RemouladeWaterFull

A water bottle is an essential water containing item in Project Zomboid.

Usage

The empty bottle is the resulting product after consuming/emptying a jar of remoulade (or water). It can be refilled at any water source.

Distribution

Neither the empty bottle nor the water bottle can be found in the world. They can only be obtained by emptying a jar of remoulade.

Code

From farming.txt (Project Zomboid directory/media/scripts/)

Water Bottle TZ RemouladeWFull.png Retrieved: Build 41.68

    item RemouladeWaterFull
	{
		DisplayCategory 	= Water,
		Type			= Drainable,
		DisplayName		= Water Bottle,
		Icon			= TZ_RemouladeWFull,
		Weight			= 0.5,
		ReplaceOnDeplete 	= RemouladeEmpty,
		UseWhileEquipped 	= false,
		UseDelta		= 0.16,
		ReplaceOnUseOn  	= WaterSource-RemouladeWaterFull,
		IsWaterSource		= true,
		CanStoreWater		= true,
		FillFromDispenserSound 	= GetWaterFromDispenserPlasticMedium,
		FillFromTapSound 	= GetWaterFromTapPlasticMedium,
		StaticModel 		= RemouladeJar,
		WorldStaticModel 	= Remoulade_Ground,
	}

From farming.txt (Project Zomboid directory/media/scripts/)

Empty Bottle TZ RemouladeEmpty.png Retrieved: Build 41.68

    item RemouladeEmpty
	{
		DisplayCategory 	= WaterContainer,
		Type			= Normal,
		DisplayName		= Empty Bottle,
		Icon			= TZ_RemouladeEmpty,
		Weight			= 0.1,
		ReplaceOnUseOn  	= WaterSource-RemouladeWaterFull,
		CanStoreWater		= true,
		StaticModel 		= RemouladeJar,
		WorldStaticModel 	= RemouladeEmpty_Ground,
	}

Trivia

  • The RJ on the model refers to French developer, Romain 'RJ' Dron, a developer at The Indie Stone who originally added remoulade as part of his farming mod in 2012, before joining the team and adding it into the base game (along with most of the mod).
  • The icon was created by Thuztor, a modder responsible for the art in the farming mod, before being added to the base game. There are many textures created by Thuztor still in the game, such as the mayonnaise icon.

See also