aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2023-12-14 00:43:44 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2023-12-14 00:43:44 +0000
commitf93b9e7b4059230bf50df5607ce364e3938f3d2c (patch)
tree6de98bf6621b72e99270b728684bfe743293a30a /constants
parente768b3b9ce31e422701814437617107147b1d78b (diff)
downloadSkyHanni-REPO-f93b9e7b4059230bf50df5607ce364e3938f3d2c.tar.gz
SkyHanni-REPO-f93b9e7b4059230bf50df5607ce364e3938f3d2c.tar.bz2
SkyHanni-REPO-f93b9e7b4059230bf50df5607ce364e3938f3d2c.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/2aa92c8b1bc3d7185f8b15e8abd388cb17f68217
Diffstat (limited to 'constants')
-rw-r--r--constants/regexes.json6
1 files changed, 5 insertions, 1 deletions
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!"
}