aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-04-27 11:22:32 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-04-27 11:22:32 +0000
commita975a634ebf244cc4b3cc20f8ee87ade0816df2b (patch)
tree3c4d5bc5aca6225d13fed11bef730d60acaecb47
parente96f3624c749d33b29045d54d8075954542b9796 (diff)
downloadSkyHanni-REPO-a975a634ebf244cc4b3cc20f8ee87ade0816df2b.tar.gz
SkyHanni-REPO-a975a634ebf244cc4b3cc20f8ee87ade0816df2b.tar.bz2
SkyHanni-REPO-a975a634ebf244cc4b3cc20f8ee87ade0816df2b.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/80cfdbefef4c19fe952a2913b7a465efbddfcecf
-rw-r--r--constants/regexes.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index ad708fd..350e0c6 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "b1ca6d7",
+ "sourceLabel": "80cfdbe",
"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+)",
@@ -23,6 +23,8 @@
"data.hypixeldata.islandname": "(?:§.)*(Area|Dungeon): (?:§.)*(?\u003cisland\u003e.*)",
"dungeon.complete": "§.\\s+§.§.(?:The|Master Mode) Catacombs §.§.- §.§.(?:Floor )?(?\u003cfloor\u003eM?[IV]{1,3}|Entrance)",
"dungeon.room": "§7\\d+\\/\\d+\\/\\d+ §\\w+ (?\u003croomId\u003e[\\w,-]+)",
+ "dungeon.blessings": "§r§r§fBlessing of (?\u003ctype\u003e\\w+) (?\u003camount\u003e\\w+)§r",
+ "dungeon.noblessings": "§r§r§7No Buffs active. Find them by exploring the Dungeon!§r",
"mob.detection.filter.basic": "(?:\\[\\w+(?\u003clevel\u003e\\d+)\\] )?(?\u003ccorrupted\u003e.Corrupted )?(?\u003cname\u003e[^ᛤ]*)(?: ᛤ)? [\\dBMk.,❤]+",
"mob.detection.filter.slayer": "^. (?\u003cname\u003e.*) (?\u003ctier\u003e[IV]+) \\d+.*",
"mob.detection.filter.boss": "^. (?:\\[Lv(?\u003clevel\u003e\\d+)\\] )?(?\u003cname\u003e[^ᛤ\n]*)(?: ᛤ)?(?: [\\d\\/BMk.,❤]+|█+)? .$",