Sudoku on:
SudokuPad
1. Chaconopia (Chaos Construction): The grid contains the nine tribes of Chaconopia. A tribe is an orthogonally connected group of cells. Each row, column and tribe contains the digits 1-9 once each.
2. Roles: If certain conditions are met, cells take on roles. These roles increase the value of those cells. The roles with their conditions and values are described below. If none of the conditions is met, the value of a cell is its digit.
2.1 Role Mechanics and Values (X = Digit in a cell):
- Farmer (F): If there are at least X cells, of the same tribe as the considered cell in the 3x3 area centered on that cell including the cell itself, this cell can be a Farmer and its value is 2X.
- Merchant (M): If a cell orthogonally and/or diagonally touches at least X cells of one other tribe, this cell can be a Merchant and its value is 3X.
- Diplomat (D): If a cell orthogonally and/or diagonally touches cells of at least X different other tribes, this cell can be a Diplomat and its value is 4X.
2.2 Maximization Rule: Each cell has to take the role with the highest value possible for the conditions.
3. Clues: Clues outside the grid give the sums of all contiguous segments of cells of a tribe in order of their appearance in the respective row or column. A (?) replaces exactly one such clue. A (...) represents zero or any number of clues.
Have fun solving!
Solution code: The 9 digits from row 5 separated by (+) for borders between tribes (regions)
on 21. August 2025, 18:02 by War
Awesome Logic, great setting. The break in is perfect and so is the logic following.
To Henrypijames: The clue in Row 5 is necessary for a logical completion.
on 19. August 2025, 06:42 by pecha_berrie
WOW, what a construction! The break-in stumped me for so long, I ended up making a filter-able spreadsheet in order to work out all the possible combinations of sums and multipliers for each total! It ended up helping me tremendously, though, and from there I was slowly able to work through the rest of the logic. Very fascinating interactions in this one, lovely job!
on 18. August 2025, 05:56 by henrypijames
Holy cow, how is this one even harder than the previous?!
But I don't think I used the R5 glue.
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.