From e56ce099e80273ba6ecec18596f9b01a4db0a858 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 11 Sep 2021 21:17:09 +0200 Subject: 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 --- constants/misc.json | 4 +++- constants/reforgestones.json | 8 ++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'constants') diff --git a/constants/misc.json b/constants/misc.json index 32e5ca6e..e17d9f69 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -996,7 +996,9 @@ "5ef29605466f4de1969ba136a8605882", "ff507b670e974b1ab31721a7cfbf9055", "ccc738d53cd7492ca95a41e3949c1fcc", - "fd7f618e9c6c48d18dab1dea720d9f2b" + "fd7f618e9c6c48d18dab1dea720d9f2b", + "2d83918bd71f4ea4bf058b85e081904f", + "2ae162f281a74f91a4b2104e78a0a7e1" ], "ranks": { "OWNER": { 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.", -- cgit