diff options
author | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-01 15:39:51 +0000 |
---|---|---|
committer | github-actions[bot] <github-action@users.noreply.github.com> | 2024-01-01 15:39:51 +0000 |
commit | ffa1cf62b1f05a5da07cef2013da307fb091bb67 (patch) | |
tree | 9bf6477a15d1e9e2fc1dd9b96ae440d2e4204ac5 /constants | |
parent | 1d1f3c3f1c63053bc39db6a1c19c43df46993c5f (diff) | |
download | SkyHanni-REPO-ffa1cf62b1f05a5da07cef2013da307fb091bb67.tar.gz SkyHanni-REPO-ffa1cf62b1f05a5da07cef2013da307fb091bb67.tar.bz2 SkyHanni-REPO-ffa1cf62b1f05a5da07cef2013da307fb091bb67.zip |
Update regexes based on https://github.com/hannibal002/Skyhanni/commit/bc22141e6f7528b3987e02263b8d3a8a34dd7918
Diffstat (limited to 'constants')
-rw-r--r-- | constants/regexes.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/constants/regexes.json b/constants/regexes.json index f404e96..04c3bf3 100644 --- a/constants/regexes.json +++ b/constants/regexes.json @@ -1,5 +1,5 @@ { - "sourceLabel": "6210bbc", + "sourceLabel": "bc22141", "regexes": { "data.owninventory.chat.movedsacktoinventory": "§aMoved §r§e\\d* (?\u003cname\u003e.*)§r§a from your Sacks to your inventory.", "bingo.card.percentage": " {2}§8Top §.(?\u003cpercentage\u003e.*)%", @@ -19,6 +19,15 @@ "event.diana.mythological.tracker.siameselynxes": ".* §r§eYou dug out §r§2Siamese Lynxes§r§e!", "event.diana.mythological.tracker.minoshunter": ".* §r§eYou dug out a §r§2Minos Hunter§r§e!", "event.diana.mythological.tracker.minosinquisitor": ".* §r§eYou dug out a §r§2Minos Inquisitor§r§e!", + "relay.chat.1st": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe first relay is on a branch of the large tree on the north-east of the fairy pond.", + "relay.chat.2nd": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay is in the castle ruins!", + "relay.chat.3rd": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay is in the §bRoyal Palace §rwithin the Dwarven Mines.", + "relay.chat.4th": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay is on the highest spike of §dThe End§r.", + "relay.chat.5th": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay was placed by our consultant, Odger.", + "relay.chat.6th": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fScarleton itself has one of the most robust connection to the 9f™ Network.", + "relay.chat.7th": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay is on top of the shack next to the shady inn right here close to the pond.", + "relay.chat.8th": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay is on top of a statue in the dungeon hub.", + "relay.chat.9th": "§e[NPC] §dTia the Fairy§f: §b✆ §f§r§fThe next relay is on top of the Auction House.", "garden.level.inventory.nextxp": ".* §e(?\u003cnextLevelExp\u003e.*)§6/.*", "garden.level.inventory.overflow": ".*§r §6(?\u003coverflow\u003e.*)", "garden.level.inventory.currentlevel": "Garden Level (?\u003ccurrentLevel\u003e.*)", |