diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-07 20:54:29 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-07 20:54:29 +0200 |
commit | d72153470700bdc17a2b07b760c8082d4dc44250 (patch) | |
tree | b39428a85ea1c0fe284d2e306ef7a9af0fe08d99 | |
parent | 3b508ebc767dcc568b557c71d0076361c6682b54 (diff) | |
download | SkyHanni-REPO-d72153470700bdc17a2b07b760c8082d4dc44250.tar.gz SkyHanni-REPO-d72153470700bdc17a2b07b760c8082d4dc44250.tar.bz2 SkyHanni-REPO-d72153470700bdc17a2b07b760c8082d4dc44250.zip |
add support for dynamic bingo ranks
-rw-r--r-- | constants/BingoRanks.json | 9 |
1 files changed, 9 insertions, 0 deletions
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 |