aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-08-22 04:05:37 +0200
committerLorenz <lo.scherf@gmail.com>2022-08-22 04:05:37 +0200
commit6d272f523f95dccec0125154bf154171f9ef0253 (patch)
treeb07e459f78590c867d396224d6d16b64bd71499a
parent4ce03e8a1faf973569ba2d5e98e004b6b8eac52e (diff)
downloadSkyHanni-REPO-6d272f523f95dccec0125154bf154171f9ef0253.tar.gz
SkyHanni-REPO-6d272f523f95dccec0125154bf154171f9ef0253.tar.bz2
SkyHanni-REPO-6d272f523f95dccec0125154bf154171f9ef0253.zip
add support for crimson stats
-rw-r--r--constants/Items.json14
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