summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ReportService.js4
-rw-r--r--src/maps/names.json5
2 files changed, 6 insertions, 3 deletions
diff --git a/src/ReportService.js b/src/ReportService.js
index 51d0917..b743d22 100644
--- a/src/ReportService.js
+++ b/src/ReportService.js
@@ -1,5 +1,5 @@
import * as maps from './maps/maps';
-import * as metadata from '../data/a698a30d/metadata.json';
+import * as metadata from '../data/01ca8592/metadata.json';
import * as baseStats from '../data/vainglory.json'; // Thanks to https://github.com/oberocks/vainglory-base-stats
import * as R from 'ramda';
@@ -7,7 +7,7 @@ const POPULAR_THRESHOLD = 1.0; // percent
const PICKS_THRESHOLD = 300; // picks
const VARIANCE_THRESHOLD = 0.25; // % minimum accuracy
-const report = require('../data/a698a30d/report.json')
+const report = require('../data/01ca8592/report.json')
.filter((entry) => entry.Actor != undefined); // bad data from API downtime
const reports = new Map();
diff --git a/src/maps/names.json b/src/maps/names.json
index 8ffb896..eac60b2 100644
--- a/src/maps/names.json
+++ b/src/maps/names.json
@@ -25,5 +25,8 @@
"*Talent_Anka_TalentC*": "Crimson Blade",
"*Talent_Silvernail_TalentA*": "Bolt Action",
"*Talent_Silvernail_TalentB*": "Caustic Bounty",
- "*Talent_Silvernail_TalentC*": "Tri-Wire"
+ "*Talent_Silvernail_TalentC*": "Tri-Wire",
+ "*Talent_Yates_TalentA*": "Extended Hooks",
+ "*Talent_Yates_TalentB*": "Whiplash",
+ "*Talent_Yates_TalentC*": "Rapid Response"
}