Skip to content

Instantly share code, notes, and snippets.

@barkerja
Last active June 6, 2017 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barkerja/c24f505ae9a2da846709c2fa27c4b499 to your computer and use it in GitHub Desktop.
Save barkerja/c24f505ae9a2da846709c2fa27c4b499 to your computer and use it in GitHub Desktop.
{
"ana" : ["lucio", "zenyatta", "mercy"],
"bastion" : ["reinhardt", "torbjorn", "winston"],
"dva" : ["pharah", "widowmaker", "reinhardt"],
"genji" : ["bastion", "mercy", "widowmaker"],
"hanzo" : ["torbjorn","bastion", "widowmaker"],
"junkrat" : ["bastion", "mei", "torbjorn"],
"lucio" : ["winston", "dva", "reaper"],
"mccree" : ["reaper", "tracer", "winston"],
"mei" : ["winston", "tracer", "genji"],
"mercy" : ["No one."],
"orisa" : ["reinhardt", "torbjorn", "roadhog"],
"pharah" : ["junkrat", "bastion", "mei"],
"reaper" : ["bastion", "mei", "winston"],
"reinhardt" : ["soldier76", "torbjorn", "tracer"],
"roadhog" : ["pharah", "reinhardt", "tracer"],
"soldier76" : ["torbjorn", "pharah", "mercy"],
"sombra" : ["bastion", "pharah", "mercy"],
"symmetra" : ["bastion", "dva", "reinhardt"],
"torbjorn" : ["genji", "lucio", "tracer"],
"tracer" : ["widowmaker", "orisa", "mercy", "bastion"],
"widowmaker" : ["orisa", "pharah", "torbjorn"],
"winston" : ["genji", "widowmaker", "hanzo"],
"zarya" : ["dva", "winston", "genji"],
"zenyatta" : ["dva", "roadhog", "winston"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment