diff --git a/zone_raw/code_post_gfx_mp/leaderboards/DEFAULT_LB.json b/zone_raw/code_post_gfx_mp/leaderboards/DEFAULT_LB.json new file mode 100644 index 0000000..b07ec00 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/DEFAULT_LB.json @@ -0,0 +1,25 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "propertyId": 268468225, + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "propertyId": 1073774594, + "type": "number" + } + ], + "id": 0, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "normal" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_ACCOLADES.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_ACCOLADES.json new file mode 100644 index 0000000..1d272f6 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_ACCOLADES.json @@ -0,0 +1,47 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 65534, + "name": "Awarded", + "type": "number" + } + ], + "id": 2000, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "normal", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_ACCURACY_AT.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_ACCURACY_AT.json new file mode 100644 index 0000000..8e87dcf --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_ACCURACY_AT.json @@ -0,0 +1,64 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 65534, + "name": "Accuracy", + "precision": 2, + "statName": "accuracy", + "type": "percent" + }, + { + "aggregationFunction": "last", + "colId": 3, + "name": "Hits", + "statName": "hits", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 4, + "name": "Misses", + "statName": "misses", + "type": "number" + } + ], + "id": 1003, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "PRESTIGE_ALLTIME" + ], + "updateType": "normal", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_KILLS_AT.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_KILLS_AT.json new file mode 100644 index 0000000..f081cf5 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_KILLS_AT.json @@ -0,0 +1,103 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 65534, + "name": "Kills", + "statName": "kills", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 3, + "name": "Deaths", + "statName": "deaths", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 4, + "name": "Kill/Death Ratio", + "precision": 3, + "statName": "kdRatio", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 5, + "name": "Kill Streak", + "statName": "killStreak", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 6, + "hidden": true, + "name": "Games Played", + "statName": "gamesPlayed", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 65530, + "name": "Avg Kills", + "type": "number", + "uiCalColX": 65534, + "uiCalColY": 6 + }, + { + "aggregationFunction": "last", + "colId": 7, + "hidden": true, + "name": "Assists", + "statName": "assists", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 8, + "hidden": true, + "name": "Headshots", + "statName": "headshots", + "type": "number" + } + ], + "id": 1002, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "PRESTIGE_ALLTIME" + ], + "updateType": "normal", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_KILLS_LT.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_KILLS_LT.json new file mode 100644 index 0000000..8787dd1 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_KILLS_LT.json @@ -0,0 +1,97 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65531, + "name": "Kill/Death Ratio", + "precision": 3, + "type": "number", + "uiCalColX": 65534, + "uiCalColY": 3 + }, + { + "aggregationFunction": "max", + "colId": 4, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65530, + "name": "Avg Kills", + "type": "number", + "uiCalColX": 65534, + "uiCalColY": 65532 + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Assists", + "statName": "round assists", + "type": "number" + } + ], + "id": 1002, + "prestigeColId": 1, + "trackTypes": [ + "WEEKLY", + "MONTHLY", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_TOTALXP_AT.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_TOTALXP_AT.json new file mode 100644 index 0000000..5208f75 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_TOTALXP_AT.json @@ -0,0 +1,71 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 65534, + "name": "Score", + "statName": "score", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 3, + "name": "Time Played", + "statName": "timePlayedTotal", + "type": "time" + }, + { + "aggregationFunction": "last", + "colId": 4, + "name": "Games Played", + "statName": "gamesPlayed", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65530, + "name": "Avg Score", + "type": "number", + "uiCalColX": 65534, + "uiCalColY": 4 + } + ], + "id": 1000, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "PRESTIGE_ALLTIME" + ], + "updateType": "normal", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_TOTALXP_LT.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_TOTALXP_LT.json new file mode 100644 index 0000000..5a8b724 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_TOTALXP_LT.json @@ -0,0 +1,72 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65530, + "name": "Avg Score", + "type": "number", + "uiCalColX": 65534, + "uiCalColY": 65532 + } + ], + "id": 1000, + "prestigeColId": 1, + "trackTypes": [ + "WEEKLY", + "MONTHLY", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_WINS_AT.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_WINS_AT.json new file mode 100644 index 0000000..295186b --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_WINS_AT.json @@ -0,0 +1,71 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 65534, + "name": "Wins", + "statName": "wins", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 3, + "name": "Losses", + "statName": "losses", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 4, + "name": "Win/Loss Ratio", + "precision": 3, + "statName": "winLossRatio", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 5, + "name": "Win Streak", + "statName": "winStreak", + "type": "number" + } + ], + "id": 1001, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "PRESTIGE_ALLTIME" + ], + "updateType": "normal", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_WINS_LT.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_WINS_LT.json new file mode 100644 index 0000000..a49e41c --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GB_WINS_LT.json @@ -0,0 +1,74 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Wins", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "name": "Losses", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65531, + "name": "Win/Loss Ratio", + "precision": 3, + "type": "number", + "uiCalColX": 65534, + "uiCalColY": 3 + }, + { + "aggregationFunction": "max", + "colId": 4, + "name": "Win Streak", + "statName": "currentWinStreak", + "type": "number" + } + ], + "id": 1001, + "prestigeColId": 1, + "trackTypes": [ + "WEEKLY", + "MONTHLY", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_CONF.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_CONF.json new file mode 100644 index 0000000..ac69c04 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_CONF.json @@ -0,0 +1,97 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Confirms", + "statName": "round confirmed", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Denies", + "statName": "round denied", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1018, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_CONF_HC.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_CONF_HC.json new file mode 100644 index 0000000..891e3ea --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_CONF_HC.json @@ -0,0 +1,97 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Confirms", + "statName": "round confirmed", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Denies", + "statName": "round denied", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1028, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_CTF.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_CTF.json new file mode 100644 index 0000000..bbd9a14 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_CTF.json @@ -0,0 +1,104 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Returns", + "statName": "round returns", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Defends", + "statName": "round defends", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 8, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1016, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_CTF_HC.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_CTF_HC.json new file mode 100644 index 0000000..072604c --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_CTF_HC.json @@ -0,0 +1,104 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Returns", + "statName": "round returns", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Defends", + "statName": "round defends", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 8, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1026, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DD.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DD.json new file mode 100644 index 0000000..74260e1 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DD.json @@ -0,0 +1,104 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Plants", + "statName": "round plants", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Defuses", + "statName": "round defuses", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Defends", + "statName": "round defends", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 8, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1017, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DD_HC.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DD_HC.json new file mode 100644 index 0000000..2c1af15 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DD_HC.json @@ -0,0 +1,104 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Plants", + "statName": "round plants", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Defuses", + "statName": "round defuses", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Defends", + "statName": "round defends", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 8, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1027, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DM.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DM.json new file mode 100644 index 0000000..901b322 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DM.json @@ -0,0 +1,99 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Death", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65531, + "name": "Kill/Death Ratio", + "precision": 3, + "type": "number", + "uiCalColX": 4, + "uiCalColY": 5 + }, + { + "aggregationFunction": "sum", + "colId": 6, + "hidden": true, + "name": "Assists", + "statName": "round assists", + "type": "number" + } + ], + "id": 1010, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DM_HC.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DM_HC.json new file mode 100644 index 0000000..b3fb92f --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DM_HC.json @@ -0,0 +1,99 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Death", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65531, + "name": "Kill/Death Ratio", + "precision": 3, + "type": "number", + "uiCalColX": 4, + "uiCalColY": 5 + }, + { + "aggregationFunction": "sum", + "colId": 6, + "hidden": true, + "name": "Assists", + "statName": "round assists", + "type": "number" + } + ], + "id": 1020, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DOM.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DOM.json new file mode 100644 index 0000000..213ce92 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DOM.json @@ -0,0 +1,97 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Defends", + "statName": "round defends", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1014, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DOM_HC.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DOM_HC.json new file mode 100644 index 0000000..0f79c90 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_DOM_HC.json @@ -0,0 +1,97 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Defends", + "statName": "round defends", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1024, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_KOTH.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_KOTH.json new file mode 100644 index 0000000..2c13815 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_KOTH.json @@ -0,0 +1,104 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Destructions", + "statName": "round destructions", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Defends", + "statName": "round defends", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 8, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1015, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_KOTH_HC.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_KOTH_HC.json new file mode 100644 index 0000000..8113d98 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_KOTH_HC.json @@ -0,0 +1,104 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Destructions", + "statName": "round destructions", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Defends", + "statName": "round defends", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 8, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1025, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_SAB.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_SAB.json new file mode 100644 index 0000000..49ae7a6 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_SAB.json @@ -0,0 +1,104 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Plants", + "statName": "round plants", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Defuses", + "statName": "round defuses", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Defends", + "statName": "round defends", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 8, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1013, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_SAB_HC.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_SAB_HC.json new file mode 100644 index 0000000..2603931 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_SAB_HC.json @@ -0,0 +1,104 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Plants", + "statName": "round plants", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Defuses", + "statName": "round defuses", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Defends", + "statName": "round defends", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 8, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1023, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_SD.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_SD.json new file mode 100644 index 0000000..3673bed --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_SD.json @@ -0,0 +1,104 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Plants", + "statName": "round plants", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Defuses", + "statName": "round defuses", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Defends", + "statName": "round defends", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 8, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1012, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_SD_HC.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_SD_HC.json new file mode 100644 index 0000000..0bd37bd --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_SD_HC.json @@ -0,0 +1,104 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Plants", + "statName": "round plants", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Defuses", + "statName": "round defuses", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Defends", + "statName": "round defends", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 7, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 8, + "hidden": true, + "name": "Death", + "statName": "round deaths", + "type": "number" + } + ], + "id": 1022, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_TDEF.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_TDEF.json new file mode 100644 index 0000000..3b15d5c --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_TDEF.json @@ -0,0 +1,89 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Death", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Assists", + "statName": "round assists", + "type": "number" + } + ], + "id": 1019, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_TDEF_HC.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_TDEF_HC.json new file mode 100644 index 0000000..327130e --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_TDEF_HC.json @@ -0,0 +1,89 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Death", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Assists", + "statName": "round assists", + "type": "number" + } + ], + "id": 1029, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_WAR.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_WAR.json new file mode 100644 index 0000000..f3101ca --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_WAR.json @@ -0,0 +1,98 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65531, + "name": "Kill/Death Ratio", + "precision": 3, + "type": "number", + "uiCalColX": 4, + "uiCalColY": 5 + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Assists", + "statName": "round assists", + "type": "number" + } + ], + "id": 1011, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_WAR_HC.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_WAR_HC.json new file mode 100644 index 0000000..0b03533 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_GM_WAR_HC.json @@ -0,0 +1,98 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "last", + "colId": 65535, + "name": "Rank", + "type": "number" + }, + { + "aggregationFunction": "last", + "colId": 1, + "hidden": true, + "name": "Prestige Level", + "statName": "prestige", + "type": "prestige" + }, + { + "aggregationFunction": "last", + "colId": 2, + "hidden": true, + "name": "Total XP", + "statName": "experience", + "type": "levelxp" + }, + { + "aggregationFunction": "last", + "colId": 65533, + "name": "Gamer Name", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65534, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65531, + "name": "Kill/Death Ratio", + "precision": 3, + "type": "number", + "uiCalColX": 4, + "uiCalColY": 5 + }, + { + "aggregationFunction": "sum", + "colId": 6, + "name": "Assists", + "statName": "round assists", + "type": "number" + } + ], + "id": 1021, + "prestigeColId": 1, + "trackTypes": [ + "ALLTIME", + "WEEKLY", + "MONTHLY", + "PRESTIGE_ALLTIME", + "PRESTIGE_WEEKLY", + "PRESTIGE_MONTHLY" + ], + "updateType": "combine", + "xpColId": 2 +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_ALPHA.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_ALPHA.json new file mode 100644 index 0000000..2ed6ef2 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_ALPHA.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7006, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_BOOTLEG.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_BOOTLEG.json new file mode 100644 index 0000000..3de0fe1 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_BOOTLEG.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7013, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_BRAVO.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_BRAVO.json new file mode 100644 index 0000000..5503599 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_BRAVO.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7007, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_CARBON.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_CARBON.json new file mode 100644 index 0000000..84b9efc --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_CARBON.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7002, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_DOME.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_DOME.json new file mode 100644 index 0000000..1678eb2 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_DOME.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7000, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_EXCHANGE.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_EXCHANGE.json new file mode 100644 index 0000000..be5a923 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_EXCHANGE.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7010, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_HARDHAT.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_HARDHAT.json new file mode 100644 index 0000000..52a4356 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_HARDHAT.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7012, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_INTERCHANGE.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_INTERCHANGE.json new file mode 100644 index 0000000..4ba812a --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_INTERCHANGE.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7015, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_LAMBETH.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_LAMBETH.json new file mode 100644 index 0000000..35c5d37 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_LAMBETH.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7014, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_MOGADISHU.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_MOGADISHU.json new file mode 100644 index 0000000..345e149 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_MOGADISHU.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7009, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_PARIS.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_PARIS.json new file mode 100644 index 0000000..1ac992f --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_PARIS.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7005, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_PLAZA2.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_PLAZA2.json new file mode 100644 index 0000000..880a3bc --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_PLAZA2.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7008, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_RADAR.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_RADAR.json new file mode 100644 index 0000000..08f8de6 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_RADAR.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7004, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_SEATOWN.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_SEATOWN.json new file mode 100644 index 0000000..d5d52c7 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_SEATOWN.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7003, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_UNDERGROUND.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_UNDERGROUND.json new file mode 100644 index 0000000..1e40805 --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_UNDERGROUND.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7011, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +} diff --git a/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_VILLAGE.json b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_VILLAGE.json new file mode 100644 index 0000000..4cb8e1f --- /dev/null +++ b/zone_raw/code_post_gfx_mp/leaderboards/LB_MAP_MP_VILLAGE.json @@ -0,0 +1,82 @@ +{ + "_type": "leaderboard", + "_version": 1, + "columns": [ + { + "aggregationFunction": "sum", + "colId": 65534, + "hidden": true, + "name": "Score", + "statName": "round score", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 65532, + "hidden": true, + "name": "Games Played", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 1, + "hidden": true, + "name": "Time Played", + "statName": "round timePlayed", + "type": "time" + }, + { + "aggregationFunction": "sum", + "colId": 2, + "hidden": true, + "name": "Kills", + "statName": "round kills", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 3, + "hidden": true, + "name": "Deaths", + "statName": "round deaths", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 4, + "hidden": true, + "name": "Win", + "statName": "round win", + "type": "number" + }, + { + "aggregationFunction": "sum", + "colId": 5, + "hidden": true, + "name": "Loss", + "statName": "round loss", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 6, + "hidden": true, + "name": "Captures", + "statName": "round captures", + "type": "number" + }, + { + "aggregationFunction": "max", + "colId": 7, + "hidden": true, + "name": "Kill Streak", + "statName": "round killStreak", + "type": "number" + } + ], + "id": 7001, + "trackTypes": [ + "ALLTIME" + ], + "updateType": "combine" +}