From 6505a11af83d179b054bdf52cfd9359bb6225740 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 6 Jan 2020 17:44:04 +0800 Subject: [PATCH] test event msg --- data/code_obj_sub_type.json | 5 +++++ data/msg_rules.json | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/data/code_obj_sub_type.json b/data/code_obj_sub_type.json index 7ceaf49..088e8ac 100644 --- a/data/code_obj_sub_type.json +++ b/data/code_obj_sub_type.json @@ -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", diff --git a/data/msg_rules.json b/data/msg_rules.json index 9693917..3321d2f 100644 --- a/data/msg_rules.json +++ b/data/msg_rules.json @@ -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.*)$", + "msg_type": "msg_ny2020_round_wrong_tile_kind", + "chat_id": -1001198527605, + "user_id": 841616455 } ] \ No newline at end of file