Hmm, something seems to be wrong, assuming that i understand STV. Let's take a look at the 2v2 votes:
https://i.gyazo.com/6d4ee5c9e9b015a9218df7937b3eb8ce.pngIn round one, we calculate a threshold we must meet in order to elect a template. This is usually calculated as:
T = Floor(Amount of votes / Amount of seats to fill + 1) + 1
T = Floor(14 / 4) + 1
T = 4
After that, we check if a template meets the Threshold. Three templates meet it, but Final Earth has the most votes, so it gets elected.
Now we transfer the surplus votes of Final Earth to templates that had Final Earth as first choice and said template as second choice.
So in total, we should be transferring exactly 1 vote, as FE won with a surplus of 1.
But, when looking at the next round, we have transferred:
0.6 to Guiroma
0 to Cookies
0 to MME
0.3 to China
0.6 to Szeurope
Which adds up to 1.5?
Where did the half vote come from all of a sudden?
Edit: the ratio with which votes got transferred seems to be correct, it's just not 0.3 per transferred vote, but 0.2 that needs to be added to each template's score
Edit2: Apparently the algorithm that calculates T can be changed into T = Amount of votes / Amount of seats to fill + 1
That would make the Threshold 3.5 and then it all makes sense.
Edit3: Nope. It's still not correct. The method described above in edit2 should be T = Amount of votes / Amount of seats to fill.
That would make T = 4.66, not T = 3.5
It looks like a combination of Droop and Hare quota was used?
Edited 1/25/2019 11:24:31