diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-09-07 19:34:35 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:39 +0100 |
| commit | 9f88bbb659d6650e26ced4310276f636c72a5673 (patch) | |
| tree | 7bc978cadda14a1c63e217812c54261cbd34455b /src | |
| parent | d9eabf80ccb497a1b293583fb408b5404a486769 (diff) | |
| download | brokentalents-9f88bbb659d6650e26ced4310276f636c72a5673.tar.gz brokentalents-9f88bbb659d6650e26ced4310276f636c72a5673.zip | |
Update 3.7: Yates
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 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" } |
