aboutsummaryrefslogtreecommitdiff
path: root/constants/StackingEnchants.json
diff options
context:
space:
mode:
authorCalMWolfs <94038482+CalMWolfs@users.noreply.github.com>2024-03-01 23:56:32 +1100
committerGitHub <noreply@github.com>2024-03-01 13:56:32 +0100
commitf267f55ef4c70f5532cdfda77db1ffcb0da2e2e7 (patch)
tree2ea2535f178bb135fc406f6d22790eb875c8f2d3 /constants/StackingEnchants.json
parent0cad50101297c7ffeb9bfe57b2b0f4f649af814f (diff)
downloadSkyHanni-REPO-f267f55ef4c70f5532cdfda77db1ffcb0da2e2e7.tar.gz
SkyHanni-REPO-f267f55ef4c70f5532cdfda77db1ffcb0da2e2e7.tar.bz2
SkyHanni-REPO-f267f55ef4c70f5532cdfda77db1ffcb0da2e2e7.zip
add stacking enchants to repo (#86)
Diffstat (limited to 'constants/StackingEnchants.json')
-rw-r--r--constants/StackingEnchants.json79
1 files changed, 79 insertions, 0 deletions
diff --git a/constants/StackingEnchants.json b/constants/StackingEnchants.json
new file mode 100644
index 0000000..12ba92f
--- /dev/null
+++ b/constants/StackingEnchants.json
@@ -0,0 +1,79 @@
+{
+ "enchants": {
+ "compact": {
+ "levels": [
+ 0,
+ 100,
+ 500,
+ 1500,
+ 5000,
+ 15000,
+ 50000,
+ 150000,
+ 500000,
+ 1000000
+ ],
+ "statName": "compact_blocks"
+ },
+ "cultivating": {
+ "levels": [
+ 0,
+ 1000,
+ 5000,
+ 25000,
+ 100000,
+ 300000,
+ 1500000,
+ 5000000,
+ 20000000,
+ 100000000
+ ],
+ "statName": "farmed_cultivating"
+ },
+ "expertise": {
+ "levels": [
+ 0,
+ 50,
+ 100,
+ 250,
+ 500,
+ 1000,
+ 2500,
+ 5500,
+ 10000,
+ 15000
+ ],
+ "statName": "expertise_kills"
+ },
+ "hecatomb": {
+ "levels": [
+ 0,
+ 2,
+ 5,
+ 10,
+ 20,
+ 30,
+ 40,
+ 60,
+ 80,
+ 100
+ ],
+ "statName": "hecatomb_s_runs"
+ },
+ "champion": {
+ "levels": [
+ 0,
+ 50000,
+ 100000,
+ 250000,
+ 500000,
+ 1000000,
+ 1500000,
+ 2000000,
+ 2500000,
+ 3000000
+ ],
+ "statName": "champion_combat_xp"
+ }
+ }
+} \ No newline at end of file