What is the mechanism for allocating points for the entire team in coalition wars?

The points in wars are based on the Hit Points of the team.

Edit: and welcome here to the forum :slight_smile:

Okay, it’s closed, but I will provide a simple example with a fictional even distribution of health points per team @Loca14

Alliance consisting of 3 people.
One with a team with 3000 TP (strength) and 5 heroes with 800 HP each = 5 * 800 = 4000 HP.
Another one with 3000 TP and 5 heroes with 600 HP each = 5 * 600 = 3000 HP.
And one with 2500 TP and 400 HP each = 5 * 400 = 2000 HP.

Point distribution:

  • overall alliance health points = 4000 + 3000 + 2000 = 9000. (OAP)

Team 1:

  • basic points = 1000 * 4000 HP/9000 OAP = 445 (444,44444…rounded up)
  • bonus points = 5000 * 4000HP/9000 OAP = 223
  • overall points for team 1: 445+223=668

Team 2:

  • basic points: 1000 * 3000 HP/9000 OAP = 334
  • bonus points: 5000 * 3000/9000 = 167
  • overall points for team 2: 501

Team 3:

  • basic: 1000 * 2000/9000 = 223
  • bonus: 500 * 2000/900 = 112
  • overall: 335

Overall points in the war against these teams: 668 + 501 + 335 = 1504 (it’s a bit over 1500 because of the rounding).

Strength (TP) Health points Points
3000 4000 668
3000 3000 501
2500 2000 335

If you want some real world examples - I had a quarrel with someone else some time ago and there you can see, that the points are distributed per HP:

You can check this yourself, but it’s a whole lot of work to get all these numbers together. For this, you must sum up the health points in team view (the points with the green bar) for every team, sum them all up and do the calculation for each team and the summed up overall points…
I did it once for my alliance to proof the formula and it was correct.

3 Likes