aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2024-04-13 20:03:20 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2024-04-13 20:03:20 +0000
commite4cc107ddd133d5e35e421db63d03230d504d158 (patch)
treec6257145fd9870cc9a106158d602264a7b0fe6ef
parent68db85528d64964d76396273322d1b4c50a96fd9 (diff)
downloadSkyHanni-REPO-e4cc107ddd133d5e35e421db63d03230d504d158.tar.gz
SkyHanni-REPO-e4cc107ddd133d5e35e421db63d03230d504d158.tar.bz2
SkyHanni-REPO-e4cc107ddd133d5e35e421db63d03230d504d158.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/714a722e748cb082af808c3168e7e7ab0c594adb
-rw-r--r--constants/regexes.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index 0301259..c07ebcb 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,5 +1,5 @@
{
- "sourceLabel": "e3f1794",
+ "sourceLabel": "714a722",
"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+)",
@@ -643,7 +643,10 @@
"minion.infernominiontitle": "Inferno Minion .*",
"misc.limbo.tooltip.minutes": "§5§o§a([\\d.,]+) minutes.+$",
"misc.limbo.tooltip.hours": "§5§o§b([\\d.,]+) hours.+$",
- "pet.petdropmessage": "(?\u003ctypeOfDrop\u003e§6§lPET DROP!|§5§lGREAT CATCH! §r§bYou found a §r§7\\[Lvl 1]) (?:§r)?§(?\u003crarityColor\u003e.)(?\u003cpetName\u003e[^§(.]+)(?\u003cmagicFindOrFarmingFortune\u003e.*)",
+ "pet.chatdrop.pet.petdroppedmessage": "(?\u003cstart\u003e(?:§.)*PET DROP! )(?:§.)*§(?\u003crarityColor\u003e.)(?\u003cpetName\u003e[^§(.]+)(?\u003cend\u003e .*)",
+ "pet.chatdrop.pet.petfishedmessage": "(?\u003cstart\u003e(?:§.)*GREAT CATCH! (?:§.)*You found a (?:§.)*\\[Lvl 1] )(?:§.)*§(?\u003crarityColor\u003e.)(?\u003cpetName\u003e[^§(.]+)(?\u003cend\u003e.*)",
+ "pet.chatdrop.pet.petclaimedmessage": "(?\u003cstart\u003e(?:§.)*You claimed a )(?:§.)*§(?\u003crarityColor\u003e.)(?\u003cpetName\u003e[^§(.]+)(?\u003cend\u003e.*)",
+ "pet.chatdrop.pet.petobtainedmessage": "(?\u003cstart\u003e.*has obtained (?:§.)*\\[Lvl 1] )(?:§.)*§(?\u003crarityColor\u003e.)(?\u003cpetName\u003e[^§(.]+)(?\u003cend\u003e.*)",
"inventory.recipe.title": ".* Recipe",
"garden.pests.tracker.raredrop": "§6§l(?:RARE|PET) DROP! (?:§.)*(?\u003citem\u003e.+) §6\\(§6\\+.*☘\\)",
"test.dev.copyrng.slayer": "§7Slayer XP: §d.*§5/§d(?\u003cxp\u003e.*)",