diff options
Diffstat (limited to 'constants/reforgestones.json')
-rw-r--r-- | constants/reforgestones.json | 65 |
1 files changed, 43 insertions, 22 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 2ca3a5e3..69651e1a 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -406,14 +406,16 @@ "UNCOMMON", "RARE", "EPIC", - "LEGENDARY" + "LEGENDARY", + "MYTHIC" ], "reforgeCosts":{ "COMMON":15000, "UNCOMMON":30000, "RARE":60000, "EPIC":125000, - "LEGENDARY":250000 + "LEGENDARY":250000, + "MYTHIC":500000 }, "reforgeStats":{ "COMMON":{ @@ -430,6 +432,9 @@ }, "LEGENDARY":{ "mining_speed":55 + }, + "MYTHIC":{ + "mining_speed":75 } } }, @@ -874,27 +879,23 @@ "UNCOMMON", "RARE", "EPIC", - "LEGENDARY" + "LEGENDARY", + "MYTHIC" ], "reforgeCosts":{ "COMMON":20000, "UNCOMMON":40000, "RARE":80000, "EPIC":150000, - "LEGENDARY":300000 + "LEGENDARY":300000, + "MYTHIC":600000 }, - "reforgeStats":{ + "reforgeStats":{ "COMMON":{ "mining_speed":1 } }, - "reforgeAbility":{ - "COMMON":"§7Grants §aincreased §6⸕ Mining §6Speed §7the deeper the you §7venture.", - "UNCOMMON":"§7Grants §aincreased §6⸕ Mining §6Speed §7the deeper the you §7venture.", - "RARE":"§7Grants §aincreased §6⸕ Mining §6Speed §7the deeper the you §7venture.", - "EPIC":"§7Grants §aincreased §6⸕ Mining §6Speed §7the deeper the you §7venture.", - "LEGENDARY":"§7Grants §aincreased §6⸕ Mining §6Speed §7the deeper the you §7venture." - } + "reforgeAbility":"§7Grants §aincreased §6⸕ Mining §6Speed §7the deeper the you §7venture." }, "JERRY_STONE":{ "internalName":"JERRY_STONE", @@ -987,21 +988,24 @@ "UNCOMMON", "RARE", "EPIC", - "LEGENDARY" + "LEGENDARY", + "MYTHIC" ], "reforgeCosts":{ "COMMON":250, "UNCOMMON":500, "RARE":1000, "EPIC":2500, - "LEGENDARY":5000 + "LEGENDARY":5000, + "MYTHIC":10000 }, "reforgeAbility":{ "COMMON":"Gain §a+10% §7extra experience§r§7 when mining.", "UNCOMMON":"Gain §a+12% §7extra experience§r§7 when mining.", "RARE":"Gain §a+14% §7extra experience§r§7 when mining.", "EPIC":"Gain §a+16% §7extra experience§r§7 when mining.", - "LEGENDARY":"Gain §a+18% §7extra experience§r§7 when mining." + "LEGENDARY":"Gain §a+18% §7extra experience§r§7 when mining.", + "MYTHIC":"Gain §a+20% §7extra experience§r§7 when mining." }, "reforgeStats":{ "COMMON":{ @@ -1270,14 +1274,16 @@ "UNCOMMON", "RARE", "EPIC", - "LEGENDARY" + "LEGENDARY", + "MYTHIC" ], "reforgeCosts":{ "COMMON":100, "UNCOMMON":250, "RARE":500, "EPIC":1000, - "LEGENDARY":2500 + "LEGENDARY":2500, + "MYTHIC":15000 }, "reforgeAbility":"Grants §a+3 §6☘ Mining §6Fortune§7 which increases your §7chance for multiple drops.", "reforgeStats":{ @@ -1300,6 +1306,10 @@ "LEGENDARY":{ "defense":9, "intelligence":1 + }, + "MYTHIC":{ + "defense":12, + "intelligence":1 } } }, @@ -1734,21 +1744,24 @@ "UNCOMMON", "RARE", "EPIC", - "LEGENDARY" + "LEGENDARY", + "SPECIAL" ], "reforgeCosts":{ "COMMON":10000, "UNCOMMON":10000, "RARE":10000, "EPIC":10000, - "LEGENDARY":10000 + "LEGENDARY":10000, + "SPECIAL":10000 }, "reforgeAbility":{ "COMMON":"Gain §a+1% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine.", "UNCOMMON":"Gain §a+2% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted block for ores that you mine.", "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." + "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." }, "reforgeStats":{ "COMMON":{ @@ -1765,6 +1778,9 @@ }, "LEGENDARY":{ "defense":16 + }, + "SPECIAL":{ + "defense":20 } } }, @@ -1832,14 +1848,16 @@ "UNCOMMON", "RARE", "EPIC", - "LEGENDARY" + "LEGENDARY", + "MYTHIC" ], "reforgeCosts":{ "COMMON":20000, "UNCOMMON":40000, "RARE":80000, "EPIC":150000, - "LEGENDARY":300000 + "LEGENDARY":300000, + "MYTHIC":300000 }, "reforgeAbility":"Grants §a+8 §6☘ Mining §6Fortune§7, which increases your §7chance for multiple drops.", "reforgeStats":{ @@ -1857,6 +1875,9 @@ }, "LEGENDARY":{ "mining_speed":45 + }, + "MYTHIC":{ + "mining_speed":45 } } }, |