update rules

This commit is contained in:
shoopea 2020-01-07 10:30:45 +08:00
parent 78aba36330
commit 9cd628ecf3
2 changed files with 14 additions and 1 deletions

View File

@ -564,6 +564,11 @@
"name": "NY 2020 Event Regroup",
"obj_type": "msg"
},
{
"intl_id": "msg_ny2020_battle",
"name": "NY 2020 Event Battle Station",
"obj_type": "msg"
},
{
"intl_id": "job_pillage",
"name": "Pillage job",

View File

@ -1802,7 +1802,7 @@
{
"prio": 5000,
"descn": "NY2020 Event Current Map",
"rule": "^Current positioning:\\n(?P<Monsters>(?s:.*))\\n(?P<Map>( a b c d e f g h\\n1.*\\n2.*\\n3.*\\n4.*\\n5.*\\n6.*\\n7.*\\n8.*\\n9.*))$",
"rule": "^Current positioning:\\n(?P<Monsters>(?s:.*))(?P<Map>( a b c d e f g h\\n1.*\\n2.*\\n3.*\\n4.*\\n5.*\\n6.*\\n7.*\\n8.*\\n9.*))$",
"msg_type": "msg_ny2020_current_map",
"chat_id": -1001198527605,
"user_id": 841616455
@ -1814,5 +1814,13 @@
"msg_type": "msg_ny2020_regroup",
"chat_id": -1001198527605,
"user_id": 841616455
},
{
"prio": 5000,
"descn": "NY2020 Event Battle Stations",
"rule": "^To the battle stations\\!\\n(?P<Monsters>(?s:.*))\\n(?P<Map>( a b c d e f g h\\n1.*\\n2.*\\n3.*\\n4.*\\n5.*\\n6.*\\n7.*\\n8.*\\n9.*))$",
"msg_type": "msg_ny2020_battle",
"chat_id": -1001198527605,
"user_id": 841616455
}
]