Skip to content

Instantly share code, notes, and snippets.

@andrewfinnell
Last active January 7, 2023 18:15
Show Gist options
  • Save andrewfinnell/95f6893e22f1362b89e6f69af01c5851 to your computer and use it in GitHub Desktop.
Save andrewfinnell/95f6893e22f1362b89e6f69af01c5851 to your computer and use it in GitHub Desktop.
Heroes of the Storm - MVP Calculation
  • add kills

  • add assists x [LostVikings=0.75, Abathur=0.8, other=1]

  • add (timeSpentDead / gameLength) x 100 x [Murky=-1, Gall=-1, Cho=-0.85, other=-0.5]

  • add 1 if player has top hero damage of his team

  • add 1 if player has top hero damage of the match

  • add 1 if player has top siege damage of his team

  • add 1 if player has top siege damage of the match

  • add 1 if player has top healing of the match

  • add 1 if player has top XP contribution of his team

  • add 1 if player has top XP contribution of the match

  • add 0.5 if player is Warrior and has top damage received of his team

  • add 1 if player is Warrior and has top damage received of the match

  • If multiple players share highest score, pick the one with higher XP contribution (or random, if equal XP contribution).

@XtroTheArctic
Copy link

Makes much sense but is there any source to this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment