mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
feat: 或许我应该换一份作业?
This commit is contained in:
@@ -55,10 +55,13 @@ namespace MaaWpfGui.Constants
|
||||
|
||||
public const string MapOutdated = "MapOutdated";
|
||||
public const string UseCopilotGroup = "UseCopilot";
|
||||
|
||||
public const string UseCopilot1 = "UseCopilot1";
|
||||
public const string UseCopilot2 = "UseCopilot2";
|
||||
public const string UseCopilot3 = "UseCopilot3";
|
||||
|
||||
public const string Irreplaceable = "Irreplaceable";
|
||||
|
||||
#endregion
|
||||
|
||||
#region 搞笑/梗成就
|
||||
|
||||
@@ -264,10 +264,13 @@ namespace MaaWpfGui.Helper
|
||||
|
||||
// 自动战斗
|
||||
new Achievement { Id = AchievementIds.MapOutdated, IsHidden = true }, // 提示需要更新地图资源
|
||||
|
||||
new Achievement { Id = AchievementIds.UseCopilot1, Target = 1 }, // 自动战斗
|
||||
new Achievement { Id = AchievementIds.UseCopilot2, Target = 10 },
|
||||
new Achievement { Id = AchievementIds.UseCopilot3, Target = 100 },
|
||||
|
||||
new Achievement { Id = AchievementIds.Irreplaceable }, // 自动编队缺少至少两名干员
|
||||
|
||||
// 搞笑/梗类成就
|
||||
new Achievement { Id = AchievementIds.QuickCloser, IsHidden = true }, // 快速关闭弹窗
|
||||
new Achievement { Id = AchievementIds.TacticalRetreat, IsHidden = true }, // 停止任务
|
||||
|
||||
@@ -1111,6 +1111,11 @@ namespace MaaWpfGui.Main
|
||||
{
|
||||
Instances.CopilotViewModel.AddLog(LocalizationHelper.GetString("MissingOperators"), UiLogColor.Error);
|
||||
}
|
||||
|
||||
if (missingOpers is not null && missingOpers.Count >= 2)
|
||||
{
|
||||
AchievementTrackerHelper.Instance.Unlock(AchievementIds.Irreplaceable);
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
@@ -1224,5 +1224,9 @@ C:\\leidian\\LDPlayer9。\n
|
||||
<system:String x:Key="Achievement.PioneerDebug.Description">能下到这个版本的都不是一般人。</system:String>
|
||||
<system:String x:Key="Achievement.PioneerDebug.Conditions">使用未发布版本的 MAA</system:String>
|
||||
|
||||
<system:String x:Key="Achievement.Irreplaceable.Title">无可替代</system:String>
|
||||
<system:String x:Key="Achievement.Irreplaceable.Description">或许我应该换一份作业?</system:String>
|
||||
<system:String x:Key="Achievement.Irreplaceable.Conditions">使用 「自动战斗 - 自动编队」 时,缺少至少两名干员</system:String>
|
||||
|
||||
<!-- !Achievement -->
|
||||
</ResourceDictionary>
|
||||
|
||||
Reference in New Issue
Block a user