aboutsummaryrefslogtreecommitdiff
path: root/constants/StackingEnchants.json
blob: 12ba92f08fe4762be65f25b54763b4def17165d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
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"
    }
  }
}