diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-09-17 23:13:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 17:13:53 -0400 |
commit | c188080058f51b8dc6e583cb96c55a87374b1a52 (patch) | |
tree | 83f3a40d91e0bb77172ff4f867fb61bced7567c9 /constants/reforgestones.json | |
parent | a38f21d53f178ee18749a766f5fba24ba4009b08 (diff) | |
download | NotEnoughUpdates-REPO-c188080058f51b8dc6e583cb96c55a87374b1a52.tar.gz NotEnoughUpdates-REPO-c188080058f51b8dc6e583cb96c55a87374b1a52.tar.bz2 NotEnoughUpdates-REPO-c188080058f51b8dc6e583cb96c55a87374b1a52.zip |
Upcoming Gemstone Changes (#616)
* Upcoming Gemstone Changes
* YEP
* Fixes
* Added new skin
* Changes and new stuff
* Forgot that
* Rainbow Name
* Fixes
* Reforge Stats
* Fixing a oopsi
* Added Gemstone Slots
Diffstat (limited to 'constants/reforgestones.json')
-rw-r--r-- | constants/reforgestones.json | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 8747681a..e7d8fe30 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -989,7 +989,8 @@ "RARE", "EPIC", "LEGENDARY", - "MYTHIC" + "MYTHIC", + "DIVINE" ], "reforgeCosts": { "COMMON": 250, @@ -997,7 +998,8 @@ "RARE": 1000, "EPIC": 2500, "LEGENDARY": 5000, - "MYTHIC": 10000 + "MYTHIC": 10000, + "DIVINE": 15000 }, "reforgeAbility": { "COMMON": "Gain §a+10% §7extra experience§r§7 when mining.", @@ -1005,7 +1007,8 @@ "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.", - "MYTHIC": "Gain §a+20% §7extra experience§r§7 when mining." + "MYTHIC": "Gain §a+20% §7extra experience§r§7 when mining.", + "DIVINE": "Gain §a+22% §7extra experience§r§7 when mining." }, "reforgeStats": { "COMMON": { @@ -1022,6 +1025,9 @@ }, "LEGENDARY": { "defense": 10 + }, + "DIVINE": { + "defense": 14 } } }, @@ -1859,7 +1865,8 @@ "RARE", "EPIC", "LEGENDARY", - "MYTHIC" + "MYTHIC", + "DIVINE" ], "reforgeCosts": { "COMMON": 20000, @@ -1867,7 +1874,8 @@ "RARE": 80000, "EPIC": 150000, "LEGENDARY": 300000, - "MYTHIC": 300000 + "MYTHIC": 300000, + "DIVINE": 300000 }, "reforgeAbility": "Grants §a+8 §6☘ Mining §6Fortune§7, which increases your §7chance for multiple drops.", "reforgeStats": { @@ -1887,7 +1895,10 @@ "mining_speed": 45 }, "MYTHIC": { - "mining_speed": 45 + "mining_speed": 65 + }, + "DIVINE": { + "mining_speed": 75 } } }, |