mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
docs: 更新自定义基建肥鸭的协议字段
This commit is contained in:
@@ -22,12 +22,15 @@
|
||||
]
|
||||
],
|
||||
"duration": 360, // 工作持续时长(分钟),保留字段,目前无作用。以后可能到时间了弹窗提醒该换班了,或者直接自动换了
|
||||
"Fiammetta": "巫恋", // “菲亚梅塔” 为哪位干员使用,可选
|
||||
"Fiammetta": { // “菲亚梅塔” 为哪位干员使用,可选,不填写则不使用
|
||||
"target": "巫恋", // 目标干员
|
||||
"order": "pre", // 在整个换班前使用,还是换完班才用,取值范围 "pre" / "post"
|
||||
},
|
||||
"drones": { // 无人机使用,可选,不填写则不使用无人机
|
||||
"room": "trading", // 为哪个类型房间使用,取值范围 "trading" / "manufacture"
|
||||
"index": 0, // 为第几个该类型房间使用
|
||||
"rule": "all", // 使用规则,保留字段,目前无作用。以后可能拿来支持插拔等操作
|
||||
"order": "pre" // 无人机是在换干员前使用还是在换完才用,取值范围 "pre" / "post"
|
||||
"order": "pre" // 在换干员前使用还是在换完才用,取值范围 "pre" / "post"
|
||||
},
|
||||
"rooms": { // 房间信息,必选
|
||||
// 取值范围 "control" / "manufacture" / "trading" / "power" / "meeting" / "hire" / "dormitory"
|
||||
|
||||
Reference in New Issue
Block a user