diff options
| author | BrokenTalentsFun CI <ci@brokentalents.fun> | 2019-03-15 18:10:48 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2019-04-27 09:22:57 +0200 |
| commit | 32708ac2b15f102f1114b16b1668ce7374f99db3 (patch) | |
| tree | 0c6029a81c90d5f90bc7f0c9e782de5cb0617056 /data/b0051a1f/metadata.json | |
| parent | bfa26599ec3d37343ed6e0c4bf0d403feb89ecd2 (diff) | |
| download | brokentalents-32708ac2b15f102f1114b16b1668ce7374f99db3.tar.gz brokentalents-32708ac2b15f102f1114b16b1668ce7374f99db3.zip | |
update data
Diffstat (limited to 'data/b0051a1f/metadata.json')
| -rw-r--r-- | data/b0051a1f/metadata.json | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/data/b0051a1f/metadata.json b/data/b0051a1f/metadata.json new file mode 100644 index 0000000..6f31a6d --- /dev/null +++ b/data/b0051a1f/metadata.json @@ -0,0 +1,112 @@ +{ + "lastUpdate": "2019-03-16T11:01:07.556Z", + "config": { + "api": { + "baseUrl": "https://api.dc01.gamelockerapp.com", + "timeout": 3, + "patchVersion": "4.1", + "startDate": "2019-03-13 16Z", + "regions": [ + "sg", + "eu", + "na" + ], + "modes": [ + "blitz_pvp_ranked", + "casual_aral", + "ranked", + "5v5_pvp_ranked" + ], + "matchesPerRequest": 5, + "requestsPerInterval": 50, + "interval": 1, + "intervalUnit": "hours", + "intervalsPerMinute": 1 + }, + "etl": { + "participant": [ + [ + "Winner", + [ + "attributes", + "stats", + "winner" + ] + ], + [ + "Kills", + [ + "attributes", + "stats", + "kills" + ] + ], + [ + "Deaths", + [ + "attributes", + "stats", + "deaths" + ] + ], + [ + "CrystalMinerKills", + [ + "attributes", + "stats", + "crystalMineCaptures" + ] + ], + [ + "GoldMinerKills", + [ + "attributes", + "stats", + "goldMineCaptures" + ] + ], + [ + "TurretKills", + [ + "attributes", + "stats", + "turretCaptures" + ] + ] + ], + "roster": [], + "match": [ + [ + "Mode", + [ + "attributes", + "gameMode" + ] + ] + ] + }, + "reduce": { + "derived": [ + null + ], + "group": [ + "Actor", + "Talent", + "Mode", + "LevelBucket" + ], + "sum": [ + "Winner", + "Kills", + "Deaths", + "CrystalMinerKills", + "GoldMinerKills", + "TurretKills" + ] + }, + "file": {}, + "self": { + "levelBuckets": 5 + } + } +}
\ No newline at end of file |
