aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-04-23 20:35:36 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-04-23 20:35:36 +0000
commitb1d96924aed51108203dc3a256934eae79d90803 (patch)
tree1e9eae6af079b760b91e7958b979adee4e5e7991
parent7a871f86fb4b38efd02cd87dee3f4597e735eebd (diff)
downloadSkyHanni-REPO-b1d96924aed51108203dc3a256934eae79d90803.tar.gz
SkyHanni-REPO-b1d96924aed51108203dc3a256934eae79d90803.tar.bz2
SkyHanni-REPO-b1d96924aed51108203dc3a256934eae79d90803.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/85f50e4d0c8e22e310cb7f066de3a6f14be624ba
-rw-r--r--constants/regexes.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index 30c0b98..c99b536 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "27cebc2",
+ "sourceLabel": "85f50e4",
"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+)",
@@ -25,7 +25,7 @@
"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.,❤]+|█+) .$",
+ "mob.detection.filter.boss": "^. (?:\\[Lv(?\u003clevel\u003e\\d+)\\] )?(?\u003cname\u003e[^ᛤ\n]*)(?: ᛤ)?(?: [\\d\\/BMk.,❤]+|█+)? .$",
"mob.detection.filter.dungeon": "^(?:(?\u003cstar\u003e✯)\\s)?(?:(?\u003cattribute\u003eFlaming|Stormy|Speedy|Fortified|Healthy|Healing|Boomer|Golden|Stealth)\\s)?(?:\\[[\\w\\d]+\\]\\s)?(?\u003cname\u003e[^ᛤ]+)(?: ᛤ)?\\s[^\\s]+$",
"mob.detection.filter.summon": "^(?\u003cowner\u003e\\w+)\u0027s (?\u003cname\u003e.*) \\d+.*",
"mob.detection.filter.dojo": "^(?:(?\u003cpoints\u003e\\d+) pts|(?\u003cempty\u003e\\w+))$",