From 11ad0bd074e92e1ccfd6b45880d592d628734def Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:48:01 +0200 Subject: Added 2 missing dyes and some misc fixes (#1164) * Added 2 missing dyes and some misc fixes * Remove scatha recipe --- constants/reforgestones.json | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'constants') diff --git a/constants/reforgestones.json b/constants/reforgestones.json index e56ed876..2cdf9e57 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1004,6 +1004,54 @@ } } }, + "FRIGID_HUSK": { + "internalName": "FRIGID_HUSK", + "reforgeName": "Glacial", + "reforgeType": "blacksmith/reforge_stone", + "itemTypes": "PICKAXE", + "requiredRarities": [ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC", + "DIVINE" + ], + "reforgeCosts": { + "COMMON": 20000, + "UNCOMMON": 40000, + "RARE": 80000, + "EPIC": 150000, + "LEGENDARY": 300000, + "MYTHIC": 600000, + "DIVINE": 800000 + }, + "reforgeAbility": "§7Grants §6+0.25☘ Mining Fortune §7for §7every §b1 ❄ Cold §7you have.", + "reforgeStats": { + "COMMON": { + "mining_speed": 5 + }, + "UNCOMMON": { + "mining_speed": 10 + }, + "RARE": { + "mining_speed": 17 + }, + "EPIC": { + "mining_speed": 25 + }, + "LEGENDARY": { + "mining_speed": 37 + }, + "MYTHIC": { + "mining_speed": 50 + }, + "DIVINE": { + "mining_speed": 65 + } + } + }, "FROZEN_BAUBLE": { "internalName": "FROZEN_BAUBLE", "reforgeName": "Festive", -- cgit