🏆 MVP Leaderboard

@if (showInfo) {
📊 How the MVP List is Generated

The MVP list is generated based on each player's activity in the last three weeks. The calculation takes into account Weekly VS Duel Points, Marshal Participation, and Desert Storm Participation.

🔹 Step 1: Weekly VS Duel Points (80% Weighting)

This is the most important factor. The total VS points from the last three weeks are divided by 1,000,000 and multiplied by 0.8.

Formula:

(Total VS Points from last 3 weeks / 1,000,000) * 0.8
🔹 Step 2: Participation in Events (20% Weighting)
  • Marshal Participation: Each participation earns 20 points.
  • Desert Storm Participation: Each participation earns 40 points.

Formula:

(Marshal points + Desert Storm points) * 0.2
📌 Example Calculation
  • VS Points from last 3 weeks: 130 million
  • Marshal Participations: 8
  • Desert Storm Participations: 2

Final Calculation:

  • VS Points: (130,000,000 / 1,000,000) * 0.8 = 104
  • Marshal: 8 * 20 = 160
  • Desert Storm: 2 * 40 = 80
  • Additional Points: (160 + 80) * 0.2 = 48
  • Total MVP Points: 104 + 48 = 152
🔍 How the MVP List Works

The system ranks players based on their total MVP points. You can filter the list using the options below:

  • Players Only: Show only regular players.
  • Only R5/R4: Show only high-ranking players.
  • Show All: Display the complete MVP list.
}
@for (player of mvpPlayers; track player.name; let i = $index) { }
# Name Rank VS Points Marshal Participation Desert Storm Participation MVP Points Attended 3 VS Duel weeks
{{i + 1}} {{player.name}} {{player.allianceRank}} {{player.duelPointsLast3Weeks | number}} {{player.marshalParticipationCount}} {{player.desertStormParticipationCount}} {{player.mvpScore}}