aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-action@users.noreply.github.com>2023-12-16 11:16:02 +0000
committergithub-actions[bot] <github-action@users.noreply.github.com>2023-12-16 11:16:02 +0000
commitc6ebf8cf2f6166589ef4967328ceaf10eb19cf91 (patch)
treee19b200f5472a7ba20b32f6dd26b34e48f8c2b2a /constants
parent08b60701b551f40f9bb5d61db6bae1056e410a3a (diff)
downloadSkyHanni-REPO-c6ebf8cf2f6166589ef4967328ceaf10eb19cf91.tar.gz
SkyHanni-REPO-c6ebf8cf2f6166589ef4967328ceaf10eb19cf91.tar.bz2
SkyHanni-REPO-c6ebf8cf2f6166589ef4967328ceaf10eb19cf91.zip
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/cdcc7b35e38ddb5e00d8a4d900c4cad77bd6e1f5
Diffstat (limited to 'constants')
-rw-r--r--constants/regexes.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json
index c88d08a..096ae8a 100644
--- a/constants/regexes.json
+++ b/constants/regexes.json
@@ -1,8 +1,9 @@
{
- "sourceLabel": "f2711d1",
+ "sourceLabel": "cdcc7b3",
"regexes": {
"bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%",
"garden.plot.name": "§.Plot §7- §b(?\u003cname\u003e.*)",
+ "garden.plot.spray.target": "§a§lSPRAYONATOR! §r§7You sprayed §r§aPlot §r§7- §r§b(?\u003cplot\u003e.*) §r§7with §r§a(?\u003cspray\u003e.*)§r§7!",
"minion.chat.upgrade": "§aYou have upgraded your Minion to Tier (?\u003ctier\u003e.*)",
"minion.chat.coin": "§aYou received §r§6(.*) coins§r§a!",
"minion.title": "Minion [^➜]",
@@ -14,6 +15,7 @@
"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.*",
+ "garden.spray.material": "§a§lSPRAYONATOR! §r§7Your selected material is now §r§a(?\u003cspray\u003e.*)§r§7!",
"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!",
"event.winter.newyearcake.reminder.sidebar": "§dNew Year Event!§f (?\u003ctime\u003e.*)"
}