test event msg

This commit is contained in:
shoopea 2020-01-06 17:44:04 +08:00
parent 9a87ea8d14
commit 6505a11af8
2 changed files with 14 additions and 1 deletions

View File

@ -544,6 +544,11 @@
"name": "NY 2020 Event Round finished",
"obj_type": "msg"
},
{
"intl_id": "msg_ny2020_round_wrong_tile_kind",
"name": "NY 2020 Event Wrong Tile Kind",
"obj_type": "msg"
},
{
"intl_id": "job_pillage",
"name": "Pillage job",

View File

@ -1778,9 +1778,17 @@
{
"prio": 5000,
"descn": "NY2020 Event Round Done",
"rule": "^Green creatures are eliminated\\. But slack not\\! There will be an another party\\! All the icicles became timeless\\!",
"rule": "^Green creatures are eliminated\\. But slack not\\! There will be an another party\\! All the icicles became timeless\\!$",
"msg_type": "msg_ny2020_round_done",
"chat_id": -1001198527605,
"user_id": 841616455
},
{
"prio": 5000,
"descn": "NY2020 Event Wrong Tile Kind",
"rule": "^Cannot Assign Warrior To That Tile Kind, (?P<User>.*)$",
"msg_type": "msg_ny2020_round_wrong_tile_kind",
"chat_id": -1001198527605,
"user_id": 841616455
}
]