diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 4 | ||||
-rw-r--r-- | constants/reforgestones.json | 8 |
2 files changed, 9 insertions, 3 deletions
diff --git a/constants/misc.json b/constants/misc.json index 32e5ca6e..e17d9f69 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -996,7 +996,9 @@ "5ef29605466f4de1969ba136a8605882", "ff507b670e974b1ab31721a7cfbf9055", "ccc738d53cd7492ca95a41e3949c1fcc", - "fd7f618e9c6c48d18dab1dea720d9f2b" + "fd7f618e9c6c48d18dab1dea720d9f2b", + "2d83918bd71f4ea4bf058b85e081904f", + "2ae162f281a74f91a4b2104e78a0a7e1" ], "ranks": { "OWNER": { diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 962c9c33..8747681a 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1743,15 +1743,19 @@ "RARE", "EPIC", "LEGENDARY", - "SPECIAL" + "MYTHIC", + "SPECIAL", + "VERY SPECIAL" ], "reforgeCosts": { "COMMON": 10000, "UNCOMMON": 10000, "RARE": 10000, "EPIC": 10000, + "MYTHIC": 10000, "LEGENDARY": 10000, - "SPECIAL": 10000 + "SPECIAL": 10000, + "VERY SPECIAL": 10000 }, "reforgeAbility": { "COMMON": "Gain §a+1% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine.", |