From 22832b84840c58415530d9d316ace53e24d00031 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期一, 13 十月 2025 18:24:23 +0800 Subject: [PATCH] 0312 临时补充古宝战力计算参数 --- 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 37b1765..998e5a5 100644 --- a/Main/System/Main/FightPowerManager.cs +++ b/Main/System/Main/FightPowerManager.cs @@ -230,6 +230,8 @@ propertyVariables["bookPer"] = GetBookPer(attrType) / 10000.0f; propertyVariables["realmValue"] = officialAttrs.ContainsKey(attrType) ? officialAttrs[attrType] : 0; propertyVariables["realmPer"] = GetOfficialPer(attrType) / 10000.0f; + propertyVariables["gubaoValue"] = 0; + propertyVariables["gubaoPer"] = 0; //锛侊紒锛佸崟姝﹀皢鎴樺姏棰勮鐨勮瘽闇�瑕佹帓闄ら槦浼嶅奖鍝嶆垬鍔涳紝鍙畻姝﹀皢鑷韩鐨勪笂闃靛睘鎬� propertyVariables["lineupInitAddPer"] = GetLineUpPer(attrType, "lineupInitAddPer") / 10000.0f; -- Gitblit v1.8.0