diff options
Diffstat (limited to 'constants/reforgestones.json')
-rw-r--r-- | constants/reforgestones.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 69651e1a..caa4c3c6 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1761,7 +1761,9 @@ "RARE":"Gain §a+3% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine.", "EPIC":"Gain §a+4% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine.", "LEGENDARY":"Gain §a+5% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine.", - "SPECIAL":"Gain §a+8% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine." + "MYTHIC":"Gain §a+6% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine.", + "SPECIAL":"Gain §a+8% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine.", + "VERY SPECIAL":"Gain §a+5% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine." }, "reforgeStats":{ "COMMON":{ @@ -1779,8 +1781,14 @@ "LEGENDARY":{ "defense":16 }, + "MYTHIC":{ + "defense":20 + }, "SPECIAL":{ "defense":20 + }, + "VERY SPECIAL":{ + "defense":20 } } }, |