Community Points Formula
community_points = sum(player_points) + (5 * community_wins) - (2 * community_losses) + (2 * community_games)
GOOSE COMBATS
Official ranking formulas currently used by the bot for community and player leaderboards.
community_points = sum(player_points) + (5 * community_wins) - (2 * community_losses) + (2 * community_games)
player_points = (2 * finished_games_played) + kills + (5 if individual_winner else 0)