From 93ed3128709c894924aa08d1d632f5b6b31e1da3 Mon Sep 17 00:00:00 2001 From: endernon Date: Tue, 10 Sep 2024 20:25:29 +0100 Subject: [PATCH] Add shinies json file to prepare for adding shiny data support --- shiny_stats.json | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 shiny_stats.json diff --git a/shiny_stats.json b/shiny_stats.json new file mode 100644 index 0000000..8659ad3 --- /dev/null +++ b/shiny_stats.json @@ -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" + } +]