diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-16 22:48:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-16 20:48:01 +0000 |
commit | 11ad0bd074e92e1ccfd6b45880d592d628734def (patch) | |
tree | 7f6130dc7f11229cafb28ea0b6952c6e19a102ab /constants | |
parent | c88899b255e3bd06deeb30e470a6c731016d3592 (diff) | |
download | NotEnoughUpdates-REPO-11ad0bd074e92e1ccfd6b45880d592d628734def.tar.gz NotEnoughUpdates-REPO-11ad0bd074e92e1ccfd6b45880d592d628734def.tar.bz2 NotEnoughUpdates-REPO-11ad0bd074e92e1ccfd6b45880d592d628734def.zip |
Added 2 missing dyes and some misc fixes (#1164)
* Added 2 missing dyes and some misc fixes
* Remove scatha recipe
Diffstat (limited to 'constants')
-rw-r--r-- | constants/reforgestones.json | 48 |
1 files changed, 48 insertions, 0 deletions
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", |