Tweak
This commit is contained in:
@@ -2,7 +2,7 @@ Ladder Equation
|
|||||||
---
|
---
|
||||||
_10 June 2019_
|
_10 June 2019_
|
||||||
|
|
||||||
attackerScore = combats you've won as attacker where your force >= defender force x (undefended ? 0.25 : 1)
|
attackerScore = combats you've won as attacker where your force <= (defender force x (undefended ? 0.25 : 1))
|
||||||
defenderScore = combats you've won as defender
|
defenderScore = combats you've won as defender
|
||||||
rankWeight = (soldiers x 5 + recruits + scientists + spies) + (attackerScore + defenderScore) / 10 + gold / 10;
|
rankWeight = (soldiers x 5 + recruits + scientists + spies) + (attackerScore + defenderScore) / 10 + gold / 10;
|
||||||
ladderRank = position in rankWeight compared to all other players
|
ladderRank = position in rankWeight compared to all other players
|
||||||
|
|||||||
Reference in New Issue
Block a user