diff options
author | UP929312 <36114463+UP929312@users.noreply.github.com> | 2021-06-08 22:42:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 17:42:24 -0400 |
commit | 40caa83e4d81d656f5bc915e72a386c88fda6420 (patch) | |
tree | 9453f6dde1cab30e50fece9ff8718619b4ff4f34 | |
parent | 58c2c0bd27e91a082fcce8a63c3ba884c0d2d123 (diff) | |
download | NotEnoughUpdates-REPO-40caa83e4d81d656f5bc915e72a386c88fda6420.tar.gz NotEnoughUpdates-REPO-40caa83e4d81d656f5bc915e72a386c88fda6420.tar.bz2 NotEnoughUpdates-REPO-40caa83e4d81d656f5bc915e72a386c88fda6420.zip |
This can be done on a ASPECT_OF_THE_VOID (#512)
* This can be done on a ASPECT_OF_THE_VOID
AOTV is an EPIC item which can be recombobulated into a legendary, hence the new bracket.
* Fixed JSON
-rw-r--r-- | constants/reforgestones.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 61c65e97..8fbed75c 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1954,11 +1954,13 @@ "itemTypes":"SWORD", "requiredRarities":[ "RARE", - "EPIC" + "EPIC", + "LEGENDARY" ], "reforgeCosts":{ "RARE":5000000, - "EPIC":10000000 + "EPIC":10000000, + "LEGENDARY": 20000000 }, "reforgeStats":{ "RARE":{ @@ -1968,6 +1970,10 @@ "EPIC":{ "damage":165, "strength":165 + }, + "LEGENDARY":{ + "damage":165, + "strength":165 } } }, |