From f9f2711f44e45021b4d69ca701bd25704578eef4 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 25 十一月 2025 17:20:34 +0800
Subject: [PATCH] 121 【武将】武将系统 - 同步武将升级增加固定属性

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

diff --git a/Main/System/Main/FightPowerManager.cs b/Main/System/Main/FightPowerManager.cs
index fc2e71d..505b512 100644
--- a/Main/System/Main/FightPowerManager.cs
+++ b/Main/System/Main/FightPowerManager.cs
@@ -311,6 +311,8 @@
         propertyVariables["awakeTalentPer"] = hero.GetAwakeAttrPer(attrType) / 10000.0f;
         propertyVariables["fetterValue"] = hero.GetFetterAttrValue(attrType);
         propertyVariables["fetterPer"] = hero.GetFetterAttrPer(attrType) / 10000.0f;
+        propertyVariables["heroLVValue"] = hero.GetHeroLVValue(attrType);
+        propertyVariables["heroLVPer"] = hero.GetHeroLVPer(attrType) / 10000.0f;
 
 #if UNITY_EDITOR
         //鎺掗櫎鍊间负0鐨勫睘鎬ц緭鍑�

--
Gitblit v1.8.0