少年修仙传客户端代码仓库
lcy
2025-05-09 9b2a6782fe2d228fcd98ab04dbca000f3d7b092b
System/FairySiege/FairySiegeBaseLvInfoNormalCell.cs
@@ -14,7 +14,7 @@
                return;
            FamilyGCZCampLVConfig config = FamilyGCZCampLVConfig.Get(campLV);
            FamilyGCZCampLVConfig lastConfig = FamilyGCZCampLVConfig.Get(lastCampLV);
            string baseStr = Language.Get("FairySiege100", UIHelper.AppendColor(TextColType.DarkGreen, Language.Get("FairySiege101", config.AddHPPer)));
            string baseStr = Language.Get("FairySiege100", UIHelper.AppendColor(TextColType.DarkGreen, Language.Get("FairySiege101", Language.Get("BlessedLand039", config.AddHPPer))));
            txtInfo.text = !FamilyGCZCampLVConfig.Has(lastCampLV) || lastConfig.StarCount >= config.StarCount ?
                baseStr :
                StringUtility.Contact(baseStr, " ", UIHelper.AppendColor(TextColType.DarkGreen, Language.Get("FairySiege128")), " ", UIHelper.AppendColor(TextColType.DarkGreen, Language.Get("FairySiege102", config.StarCount - lastConfig.StarCount)));