From f93b9e7b4059230bf50df5607ce364e3938f3d2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Dec 2023 00:43:44 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/2aa92c8b1bc3d7185f8b15e8abd388cb17f68217 --- constants/regexes.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/constants/regexes.json b/constants/regexes.json index b47211a..cd3ec45 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "ad991c1", + "sourceLabel": "2aa92c8", "regexes": { "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", @@ -9,6 +9,10 @@ "minion.item.collect": "^§aCollect All$", "diana.chat.burrow.dug": "(§eYou dug out a Griffin Burrow!|§eYou finished the Griffin burrow chain!) .*", "diana.chat.coins": "§6§lWow! §r§eYou dug out §r§6(?\u003ccoins\u003e.*) coins§r§e!", + "garden.level.inventory.nextxp": ".* §e(?\u003cnextLevelExp\u003e.*)§6/.*", + "garden.level.inventory.overflow": ".*§r §6(?\u003coverflow\u003e.*)", + "garden.level.inventory.currentlevel": "Garden Level (?\u003ccurrentLevel\u003e.*)", + "garden.level.chat.increase": " {4}§r§8\\+§r§2(?\u003cexp\u003e.*) §r§7Garden Experience", "harp.inventory": "^Harp.*", "event.winter.drank.jyrre": "§aYou drank a §r§6Refined Bottle of Jyrre §r§aand gained §r§b\\+300✎ Intelligence §r§afor §r§b60 minutes§r§a!" } -- cgit