diff options
author | HiZe <superhize@hotmail.com> | 2024-01-21 10:04:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 10:04:50 +0100 |
commit | 13157d8c0da7f856eb63b0e29ade22ba8ba1e0a6 (patch) | |
tree | 13b7885e74afc6a7b423f454ebd0ae6baa9e2c84 /constants | |
parent | 3a788006f53e665c035af93c86e8aa4300b5f412 (diff) | |
download | SkyHanni-REPO-13157d8c0da7f856eb63b0e29ade22ba8ba1e0a6.tar.gz SkyHanni-REPO-13157d8c0da7f856eb63b0e29ade22ba8ba1e0a6.tar.bz2 SkyHanni-REPO-13157d8c0da7f856eb63b0e29ade22ba8ba1e0a6.zip |
Create belts.json (#98)
Add belts data for crimson isle dojo display. #98
Diffstat (limited to 'constants')
-rw-r--r-- | constants/Belts.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/constants/Belts.json b/constants/Belts.json new file mode 100644 index 0000000..e7affd7 --- /dev/null +++ b/constants/Belts.json @@ -0,0 +1,10 @@ +{ + "belts": { + "§fWhite Belt": 0, + "§eYellow Belt": 1000, + "§aGreen Belt": 2000, + "§9Blue Belt": 4000, + "§6Brown Belt": 6000, + "§8Black Belt": 7000 + } +} |