From 89343a7a0909e5244a3b69c4db1294de4536243b Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期一, 15 十二月 2025 18:15:22 +0800
Subject: [PATCH] 262 幻境阁系统-客户端 新增仅适用武将解锁的头像和形象的红点移除规则
---
Main/System/Main/FightPowerManager.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Main/System/Main/FightPowerManager.cs b/Main/System/Main/FightPowerManager.cs
index 779d0cc..7fe4011 100644
--- a/Main/System/Main/FightPowerManager.cs
+++ b/Main/System/Main/FightPowerManager.cs
@@ -27,10 +27,8 @@
private const string HORSE_PER = "horsePer";
private const string BEAUTY_VALUE = "beautyValue";
private const string BEAUTY_PER = "beautyPer";
- private const string LINEUP_INIT_ADD_PER = "lineupInitAddPer";
- private const string LINEUP_LV_ADD_PER = "lineupLVAddPer";
- private const string LINEUP_BREAK_LV_ADD_PER = "lineupBreakLVAddPer";
- private const string LINEUP_STAR_ADD_PER = "lineupStarAddPer";
+ private const string FATES_VALUE = "fatesValue";
+ private const string FATES_PER = "fatesPer";
private const string LINEUP_HALO_VALUE = "lineupHaloValue";
private const string LINEUP_HALO_PER = "lineupHaloPer";
private const string INHERIT_PER = "inheritPer";
@@ -317,6 +315,8 @@
propertyVariables[HORSE_PER] = HorseManager.Instance.GetAttrPer(attrType) / 10000.0f;
propertyVariables[BEAUTY_VALUE] = 0;
propertyVariables[BEAUTY_PER] = 0;
+ propertyVariables[FATES_VALUE] = 0;
+ propertyVariables[FATES_PER] = 0;
//鍏ㄤ綋鍗$墝鍔犳垚
propertyVariables[HERO_CARDPER] = allHeroAddPer;
--
Gitblit v1.8.0