Leaderboard
{#each bepPlayers as player, $index} {/each}
# Name BR CR
{$index + 1} {player.faction_id} {player.name} {calculateBr(player.bep)} {calculateCr(player.cep)}
{#each cepPlayers as player, $index} {/each}
# Name BR CR
{$index + 1} {player.faction_id} {player.name} {calculateBr(player.bep)} {calculateCr(player.cep)}
{#each kills as killer, $index} {/each}
# Name Kills BR CR
{$index + 1} {killer.faction_id} {killer.name} {killer.count} {calculateBr(killer.bep)} {calculateCr(killer.cep)}
{#each outfits as outfit, $index} {/each}
# Name Leader Members Points
{$index + 1} {outfit.faction} {outfit.outfit_name} {outfit.leader_name} {outfit.members} {outfit.points}
Top 50 Characters Most Daily Kills {#each dateKills as player, $index} {/each}
# Date Name Kills
{$index + 1} {player.f_kill_date} {player.faction_id} {player.name} {player.kill_count}