From 357453b4bb96ecf8da405143dcb0ae7bb218eea4 Mon Sep 17 00:00:00 2001 From: Lancarus <34369130+Lancarus@users.noreply.github.com> Date: Sun, 6 Aug 2023 22:56:21 +0800 Subject: [PATCH] =?UTF-8?q?Update=203.5-=E8=82=89=E9=B8=BD=E8=BE=85?= =?UTF-8?q?=E5=8A=A9=E5=8D=8F=E8=AE=AE.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/3.5-肉鸽辅助协议.md | 47 ++++++++++++++++++++++++++++++++++------ 1 file changed, 40 insertions(+), 7 deletions(-) diff --git a/docs/3.5-肉鸽辅助协议.md b/docs/3.5-肉鸽辅助协议.md index d26d7eab16..4f3953c486 100644 --- a/docs/3.5-肉鸽辅助协议.md +++ b/docs/3.5-肉鸽辅助协议.md @@ -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` 描述了每个关卡信息和作战策略