mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
243一天4换排班错误修复
修复两个问题:1,文字错误,两个A+B班的文本写成了16H,应为8H; 2,肥鸭应该每8h用一次,原排班有一次时间排错了。把原排班在A+C组时候使用一次肥鸭调整到了在B+C组的时候使用。
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"description": "干员配置要求极高,请留意\n若缺少干员请自行拷贝文件并修改(请勿直接修改,以免更新后被覆盖)\n\n作业作者:MistEO\n感谢公孙长乐大佬提供数据及方案支持!\n[20220119 修订] 视频地址: https://www.bilibili.com/video/BV1qD4y1H77E?t=365\n请把年放在加工站",
|
||||
"plans": [
|
||||
{
|
||||
"name": "A+B 组 16H",
|
||||
"name": "A+B 组 8H",
|
||||
"description": "最高效率长班",
|
||||
"description_post": "下次换班请在约8小时后进行",
|
||||
"Fiammetta": {
|
||||
@@ -130,7 +130,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "A+B 组 16H",
|
||||
"name": "A+B 组 8H",
|
||||
"description": "最高效率长班",
|
||||
"description_post": "下次换班请在约8小时后进行",
|
||||
"Fiammetta": {
|
||||
@@ -260,6 +260,9 @@
|
||||
"name": "B+C 组 4H",
|
||||
"description": "次高效替补 1 班",
|
||||
"description_post": "下次换班请在约4小时后进行",
|
||||
"Fiammetta": {
|
||||
"target": "龙舌兰"
|
||||
},
|
||||
"drones": {
|
||||
"room": "trading",
|
||||
"index": 1
|
||||
@@ -384,9 +387,6 @@
|
||||
"name": "A+C 组 4H",
|
||||
"description": "次高效替补 2 班",
|
||||
"description_post": "下次换班请在约4小时后进行",
|
||||
"Fiammetta": {
|
||||
"target": "龙舌兰"
|
||||
},
|
||||
"drones": {
|
||||
"room": "manufacture",
|
||||
"index": 1
|
||||
|
||||
Reference in New Issue
Block a user