From 988a531e525cd8bee7f8d5d8ea1d88a3c9dd5ea1 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 10 Jun 2019 21:07:17 +1000 Subject: [PATCH] Wrote update --- public/news/2019-06-10-02.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 public/news/2019-06-10-02.md diff --git a/public/news/2019-06-10-02.md b/public/news/2019-06-10-02.md new file mode 100644 index 0000000..394c5b7 --- /dev/null +++ b/public/news/2019-06-10-02.md @@ -0,0 +1,13 @@ +Ladder Equation +--- +_10 June 2019_ + +attackerScore = combats you've won as attacker where your force >= defender force x (undefended ? 0.25 : 1) +defenderScore = combats you've won as defender +rankWeight = (soldiers x 5 + recruits + scientists + spies) + (attackerScore + defenderScore) / 10 + gold / 10; +ladderRank = position in rankWeight compared to all other players + +This is the new equation for the game ladder. I hope this helps people enjoy the game a little more. + +If you want to join the community, come to the discord! https://discord.gg/FQmz8TN +