Add shinies json file to prepare for adding shiny data support
This commit is contained in:
parent
19ee4c7742
commit
93ed312870
1 changed files with 50 additions and 0 deletions
50
shiny_stats.json
Normal file
50
shiny_stats.json
Normal file
|
@ -0,0 +1,50 @@
|
|||
[
|
||||
{
|
||||
"id": 1,
|
||||
"key": "mobsKilled",
|
||||
"displayName": "Mobs Killed",
|
||||
"statUnit": "raw"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"key": "raidsWon",
|
||||
"displayName": "Raids Won",
|
||||
"statUnit": "raw"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"key": "chestsOpened",
|
||||
"displayName": "Chests Opened",
|
||||
"statUnit": "raw"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"key": "warsWon",
|
||||
"displayName": "Wars Won",
|
||||
"statUnit": "raw"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"key": "playersKilled",
|
||||
"displayName": "Players Killed",
|
||||
"statUnit": "raw"
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"key": "dungeonsWon",
|
||||
"displayName": "Dungeons Won",
|
||||
"statUnit": "raw"
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"key": "deaths",
|
||||
"displayName": "Deaths",
|
||||
"statUnit": "raw"
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"key": "lootrunsCompleted",
|
||||
"displayName": "Lootruns Completed",
|
||||
"statUnit": "raw"
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue