diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-23 15:55:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 15:55:17 +0100 |
commit | dc710886048e9e92f32f020764e9052474793ff3 (patch) | |
tree | d54670b46fb887c67bfbfc4ae03f4f79f6e26d60 /constants | |
parent | 7471c374b676edd4b9da22dbc752ad365ce5c9b6 (diff) | |
download | NotEnoughUpdates-REPO-dc710886048e9e92f32f020764e9052474793ff3.tar.gz NotEnoughUpdates-REPO-dc710886048e9e92f32f020764e9052474793ff3.tar.bz2 NotEnoughUpdates-REPO-dc710886048e9e92f32f020764e9052474793ff3.zip |
Fixed some reforgesstones and other items/npc (#865)
* Fixed some reforgesstones and other items/npc
* Fixed Moogma Drops and added ench to bow
* Fixed reqs
* Fixed Tiger
idk how to cherry pick idc
Co-Authored-By: Roman / Linnea Gräf <roman.graef@gmail.com>
* :chicken:
Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com>
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 3 | ||||
-rw-r--r-- | constants/reforgestones.json | 28 |
2 files changed, 20 insertions, 11 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 249dada9..1b1226da 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -68,7 +68,8 @@ "ultimate_fatal_tempo", "divine_gift", "tabasco", - "ultimate_duplex" + "ultimate_duplex", + "vicious" ], "AXE": [ "efficiency", diff --git a/constants/reforgestones.json b/constants/reforgestones.json index d814cc4a..ed632327 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -872,7 +872,8 @@ "RARE", "EPIC", "LEGENDARY", - "MYTHIC" + "MYTHIC", + "DIVINE" ], "reforgeCosts": { "COMMON": 20000, @@ -880,7 +881,8 @@ "RARE": 80000, "EPIC": 150000, "LEGENDARY": 300000, - "MYTHIC": 600000 + "MYTHIC": 600000, + "DIVINE": 600000 }, "reforgeAbility": "§7Grants §aincreased §6⸕ Mining Speed §7the deeper you venture." }, @@ -1887,6 +1889,7 @@ "EPIC", "LEGENDARY", "MYTHIC", + "DIVINE", "SPECIAL", "VERY SPECIAL" ], @@ -1897,18 +1900,20 @@ "EPIC": 10000, "MYTHIC": 10000, "LEGENDARY": 10000, + "DIVINE": 10000, "SPECIAL": 10000, "VERY SPECIAL": 10000 }, "reforgeAbility": { - "COMMON": "Gain §a+1% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", - "UNCOMMON": "Gain §a+2% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", - "RARE": "Gain §a+3% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", - "EPIC": "Gain §a+4% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", - "LEGENDARY": "Gain §a+5% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", - "MYTHIC": "Gain §a+6% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", - "SPECIAL": "Gain §a+8% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", - "VERY SPECIAL": "Gain §a+5% §7Mining exp.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine." + "COMMON": "Grants §3+1☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", + "UNCOMMON": "Grants §3+2☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", + "RARE": "Grants §3+3☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", + "EPIC": "Grants §3+4☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", + "LEGENDARY": "Grants §3+5☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", + "MYTHIC": "Grants §3+6☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", + "DIVINE": "Grants §3+7☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", + "SPECIAL": "Grants §3+8☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine.", + "VERY SPECIAL": "Grants §3+9☯ Mining Wisdom§7.\nGain a §a0.1% §7chance to drop an enchanted item for ores that you mine." }, "reforgeStats": { "COMMON": { @@ -1929,6 +1934,9 @@ "MYTHIC": { "defense": 20 }, + "DIVINE": { + "defense": 24 + }, "SPECIAL": { "defense": 20 }, |