diff --git a/shared/resource/jsons/dic_zyz_chat_system.json b/shared/resource/jsons/dic_zyz_chat_system.json index c35357817..70c8ab489 100644 --- a/shared/resource/jsons/dic_zyz_chat_system.json +++ b/shared/resource/jsons/dic_zyz_chat_system.json @@ -20,7 +20,7 @@ "name": "TEAM_ROLE", "mean": "玩家发送组队消息", "type": "5&", - "template": "%d发起组队邀请,诚邀您加入寻宝队伍,加入", + "template": "%d", "comments": "1:%d(发出组队邀请的玩家名);2:%d(跳转链接)" }, { @@ -36,7 +36,7 @@ "name": "COMPOSE_ORANGE_HERO", "mean": "玩家获得传奇武将(橙)", "type": "1&", - "template": "恭喜%d时来运转,获得神话武将%d", + "template": "恭喜%d时来运转,获得传奇武将%d", "comments": "1:%d(玩家名);2:%d(武将名)" }, { @@ -108,7 +108,7 @@ "name": "JEWEL_COMPOSE", "mean": "宝石合成7阶及其以上", "type": "1&", - "template": "恭喜%d,合成出%d阶的%d", + "template": "恭喜%d,合成出%d", "comments": "1:%d(玩家名);2:%d(宝石阶数);3.%d(宝石名)" }, { @@ -153,7 +153,7 @@ }, { "id": 19, - "name": "HERO_WAKE_UP", + "name": "HERO_WAKEUP", "mean": "武将觉醒", "type": "1&", "template": "恭喜%d,成功将%d觉醒", @@ -182,5 +182,13 @@ "type": "1&", "template": "%d赠送给%d%d", "comments": "1:%d(赠送的玩家名);2:%d(赠送的玩家名);3.%d(赠送的道具)" + }, + { + "id": 23, + "name": "SEND_MARQUEE", + "mean": "跑马灯内容", + "type": "1&", + "template": "%d", + "comments": "&" } ] \ No newline at end of file