diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/reforgestones.json | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index a61745bb..e3e796b1 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -2041,6 +2041,60 @@ } } }, + "SHINY_PRISM": { + "internalName": "SHINY_PRISM", + "reforgeName": "Glistering", + "reforgeType": "blacksmith/reforge_stone", + "itemTypes": "EQUIPMENT", + "requiredRarities": [ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC", + "DIVINE" + ], + "reforgeCosts": { + "COMMON": 7500, + "UNCOMMON": 15000, + "RARE": 30000, + "EPIC": 75000, + "LEGENDARY": 150000, + "MYTHIC": 300000, + "DIVINE": 400000 + }, + "reforgeStats": { + "COMMON": { + "intelligence": 2, + "mining_fortune": 5 + }, + "UNCOMMON": { + "intelligence": 3, + "mining_fortune": 6 + }, + "RARE": { + "intelligence": 4, + "mining_fortune": 8 + }, + "EPIC": { + "intelligence": 5, + "mining_fortune": 10 + }, + "LEGENDARY": { + "intelligence": 6, + "mining_fortune": 12 + }, + "MYTHIC": { + "intelligence": 7, + "mining_fortune": 15 + }, + "DIVINE": { + "intelligence": 8, + "mining_fortune": 16 + } + } + }, "TOIL_LOG": { "internalName": "TOIL_LOG", "reforgeName": "Toil", |