diff --git a/CHANGELOG_MAA.md b/CHANGELOG_MAA.md index be3dc534e2..c66682f01f 100644 --- a/CHANGELOG_MAA.md +++ b/CHANGELOG_MAA.md @@ -1,6 +1,10 @@ -- 优化自动战斗编队时干员名的识别效果 -- 作业制作器新增支持干员名选择、新增支持添加说明文本 -- 修复自动战斗编队时技能点到词条上的 bug -- 其他一些小修复 - -**该版本肉鸽功能还没适配完,暂时无法正常使用,如有需要请用老版本~** +- 肉鸽大幅重构,新增练度识别、干员技能自动选择及释放 +- 肉鸽新增支持随缘买商店的收藏品 +- 肉鸽战斗干员朝向优化、干员摆放优先级优化 +- 新增自动抄作业支持按坐标撤退干员 +- 修复一些肉鸽卡住的问题,修复肉鸽战斗不能二倍速的问题 +- 修复自动抄作业不能使用中文文件名的问题 +- 优化自动抄作业导入 JSON 时的界面显示 +- 修复一个掉落识别的问题 +- 修复某些情况下连接模拟器不生效的问题 +- 界面上贴了一个 MAA 官网网址! diff --git a/resource/copilot/YanFengRongDong.json b/resource/copilot/YanFengRongDong.json index 761e33e278..890e527e17 100644 --- a/resource/copilot/YanFengRongDong.json +++ b/resource/copilot/YanFengRongDong.json @@ -34,10 +34,15 @@ ], "actions": [ { - "type": "二倍速" + "name": "令", + "location": [ + 10, + 4 + ], + "direction": "左" }, { - "name": "棘刺", + "name": "“弦惊”", "location": [ 8, 6 @@ -45,37 +50,7 @@ "direction": "上" }, { - "name": "克洛丝", - "location": [ - 2, - 4 - ], - "direction": "上" - }, - { - "name": "伊芙利特", - "location": [ - 10, - 4 - ], - "direction": "左" - }, - { - "name": "蜜莓", - "location": [ - 10, - 5 - ], - "direction": "左" - }, - { - "kills": 16, - "name": "克洛丝", - "type": "撤退" - }, - { - "kills": 18, - "name": "红", + "name": "“弦惊”", "location": [ 3, 5 @@ -83,74 +58,26 @@ "direction": "左" }, { - "kills": 21, - "name": "史尔特尔", + "name": "“弦惊”", "location": [ 2, 3 ], - "direction": "下", - "rear_delay": 1500 - }, - { - "name": "史尔特尔", - "type": "技能" - }, - { - "kills": 23, - "name": "史尔特尔", - "type": "撤退" - }, - { - "kills": 25, - "pre_delay": 10000, - "name": "红", - "location": [ - 3, - 5 - ], - "direction": "左" - }, - { - "name": "红", - "type": "撤退" - }, - { - "kills": 29, - "name": "史尔特尔", - "location": [ - 9, - 4 - ], - "direction": "左", - "rear_delay": 1500 - }, - { - "pre_delay": 1000, - "name": "红", - "location": [ - 4, - 4 - ], "direction": "下" }, { - "name": "史尔特尔", - "type": "技能" - }, - { - "kills": 34, - "name": "史尔特尔", - "type": "撤退" - }, - { - "pre_delay": 5000, - "name": "红", "location": [ 3, 5 ], - "direction": "左" + "type": "撤退" + }, + { + "location": [ + 2, + 3 + ], + "type": "撤退" } ] }