โจ What's New? -Updates in preparation for Season 2 this Saturday! ๐ -Energy Removed: Now you need $MOKL to play! -Gameplay improvements for a smoother experience. Simpler, more direct, and fully focused on battles! โ๏ธ
Points Allocation System for Season Two of "Mortal Klicker"
Basic Structure Starting Score: Every player begins with a "differential score" (startdiff) that represents the difference between their wins (win) and losses (lose) at the start of the season. This is calculated as: startdiff = win - lose
Extra Points: Whenever a player wins a match, extra points are awarded based on how much they improve their performance relative to their startdiff. The formula is: points = Math.max(0, (currentDiff - startdiff) * 3) currentDiff: The player's current win-loss differential after the win. startdiff: The player's initial differential at the beginning of the season.
The multiplier 3 means every point of improvement over the startdiff is worth 3 extra points.
Points Allocation Process Initial Check: When a match is completed and a player wins, the bot checks whether the player is already listed in the season_1 database table.
New Player: If the player is not listed in the table:
They are added with an initial win of 1, their current startdiff, and an extra based on their startdiff: If startdiff is positive, they receive an initial bonus of 3 points. If startdiff is zero or negative, their extra starts at 0.
Existing Player: If the player is already in the table: Their win count is incremented by 1. The new currentDiff is calculated. Extra points are updated using the formula above. If the player's performance improves compared to their startdiff, they earn extra points. If their performance worsens, they don't lose points but don't gain additional extra points either.
Final Considerations This system rewards consistent improvement relative to the player's starting performance, offering a dynamic way to track progress during the season. Players are not directly penalized for losses (in terms of losing points), but the focus is on rewarding overall improvement.
This approach makes the game more competitive and strategic, as players need to focus not only on winning matches but also on improving their baseline performance.
๐ฅ Mortal Klicker Season 2 - PvP Tournament! ๐ฅ
Itโs time to prove who the real champion of Mortal Klicker is! ๐น๏ธ Join the competition and challenge the best players to win a 40 TON prize pool!
๐ 1st Place: 25 TON ๐ฅ 2nd Place: 10 TON ๐ฅ 3rd Place: 5 TON