A fixed version of my earlier puzzle of a similar name.
Normal Sudoku rules apply.
Weird Modular Triplets: For every set of three adjecent digits along a pink line, two of the digits are congruent modulo the third digit.
For example: 238 is a valid triplet because
2mod(3) = 2 = 8mod(3)
467 however is not a valid triplet since
4mod(7) = 4 =/= 6 = 6mod(7)
4mod(6) = 4 =/= 1 = 7mod(6)
6mod(4) = 2 =/= 3 = 7mod(4)
Kropki dots: Two cells seperated by a white dot are consecutive.
Two cells seperated by a black dot are in a 1:2 ratio.
Sudokopad link:
Sudokupad
F-Puzzles link:
F-Puzzles
Cheat Sheet for possible triplets:
Cheat Sheet for possible triplets with repeated digits: