diff options
-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 } } }, |