From 40caa83e4d81d656f5bc915e72a386c88fda6420 Mon Sep 17 00:00:00 2001 From: UP929312 <36114463+UP929312@users.noreply.github.com> Date: Tue, 8 Jun 2021 22:42:24 +0100 Subject: 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 --- constants/reforgestones.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'constants') 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 } } }, -- cgit