From 6d272f523f95dccec0125154bf154171f9ef0253 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Mon, 22 Aug 2022 04:05:37 +0200 Subject: add support for crimson stats --- constants/Items.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 constants/Items.json 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 -- cgit