From b4f9538c9d71c053e8a38ee283bef59c56b9006b Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Mon, 22 Aug 2022 22:13:25 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E4=B8=8D=E5=86=8D=E5=9C=A8?= =?UTF-8?q?=E8=82=89=E9=B8=BD=E6=8B=9B=E5=8B=9F=20`=E8=A1=8C=E5=95=86`=20?= =?UTF-8?q?=E5=B9=B2=E5=91=98=EF=BC=8C=E5=8A=A0=E5=85=A5=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=20`=E5=82=80=E5=84=A1=E5=B8=88`=20=E5=92=8C=20`=E4=BC=8F?= =?UTF-8?q?=E5=87=BB=E5=AE=A2`=20=E5=B9=B2=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/1633 Co-authored-by: Private233 <108540840+Private233@users.noreply.github.com> --- resource/roguelike_recruit.json | 41 +++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/resource/roguelike_recruit.json b/resource/roguelike_recruit.json index e5acb28cad..6576c3bc15 100644 --- a/resource/roguelike_recruit.json +++ b/resource/roguelike_recruit.json @@ -262,10 +262,47 @@ "promote_priority": 700 }, { - "name": "孑", + "name": "风丸", "skill": 2, - "recruit_priority": 80, + "recruit_priority": 500, "promote_priority": 600 + }, + { + "name": "贝娜", + "skill": 2, + "recruit_priority": 500, + "promote_priority": 600 + }, + { + "name": "伊桑", + "skill": 2, + "recruit_priority": 500, + "promote_priority": 400 + }, + { + "name": "狮蝎", + "skill": 2, + "recruit_priority": 500, + "promote_priority": 500 + }, + { + "name": "绮良", + "skill": 1, + "recruit_priority": 500, + "promote_priority": 400 + }, + { + "name": "水月", + "skill": 2, + "recruit_priority": 300, + "promote_priority": 650 + }, + { + "name": "温蒂", + "skill": 3, + "alternate_skill": 2, + "recruit_priority": 100, + "promote_priority": 650 } ], "Medic": [ From cd985783866043019101b19056d5c18e395aa7ce Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Mon, 22 Aug 2022 23:14:13 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E5=B9=B2=E5=91=98=E7=9A=84=E4=BC=98=E5=85=88=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: et --- resource/roguelike_recruit.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/resource/roguelike_recruit.json b/resource/roguelike_recruit.json index 6576c3bc15..b1bb42c07c 100644 --- a/resource/roguelike_recruit.json +++ b/resource/roguelike_recruit.json @@ -264,8 +264,8 @@ { "name": "风丸", "skill": 2, - "recruit_priority": 500, - "promote_priority": 600 + "recruit_priority": 550, + "promote_priority": 650 }, { "name": "贝娜", @@ -285,17 +285,11 @@ "recruit_priority": 500, "promote_priority": 500 }, - { - "name": "绮良", - "skill": 1, - "recruit_priority": 500, - "promote_priority": 400 - }, { "name": "水月", "skill": 2, "recruit_priority": 300, - "promote_priority": 650 + "promote_priority": 550 }, { "name": "温蒂",