hch
17 小时以前 280a87171e69d61275100811eb692573a45a628f
544 【红颜系统】新增红颜
1个文件已修改
9 ■■■■■ 已修改文件
Main/System/BeautyMM/BeautyMMShowWin.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/BeautyMM/BeautyMMShowWin.cs
@@ -288,6 +288,12 @@
                colorType = BeautyMMManager.Instance.m_TravelCnt >= beauty.UnlockNeedCnt ? TextColType.Green : TextColType.Red;
                return Language.Get("BeautyMMUnLockTip7", beauty.UnlockNeedCnt) +
                UIHelper.AppendColor(colorType, Language.Get("HeroFates11", BeautyMMManager.Instance.m_TravelCnt, beauty.UnlockNeedCnt));
            case 8:
                //定军阁
                WarlordPavilionManager.Instance.TryGetHistoryMaxFinishProgress(out int layerNum, out int levelNum);
                colorType = layerNum > beauty.UnlockValue ? TextColType.Green : TextColType.Red;
                return Language.Get("BeautyMMUnLockTip8", beauty.UnlockValue) +
                UIHelper.AppendColor(colorType, Language.Get("HeroFates11", layerNum, beauty.UnlockValue));
        }
        return "";
    }
@@ -342,6 +348,9 @@
                    case 4:
                        talentTexts[i].text = Language.Get($"BeautyMMTalent4", ItemConfig.Get(mmConfig.EffTypeValue).ItemName, talentValue);
                        break;
                    case 5:
                        talentTexts[i].text = Language.Get($"BeautyMMTalent5", talentValue);
                        break;
                }
            }
            else