From 52f3f65469b9b5fcd976b4573a7927aba5371cb8 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:58:59 +0200 Subject: fix: 2 Hotm perks, 1 reforgestone, armadillo, refined mithril pick recipe and 1 lore (#1410) --- constants/hotmlayout.json | 12 ++++++------ constants/reforgestones.json | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'constants') diff --git a/constants/hotmlayout.json b/constants/hotmlayout.json index 4a05a93b..bbe48b58 100644 --- a/constants/hotmlayout.json +++ b/constants/hotmlayout.json @@ -372,11 +372,11 @@ "§7rare occurrences by §a§a{stat}%§7 for §a30s§7.", "", "§7Rare occurrences include:", - "§7§8 ■ §6Golden Goblins.", - "§7§8 ■ §5Fallen Stars.", - "§7§8 ■ §6Powder Ghasts.", - "§7§8 ■ §6Worms.", - "§7§8 ■ §bGlacite Mineshafts.", + "§7§8 ■ §6Golden Goblins", + "§7§8 ■ §5Fallen Stars", + "§7§8 ■ §6Powder Ghasts", + "§7§8 ■ §6Worms", + "§7§8 ■ §bGlacite Mineshafts", "§8Cooldown: §a{statCooldown}s" ] }, @@ -471,7 +471,7 @@ "§6Pickaxe Ability: Maniac Miner", "§7Grants §2+1Ⓟ Breaking Power§7 and a", "§7stack of §6+{stat}☘ Mining Fortune §8(caps", - "§8at 1000) §7 per block broken for §a{statDuration}s§7.", + "§8at 1000) §7per block broken for §a{statDuration}s§7.", "§7Each block broken consumes §b20 Mana§7.", "§8Cooldown: §a120s" ] diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 85cf9050..07d39e05 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -558,13 +558,13 @@ "DIVINE" ], "reforgeAbility": { - "COMMON": "§7Grants §e+50▚ Mining Spread §7on §7non-ore blocks.", - "UNCOMMON": "§7Grants §e+60▚ Mining Spread §7on §7non-ore blocks.", - "RARE": "§7Grants §e+70▚ Mining Spread §7on §7non-ore blocks.", - "EPIC": "§7Grants §e+85▚ Mining Spread §7on §7non-ore blocks.", - "LEGENDARY": "§7Grants §e+100▚ Mining Spread §7on §7non-ore blocks.", - "MYTHIC": "§7Grants §e+125▚ Mining Spread §7on §7non-ore blocks.", - "DIVINE": "§7Grants §e+150▚ Mining Spread §7on §7non-ore blocks." + "COMMON": "§7Grants §e+50▚ Mining Spread §7when §7mining §9Blocks§7.", + "UNCOMMON": "§7Grants §e+60▚ Mining Spread §7when §7mining §9Blocks§7.", + "RARE": "§7Grants §e+70▚ Mining Spread §7when §7mining §9Blocks§7.", + "EPIC": "§7Grants §e+85▚ Mining Spread §7when §7mining §9Blocks§7.", + "LEGENDARY": "§7Grants §e+100▚ Mining Spread §7when §7mining §9Blocks§7.", + "MYTHIC": "§7Grants §e+125▚ Mining Spread §7when §7mining §9Blocks§7.", + "DIVINE": "§7Grants §e+150▚ Mining Spread §7when §7mining §9Blocks§7." }, "reforgeCosts": { "COMMON": 15000, -- cgit