fix rules

This commit is contained in:
shoopea 2020-04-06 10:27:12 +08:00
parent 2ee3803fbc
commit 53efbef1c8

View File

@ -1721,7 +1721,7 @@
}, },
{ {
"prio": 5000, "prio": 5000,
"descn": "Quest Res with Ambush and loot", "descn": "Quest Res with Ambush w loot",
"rule": "^You met some hostile creatures\\. Be careful:\\n(?P<Monsters>(((([0-9] x ){0,1}[⚜a-zA-Z ]* lvl\\.[0-9]*)|( ╰ [a-z ]*))\\n{0,1})+)\\n((It's an ambush)|(It is ambush))! Loot is locked till the end of the fight:\\n(?P<Loot>([a-zA-Z ]* \\([0-9]+\\)\\n{0,1})+)\\n(?P<Link>\\/fight_[a-zA-Z0-9]+)$", "rule": "^You met some hostile creatures\\. Be careful:\\n(?P<Monsters>(((([0-9] x ){0,1}[⚜a-zA-Z ]* lvl\\.[0-9]*)|( ╰ [a-z ]*))\\n{0,1})+)\\n((It's an ambush)|(It is ambush))! Loot is locked till the end of the fight:\\n(?P<Loot>([a-zA-Z ]* \\([0-9]+\\)\\n{0,1})+)\\n(?P<Link>\\/fight_[a-zA-Z0-9]+)$",
"msg_type": "msg_quest_res_ambush", "msg_type": "msg_quest_res_ambush",
"chat_id": 0, "chat_id": 0,
@ -1729,7 +1729,7 @@
}, },
{ {
"prio": 5000, "prio": 5000,
"descn": "Quest Res with Ambush and no loot", "descn": "Quest Res with Ambush w/o loot",
"rule": "^You met some hostile creatures\\. Be careful:\\n(?P<Monsters>(((([0-9] x ){0,1}[a-zA-Z ]* lvl\\.[0-9]*)|( ╰ [a-z ]*))\\n{0,1})+)\\n((It's an ambush)|(It is ambush))!\\n\\n(?P<Link>\\/fight_[a-zA-Z0-9]+)$", "rule": "^You met some hostile creatures\\. Be careful:\\n(?P<Monsters>(((([0-9] x ){0,1}[a-zA-Z ]* lvl\\.[0-9]*)|( ╰ [a-z ]*))\\n{0,1})+)\\n((It's an ambush)|(It is ambush))!\\n\\n(?P<Link>\\/fight_[a-zA-Z0-9]+)$",
"msg_type": "msg_quest_res_ambush", "msg_type": "msg_quest_res_ambush",
"chat_id": 0, "chat_id": 0,