diff --git a/data/code_obj_sub_type.json b/data/code_obj_sub_type.json index 088e8ac..80de082 100644 --- a/data/code_obj_sub_type.json +++ b/data/code_obj_sub_type.json @@ -549,6 +549,16 @@ "name": "NY 2020 Event Wrong Tile Kind", "obj_type": "msg" }, + { + "intl_id": "msg_ny2020_round_frosty", + "name": "NY 2020 Event Frosty Weapon", + "obj_type": "msg" + }, + { + "intl_id": "msg_ny2020_current_map", + "name": "NY 2020 Event Current Map", + "obj_type": "msg" + }, { "intl_id": "job_pillage", "name": "Pillage job", diff --git a/data/msg_rules.json b/data/msg_rules.json index 3321d2f..71dfd8d 100644 --- a/data/msg_rules.json +++ b/data/msg_rules.json @@ -1790,5 +1790,21 @@ "msg_type": "msg_ny2020_round_wrong_tile_kind", "chat_id": -1001198527605, "user_id": 841616455 + }, + { + "prio": 5000, + "descn": "NY2020 Event Weapon not Frosty", + "rule": "^Your weapon is not frosty enough\\!$", + "msg_type": "msg_ny2020_round_frosty", + "chat_id": -1001198527605, + "user_id": 841616455 + }, + { + "prio": 5000, + "descn": "NY2020 Event Current Map", + "rule": "^Current positioning:\\n(?P(?s:.*))\\n(?P( 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 } ] \ No newline at end of file