diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2023-12-12 03:24:41 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2023-12-12 03:24:41 +0000 |
commit | 2e2c4ed68ae96e5cfad421e29322a36d941a5343 (patch) | |
tree | 45efd1b9600abe6d498dba0e068449549b91c304 /constants/regexes.json | |
parent | 35d7a9ee268d28d0773dd3003dfe9fd14a6e7256 (diff) | |
download | SkyHanni-REPO-2e2c4ed68ae96e5cfad421e29322a36d941a5343.tar.gz SkyHanni-REPO-2e2c4ed68ae96e5cfad421e29322a36d941a5343.tar.bz2 SkyHanni-REPO-2e2c4ed68ae96e5cfad421e29322a36d941a5343.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/35e13552257e07ef13ef0aaf059156a175f55340
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 af5ec3e..3cd5c62 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "9c3f2a1", + "sourceLabel": "35e1355", "regexes": { "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", "garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)", @@ -7,6 +7,8 @@ "minion.chat.coin": "§aYou received §r§6(.*) coins§r§a!", "minion.title": "Minion [^➜]", "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!", "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!" } |