From d72153470700bdc17a2b07b760c8082d4dc44250 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 7 Oct 2023 20:54:29 +0200 Subject: add support for dynamic bingo ranks --- constants/BingoRanks.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 constants/BingoRanks.json diff --git a/constants/BingoRanks.json b/constants/BingoRanks.json new file mode 100644 index 0000000..623bfd9 --- /dev/null +++ b/constants/BingoRanks.json @@ -0,0 +1,9 @@ +{ + "ranks": { + "§7Ⓑ": 0, + "§aⒷ": 1, + "§9Ⓑ": 2, + "§5Ⓑ": 3, + "§6Ⓑ": 4 + } +} \ No newline at end of file -- cgit