diff options
author | Lorenz <lo.scherf@gmail.com> | 2022-08-22 04:05:37 +0200 |
---|---|---|
committer | Lorenz <lo.scherf@gmail.com> | 2022-08-22 04:05:37 +0200 |
commit | 6d272f523f95dccec0125154bf154171f9ef0253 (patch) | |
tree | b07e459f78590c867d396224d6d16b64bd71499a | |
parent | 4ce03e8a1faf973569ba2d5e98e004b6b8eac52e (diff) | |
download | SkyHanni-REPO-6d272f523f95dccec0125154bf154171f9ef0253.tar.gz SkyHanni-REPO-6d272f523f95dccec0125154bf154171f9ef0253.tar.bz2 SkyHanni-REPO-6d272f523f95dccec0125154bf154171f9ef0253.zip |
add support for crimson stats
-rw-r--r-- | constants/Items.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/constants/Items.json b/constants/Items.json new file mode 100644 index 0000000..37d83ab --- /dev/null +++ b/constants/Items.json @@ -0,0 +1,14 @@ +{ + "crimson_armors": [ + "Aurora", + "Crimson", + "Terror", + "Fervor" + ], + "crimson_tiers": { + "Hot": 10, + "Burning": 20, + "Fiery": 30, + "Infernal": 40 + } +}
\ No newline at end of file |