diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-22 20:18:39 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-02-22 20:18:39 +0000 |
commit | 05bee61ac3f1354f9256c93fe57fc0a975ae9bf9 (patch) | |
tree | c5ccc0ef825030d48c610edbb96dc5d23ab15ba9 /constants | |
parent | 5bf35d68454cfc849f88acb5979cf2286cb5f072 (diff) | |
download | SkyHanni-REPO-05bee61ac3f1354f9256c93fe57fc0a975ae9bf9.tar.gz SkyHanni-REPO-05bee61ac3f1354f9256c93fe57fc0a975ae9bf9.tar.bz2 SkyHanni-REPO-05bee61ac3f1354f9256c93fe57fc0a975ae9bf9.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/a9263a24a55396739e4bbfd7af7119863dc1e953
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 5dd2d81..ca3d550 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "841a231", + "sourceLabel": "a9263a2", "regexes": { "data.hypixeldata.serverid.scoreboard": "§7\\d+/\\d+/\\d+ §8(?\u003cservertype\u003e[mM])(?\u003cserverid\u003e\\S+)", "data.hypixeldata.serverid.tablist": " Server: §r§8(?\u003cserverid\u003e\\S+)", @@ -139,6 +139,33 @@ "bingo.compactchat.health": " {3}§r§7§8\\+§a.* §c❤ Health", "bingo.compactchat.strength": " {3}§r§7§8\\+§a. §c❁ Strength", "bingo.compactchat.border": "§[e3]§l▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬", + "skyblockguide.highlight.condition.once": "§7§eThis task can only be completed once!", + "skyblockguide.highlight.condition.x": "§c ?✖.*", + "skyblockguide.highlight.condition.total": "§7Total Progress: §3\\d{1,2}(?:\\.\\d)?%", + "skyblockguide.highlight.condition.category": "§7Progress to Complete Category: §6\\d{1,2}(?:\\.\\d)?%", + "skyblockguide.highlight.level.guide.inventory": ".*Guide ➜.*", + "skyblockguide.highlight.abiphone.inventory": "Miscellaneous ➜ Abiphone Contac", + "skyblockguide.highlight.bank.inventory": "Core ➜ Bank Upgrades", + "skyblockguide.highlight.travel.inventory": "Core ➜ Fast Travels Unlocked", + "skyblockguide.highlight.spooky.inventory": "Event ➜ Spooky Festival", + "skyblockguide.highlight.belt.inventory": "Miscellaneous ➜ The Dojo", + "skyblockguide.highlight.jacob.inventory": "Event ➜ Jacob\u0027s Farming Contest", + "skyblockguide.highlight.slaying.inventory": "Slaying ➜ .*", + "skyblockguide.highlight.story.inventory": "Story ➜ Complete Objectives", + "skyblockguide.highlight.pet.rock.inventory": "Mining ➜ Rock Milestones", + "skyblockguide.highlight.pet.dolphin.inventory": "Fishing ➜ Dolphin Milestones", + "skyblockguide.highlight.essence.inventory": "Essence Shop ➜.*", + "skyblockguide.highlight.minion.inventory": "Crafted Minions", + "skyblockguide.highlight.harp.inventory": "Miscellaneous ➜ Harp Songs", + "skyblockguide.highlight.consumable.inventory": "Miscellaneous ➜ Consumable Items", + "skyblockguide.highlight.consumable.condition": "§7§eThis task can be completed \\d+ times!", + "skyblockguide.highlight.dungeon.floor.inventory": "Complete Dungeons ➜.*", + "skyblockguide.highlight.dungeon.floor.condition": "§7§eThis task can only be completed once!|§7§7You have not unlocked the content", + "skyblockguide.highlight.dungeon.layers.inventory": "Dungeon ➜ Complete Dungeons", + "skyblockguide.highlight.tasks.inventory": "Tasks ➜ .*", + "skyblockguide.highlight.tasks.skill.inventory": "Skill Related Tasks", + "skyblockguide.highlight.collections.inventory": "\\w+ Collections|Collections", + "skyblockguide.highlight.collections.condition": "§7Progress to .*|§7Find this item to add it to your|§7Kill this boss once to view collection|§7Collections Maxed Out: §e.*|§7Boss Collections Unlocked: §e.*", "relay.chat.1st": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe first relay is on a branch of the large tree on the north-east of the fairy pond.", "relay.chat.2nd": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay is in the castle ruins!", "relay.chat.3rd": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay is in the §bRoyal Palace §rwithin the Dwarven Mines.", |