From ff4e76b0afa80a80778dd268d26b341c083e9753 Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Thu, 29 Sep 2022 14:44:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=E5=85=AC=E6=8B=9B?= =?UTF-8?q?=E6=94=AF=E6=8F=B4=E6=9C=BA=E6=A2=B0=E8=AF=8D=E6=9D=A1=E6=B6=88?= =?UTF-8?q?=E5=A4=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Horror Proton <107091537+horror-proton@users.noreply.github.com> --- tools/ResourceUpdater/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/ResourceUpdater/main.cpp b/tools/ResourceUpdater/main.cpp index e221688ee2..d4dd402752 100644 --- a/tools/ResourceUpdater/main.cpp +++ b/tools/ResourceUpdater/main.cpp @@ -700,7 +700,10 @@ bool update_recruitment_data(const std::filesystem::path& input_dir, const std:: else { continue; } - if (info.rarity == 5) { + if (info.rarity == 1) { + info.tags.emplace_back("支援机械"); + } + else if (info.rarity == 5) { info.tags.emplace_back("资深干员"); } else if (info.rarity == 6) {