diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ReportService.js | 4 | ||||
| -rw-r--r-- | src/maps/names.json | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/src/ReportService.js b/src/ReportService.js index b8a23fd..51d0917 100644 --- a/src/ReportService.js +++ b/src/ReportService.js @@ -1,5 +1,5 @@ import * as maps from './maps/maps'; -import * as metadata from '../data/5f7773da/metadata.json'; +import * as metadata from '../data/a698a30d/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/5f7773da/report.json') +const report = require('../data/a698a30d/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 01e3934..8ffb896 100644 --- a/src/maps/names.json +++ b/src/maps/names.json @@ -22,5 +22,8 @@ "*Talent_Kinetic_TalentC*": "Max Kinetic", "*Talent_Anka_TalentA*": "Gale Blade", "*Talent_Anka_TalentB*": "Gythian Tempest", - "*Talent_Anka_TalentC*": "Crimson Blade" + "*Talent_Anka_TalentC*": "Crimson Blade", + "*Talent_Silvernail_TalentA*": "Bolt Action", + "*Talent_Silvernail_TalentB*": "Caustic Bounty", + "*Talent_Silvernail_TalentC*": "Tri-Wire" } |
