diff options
Diffstat (limited to 'constants/reforgestones.json')
-rw-r--r-- | constants/reforgestones.json | 8 |
1 files changed, 6 insertions, 2 deletions
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.", |