maint: add leaderboards for testing purposes
All checks were successful
link / Link assets on Linux (push) Successful in 5m24s
All checks were successful
link / Link assets on Linux (push) Successful in 5m24s
This commit is contained in:
47
zone_raw/code_post_gfx_mp/leaderboards/LB_ACCOLADES.json
Normal file
47
zone_raw/code_post_gfx_mp/leaderboards/LB_ACCOLADES.json
Normal file
@ -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
|
||||
}
|
Reference in New Issue
Block a user