diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-09 18:37:28 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-06-09 18:37:28 -0400 |
commit | 6f2b1cd7ff461bda70231c03bf38ad4a3e24ba61 (patch) | |
tree | 0d0b9cdea6ff823b95cd1d2f6a7fd41e6eb96079 /constants | |
parent | e733e54f1b259654253f1a63bcacf30188f58faa (diff) | |
parent | 40caa83e4d81d656f5bc915e72a386c88fda6420 (diff) | |
download | NotEnoughUpdates-REPO-6f2b1cd7ff461bda70231c03bf38ad4a3e24ba61.tar.gz NotEnoughUpdates-REPO-6f2b1cd7ff461bda70231c03bf38ad4a3e24ba61.tar.bz2 NotEnoughUpdates-REPO-6f2b1cd7ff461bda70231c03bf38ad4a3e24ba61.zip |
Merge branch 'master' of https://github.com/Moulberry/NotEnoughUpdates-REPO
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 6 | ||||
-rw-r--r-- | constants/reforgestones.json | 10 |
2 files changed, 13 insertions, 3 deletions
diff --git a/constants/misc.json b/constants/misc.json index 0fd1d44c..fee6cc73 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1126,7 +1126,11 @@ "631b7dcc29c14766881cc0175b0c8cd3", "e727a09f4b714448a90369e558464cb3", "e0f5594f028441b996a2d473ec87fe32", - "656ea8fb18804d7299cf5a190ee7e0f2" + "656ea8fb18804d7299cf5a190ee7e0f2", + "0d1c41cd8d4b4fe98214ed77c3254489", + "51e50c0ae0b84c7a9334ec9df5f8bb43", + "b98f4247e6614787a11c288eb21f098a", + "2afa5d17d62f45e189d5d711fd0c57c7" ], "ranks": { 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 } } }, |