副词条适配(待激活)

This commit is contained in:
FishmanTheMurloc
2025-09-10 20:18:59 +08:00
parent 6e2458e6c2
commit 3abed61fe2

View File

@@ -535,7 +535,7 @@ public class AutoArtifactSalvageTask : ISoloTask
#region
ArtifactAffix[] minorAffixes = levelAndMinorAffixLines.Select(l =>
{
string pattern = @"^[•·]?([^+:]+)\+([\d., ]*)(%?)$";
string pattern = @"^([^+:]+)\+([\d., ]*)(%?).*$";
pattern = pattern.Replace("%", percentStr);
Match match = Regex.Match(l, pattern);
if (match.Success)