module Base
{
	template vehicle FR_keyless
	{
		part FR_keyless
		{
			category = nodisplay,
		}
	}
	
	template vehicle FR_CarSpawnInfo
	{
		part FR_CarSpawnInfo
		{
			category = nodisplay,
			
			table FR_PaintInfo
			{
				minValue = 0.25,
				maxValue = 0.95,
			}

			lua
			{
				create = Vehicles.Create.FR_OnCarCreate,
			}
		}
	}
}