diff options
| author | BrokenTalentsFun CI <ci@brokentalents.fun> | 2018-12-13 18:37:35 +0100 |
|---|---|---|
| committer | BrokenTalentsFun CI <ci@brokentalents.fun> | 2018-12-27 13:02:58 +0100 |
| commit | b9dc232e89961eed0238fa06f8a45d4387274e70 (patch) | |
| tree | a05d2b4a34bd6f68eb7c4d2fb282fd48d9ee8252 /data/f7f9e512/metadata.json | |
| parent | 5a1ffd15dc0fe5962f131b87b53302a3bcce8904 (diff) | |
| download | brokentalents-b9dc232e89961eed0238fa06f8a45d4387274e70.tar.gz brokentalents-b9dc232e89961eed0238fa06f8a45d4387274e70.zip | |
automatic build
Diffstat (limited to 'data/f7f9e512/metadata.json')
| -rw-r--r-- | data/f7f9e512/metadata.json | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/data/f7f9e512/metadata.json b/data/f7f9e512/metadata.json new file mode 100644 index 0000000..77b4530 --- /dev/null +++ b/data/f7f9e512/metadata.json @@ -0,0 +1,112 @@ +{ + "lastUpdate": "2018-12-27T11:04:35.865Z", + "config": { + "api": { + "baseUrl": "https://api.dc01.gamelockerapp.com", + "timeout": 3, + "patchVersion": "3.9", + "startDate": "2018-12-11 18Z", + "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 |
