diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 3 | ||||
-rw-r--r-- | constants/reforgestones.json | 48 |
2 files changed, 50 insertions, 1 deletions
diff --git a/constants/misc.json b/constants/misc.json index 15ccdfdd..1f729ac1 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1097,7 +1097,8 @@ "a44f5df190134f969f210f6399c8c5c7", "54ce173e4ba74fdab08c14c8f88200d1", "ee541c71b14b46a1a259cf84b80a9b6e", - "4154a5602654493094d3497d2ad6849f" + "4154a5602654493094d3497d2ad6849f", + "d849307394b848fc9247c70b48e63872" ], "ranks": { diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 9f3c8176..17e3dd86 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -109,6 +109,54 @@ } } }, + "BULKY_STONE":{ + "internalName":"BULKY_STONE", + "reforgeName":"Bulky", + "reforgeType":"blacksmith/reforge_stone", + "itemTypes":"SWORD", + "requiredRarities":[ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts":{ + "COMMON":20000, + "UNCOMMON":40000, + "RARE":80000, + "EPIC":150000, + "LEGENDARY":300000, + "MYTHIC":600000 + }, + "reforgeStats":{ + "COMMON":{ + "health":4, + "defense":2 + }, + "UNCOMMON":{ + "health":6, + "defense":3 + }, + "RARE":{ + "health":9, + "defense":5 + }, + "EPIC":{ + "health":12, + "defense":8 + }, + "LEGENDARY":{ + "health":15, + "defense":13 + }, + "MYTHIC":{ + "health":20, + "defense":21 + } + } + }, "CANDY_CORN":{ "internalName":"CANDY_CORN", "reforgeName":"Candied", |