diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-09-11 21:17:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 15:17:09 -0400 |
commit | e56ce099e80273ba6ecec18596f9b01a4db0a858 (patch) | |
tree | d669f11a29e51e4b05f176022d130cccc0327d4e /constants/reforgestones.json | |
parent | d938498b7bc4f19cbbe3afaf2d4253ff92eacd9b (diff) | |
download | NotEnoughUpdates-REPO-e56ce099e80273ba6ecec18596f9b01a4db0a858.tar.gz NotEnoughUpdates-REPO-e56ce099e80273ba6ecec18596f9b01a4db0a858.tar.bz2 NotEnoughUpdates-REPO-e56ce099e80273ba6ecec18596f9b01a4db0a858.zip |
Small Fixes and new Update Things (#614)
* Small Fixes
* Other Stuff
* Removing/Fixing Cata Req
* New Items (no wiki links)
* New Arrows and Bow fix
* Things
* Rainbow
* Reverting
* Also revert
* Forgot one
* New Item and Wikilinks
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.", |