diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-03 19:00:04 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-04-03 19:00:04 +0000 |
commit | 3f83091e280c6dd271b61136cea7aefe73e7d9c9 (patch) | |
tree | 5df6568c878c785281599c955852b442b2f57965 /constants/regexes.json | |
parent | c224ba3f216d9485f5662f805ed6020bf30974d5 (diff) | |
download | SkyHanni-REPO-3f83091e280c6dd271b61136cea7aefe73e7d9c9.tar.gz SkyHanni-REPO-3f83091e280c6dd271b61136cea7aefe73e7d9c9.tar.bz2 SkyHanni-REPO-3f83091e280c6dd271b61136cea7aefe73e7d9c9.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/82a65251bb57f87459a6ef664c6321542b5cfccc
Diffstat (limited to 'constants/regexes.json')
-rw-r--r-- | constants/regexes.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index 600cdd0..32713bf 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "2f85351", + "sourceLabel": "82a6525", "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+)", @@ -617,6 +617,8 @@ "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.*)", "inventory.recipe.title": ".* Recipe", + "garden.pests.tracker.loot": "§eYou received §a(?\u003camount\u003e[0-9]*)x (?\u003citem\u003e.*) §efor killing an? §6(?\u003cpest\u003e.*)§e!", + "garden.pests.tracker.raredrop": "§6§l(?:RARE|PET) DROP! (?:§.)*(?\u003citem\u003e.+) §6\\(§6\\+.*☘\\)", "test.dev.copyrng.slayer": "§7Slayer XP: §d.*§5/§d(?\u003cxp\u003e.*)", "test.dev.copyrng.dungeon": "§7Dungeon Score: §d.*§5/§d(?\u003cxp\u003e.*)", "test.bestiary.type": "\\[Lv(?\u003clvl\u003e.*)] (?\u003ctext\u003e.*)" |