diff options
Diffstat (limited to 'constants/reforgestones.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 } } }, |