diff options
| author | BrokenTalentsFun CI <ci@brokentalents.fun> | 2019-01-25 17:00:35 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2019-04-27 09:22:51 +0200 |
| commit | b8a6c061fdef75187d7048bd2daa4ba4c784e217 (patch) | |
| tree | 303301fc89de293d2afe8c380f4c1c969ba736f6 /data/55606a1e/metadata.json | |
| parent | 40fd6969c0e2cd8292a9cae3ee84e0cadbf5b815 (diff) | |
| download | brokentalents-b8a6c061fdef75187d7048bd2daa4ba4c784e217.tar.gz brokentalents-b8a6c061fdef75187d7048bd2daa4ba4c784e217.zip | |
update data
Diffstat (limited to 'data/55606a1e/metadata.json')
| -rw-r--r-- | data/55606a1e/metadata.json | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/data/55606a1e/metadata.json b/data/55606a1e/metadata.json new file mode 100644 index 0000000..572ae4c --- /dev/null +++ b/data/55606a1e/metadata.json @@ -0,0 +1,112 @@ +{ + "lastUpdate": "2019-01-27T11:00:14.985Z", + "config": { + "api": { + "baseUrl": "https://api.dc01.gamelockerapp.com", + "timeout": 3, + "patchVersion": "3.10", + "startDate": "2019-01-23 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 |
