diff options
| author | BrokenTalentsFun CI <ci@brokentalents.fun> | 2018-09-07 18:05:26 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:42 +0100 |
| commit | 310191108d823f3130b3e670b3b476904d26db9c (patch) | |
| tree | ed8af3bed5622e8f61d28a642df82cc9dea1f43b /data/01ca8592/metadata.json | |
| parent | 590de71a5ba9a8aa939c53c47a225dc4d2bba1d4 (diff) | |
| download | brokentalents-310191108d823f3130b3e670b3b476904d26db9c.tar.gz brokentalents-310191108d823f3130b3e670b3b476904d26db9c.zip | |
automatic build
Diffstat (limited to 'data/01ca8592/metadata.json')
| -rw-r--r-- | data/01ca8592/metadata.json | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/data/01ca8592/metadata.json b/data/01ca8592/metadata.json new file mode 100644 index 0000000..4e5c13d --- /dev/null +++ b/data/01ca8592/metadata.json @@ -0,0 +1,112 @@ +{ + "lastUpdate": "2018-10-14T08:01:18.650Z", + "config": { + "api": { + "baseUrl": "https://api.dc01.gamelockerapp.com", + "timeout": 3, + "patchVersion": "3.7", + "startDate": "2018-09-06 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 |
