diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-23 12:31:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 06:31:18 -0400 |
commit | 43506f01d2ca982647c02b40e4d2ef59f153f17e (patch) | |
tree | db99961da6703b68346cb14daf69269c559f2a8a /constants/reforgestones.json | |
parent | 76503706e0cff291cbd9b01e4fb8ee28f6a497cf (diff) | |
download | NotEnoughUpdates-REPO-43506f01d2ca982647c02b40e4d2ef59f153f17e.tar.gz NotEnoughUpdates-REPO-43506f01d2ca982647c02b40e4d2ef59f153f17e.tar.bz2 NotEnoughUpdates-REPO-43506f01d2ca982647c02b40e4d2ef59f153f17e.zip |
Fixes and other Things (#472)
* Rainbow Names and other Things
* Fixes and updated some things (still no wiki links sad)
Diffstat (limited to 'constants/reforgestones.json')
-rw-r--r-- | constants/reforgestones.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 0b8baf83..ab9a39ae 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -586,10 +586,10 @@ "MYTHIC" ], "reforgeCosts":{ - "COMMON":100000, - "UNCOMMON":100000, - "RARE":100000, - "EPIC":100000, + "COMMON":5000, + "UNCOMMON":10000, + "RARE":20000, + "EPIC":50000, "LEGENDARY":100000, "MYTHIC":200000 }, |