Update 3.5-肉鸽辅助协议.md

This commit is contained in:
Lancarus
2023-08-06 22:56:21 +08:00
committed by GitHub
parent aee5cc27fa
commit 357453b4bb

View File

@@ -48,7 +48,7 @@
}
]
},
"team_complete_condition": [ //阵容完备度检测
"team_complete_condition": [
...
]
}
@@ -159,13 +159,46 @@
"threshold": 3,
"offset": -600,
"Doc": "地面阻挡输出位≥3时百炼嘉维尔的招募优先级-600"
}
]
}
]
},
...
```
### 2. 预设阵容--阵容完备检测
在你预计能够通关或者打到高层的队伍中,哪些干员是比不可少的?又需要几个?
**注意目前脚本的招募逻辑是在阵容未满足阵容完备度之前只招募0希望和key干员存希望给高星key干员**
**所以不要设置太多完备度数字建议所有需要的干员数量加起来在4-8**
```jsonc
{
"theme": "Phantom", //肉鸽主题
"priority": [ //群组
...
],
"team_complete_condition": [ //阵容完备度检测
{
"groups": [ //需要哪些群组中的干员
"高台C"
],
"threshold": 1 //这些干员需要多少数量
},
{
"groups": [
"棘刺", //比如这里表示棘刺、地面阻挡、地面单切、炮灰分组的干员最少需要2个
"地面阻挡",
"地面单切",
"炮灰"
],
"threshold": 2
},
{
"groups": [
"回费",
"情报官"
],
"threshold": 1
},
]
}
```
## 战斗部署
`resource/copilot.json` 描述了每个关卡信息和作战策略