diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-10-16 17:58:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-16 15:58:59 +0000 |
| commit | 52f3f65469b9b5fcd976b4573a7927aba5371cb8 (patch) | |
| tree | 7fc16b963438c0f4ac08229c1333fad8df3655e6 /constants | |
| parent | 3d9dc95646e1dfc0d126cfce0b426374821847c1 (diff) | |
| download | NotEnoughUpdates-REPO-52f3f65469b9b5fcd976b4573a7927aba5371cb8.tar.gz NotEnoughUpdates-REPO-52f3f65469b9b5fcd976b4573a7927aba5371cb8.tar.bz2 NotEnoughUpdates-REPO-52f3f65469b9b5fcd976b4573a7927aba5371cb8.zip | |
fix: 2 Hotm perks, 1 reforgestone, armadillo, refined mithril pick recipe and 1 lore (#1410)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/hotmlayout.json | 12 | ||||
| -rw-r--r-- | constants/reforgestones.json | 14 |
2 files changed, 13 insertions, 13 deletions
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, |
