From 47a71634cc5580de72f7b4a540ceb37b2d9d6481 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 29 十二月 2025 16:31:17 +0800
Subject: [PATCH] 351 【内政】红颜系统 - 战力

---
 Main/System/Main/FightPowerManager.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Main/System/Main/FightPowerManager.cs b/Main/System/Main/FightPowerManager.cs
index 79ef913..81c154d 100644
--- a/Main/System/Main/FightPowerManager.cs
+++ b/Main/System/Main/FightPowerManager.cs
@@ -161,6 +161,7 @@
         }
 #if UNITY_EDITOR
         FightPowerDebug("鎴樺姏锛氱瓑绾у睘鎬� " + JsonMapper.ToJson(lvAttrs));
+        FightPowerDebug("鎴樺姏锛氱孩棰滃睘鎬� " + JsonMapper.ToJson(BeautyMMManager.Instance.allMMTalentAttr));
 #endif
 
     }
@@ -316,8 +317,8 @@
         propertyVariables[HJG_PER] = PhantasmPavilionManager.Instance.GetAttrPer(attrType) / 10000.0f;
         propertyVariables[HORSE_VALUE] = HorseManager.Instance.GetAttrValue(attrType);
         propertyVariables[HORSE_PER] = HorseManager.Instance.GetAttrPer(attrType) / 10000.0f;
-        propertyVariables[BEAUTY_VALUE] = 0;
-        propertyVariables[BEAUTY_PER] = 0;
+        propertyVariables[BEAUTY_VALUE] = BeautyMMManager.Instance.GetAttrValue(attrType);
+        propertyVariables[BEAUTY_PER] = BeautyMMManager.Instance.GetAttrPer(attrType) / 10000.0f;
         propertyVariables[FATES_VALUE] = HeroFatesManager.Instance.GetAttrValue(attrType);
         propertyVariables[FATES_PER] = HeroFatesManager.Instance.GetAttrPer(attrType) / 10000.0f;
 

--
Gitblit v1.8.0