ajhyndman / fire-emblem-working-title

A fledgling project wrangling Fire Emblem: Heroes stats
25 stars 6 forks source link

Skills table has duplicates #46

Open ajhyndman opened 7 years ago

ajhyndman commented 7 years ago

I ran a script, it seems the following skills appear multiple times in our stats!

[ 'Fire Breath',
  'Fire Breath+',
  'Lightning Breath',
  'Lightning Breath+',
  'Fire Breath',
  'Fire Breath+',
  'Lightning Breath',
  'Lightning Breath+',
  'Fire Breath',
  'Fire Breath+' ]
AlmostMatt commented 7 years ago

Is this launch blocking because of problems with url encoding?

ajhyndman commented 7 years ago

Hmm. I guess I was just thinking that duplicate entries or unreliability in our stats was generally a high priority, since everything else is predicated on it.

It did trip me up in my url encoding, but I was able to find a workaround.