update ny event

This commit is contained in:
shoopea 2020-01-06 17:56:40 +08:00
parent 6505a11af8
commit a6a1146d9a
2 changed files with 26 additions and 0 deletions

View File

@ -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",

View File

@ -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<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_current_map",
"chat_id": -1001198527605,
"user_id": 841616455
}
]