diff options
| author | BrokenTalentsFun CI <ci@brokentalents.fun> | 2018-10-19 20:27:39 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:43 +0100 |
| commit | 08596e5b7a169868d0bf6b777f3680c970fd376f (patch) | |
| tree | 5ac7dcc31b94ffa7c0bc8235105c9979c859fb17 /data/43b7b84e/metadata.json | |
| parent | 97ac76579d414b63b9e3a6a2cd68505e73577c98 (diff) | |
| download | brokentalents-08596e5b7a169868d0bf6b777f3680c970fd376f.tar.gz brokentalents-08596e5b7a169868d0bf6b777f3680c970fd376f.zip | |
automatic build
Diffstat (limited to 'data/43b7b84e/metadata.json')
| -rw-r--r-- | data/43b7b84e/metadata.json | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/data/43b7b84e/metadata.json b/data/43b7b84e/metadata.json new file mode 100644 index 0000000..7558d5f --- /dev/null +++ b/data/43b7b84e/metadata.json @@ -0,0 +1,112 @@ +{ + "lastUpdate": "2018-10-19T17:19:39.039Z", + "config": { + "api": { + "baseUrl": "https://api.dc01.gamelockerapp.com", + "timeout": 3, + "patchVersion": "3.8", + "startDate": "2018-10-17 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 |
