diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-08-09 21:11:28 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:37 +0100 |
| commit | f4841ce095ff2e32fd745c977eccccbb9ec2a8e8 (patch) | |
| tree | 4934fa256d484eca643074590566acea3c95d12b /data/a698a30d/metadata.json | |
| parent | c0e2bf9d3a9f8d1b680f56116cc878116a51a0ee (diff) | |
| download | brokentalents-f4841ce095ff2e32fd745c977eccccbb9ec2a8e8.tar.gz brokentalents-f4841ce095ff2e32fd745c977eccccbb9ec2a8e8.zip | |
Init 3.6 data and add assets
Diffstat (limited to 'data/a698a30d/metadata.json')
| -rw-r--r-- | data/a698a30d/metadata.json | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/data/a698a30d/metadata.json b/data/a698a30d/metadata.json new file mode 100644 index 0000000..336a921 --- /dev/null +++ b/data/a698a30d/metadata.json @@ -0,0 +1,112 @@ +{ + "lastUpdate": "2018-08-09T18:13:09.967Z", + "config": { + "api": { + "baseUrl": "https://api.dc01.gamelockerapp.com", + "timeout": 3, + "patchVersion": "3.6", + "startDate": "2018-08-08 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 |
