aboutsummaryrefslogtreecommitdiff
path: root/constants/regexes.json
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-04-15 17:03:40 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-04-15 17:03:40 +0000
commit6204c36ef158f2a4085b9c84e8f9e7ae7c95e7f7 (patch)
treed7a10a94aa88253a265e06628da9f8137ad2b6f4 /constants/regexes.json
parentfed4d87c37b6c62d0870d1f9d2ca049fc4621605 (diff)
downloadSkyHanni-REPO-6204c36ef158f2a4085b9c84e8f9e7ae7c95e7f7.tar.gz
SkyHanni-REPO-6204c36ef158f2a4085b9c84e8f9e7ae7c95e7f7.tar.bz2
SkyHanni-REPO-6204c36ef158f2a4085b9c84e8f9e7ae7c95e7f7.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/62a5925ec28fa0f41cd8324477d4a3f64caa9c2e
Diffstat (limited to 'constants/regexes.json')
-rw-r--r--constants/regexes.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index 3a03404..952f60d 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "53f2cfd",
+ "sourceLabel": "62a5925",
"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+)",
@@ -14,6 +14,7 @@
"data.hypixeldata.skyblock.area": "\\s*§(?\u003csymbol\u003e7⏣|5ф) §(?\u003ccolor\u003e.)(?\u003carea\u003e.*)",
"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,-]+)",
"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": "^. (?:\\[\\w+(?\u003clevel\u003e\\d+)\\] )?(?\u003cname\u003e[^ᛤ]*)(?: ᛤ)? (?:[\\d\\/BMk.,❤]+|█+) .$",