少年修仙传客户端代码仓库
hch
2024-12-18 37e3b2471131061c833b4c7acc3068c908f3182d
10337 【越南】【英文】【BT】爬塔通关类的支持一键过关
1个文件已修改
7 ■■■■■ 已修改文件
System/GeneralConfig/GeneralDefine.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/GeneralConfig/GeneralDefine.cs
@@ -238,6 +238,9 @@
    public static Dictionary<int, List<int>> ZhanLingCtgIdHDict { get; private set; }
    public static Dictionary<int, int> OldZhanLingCtgIdDict { get; private set; }
    public static float fightPowerMore; //战力超过比例才可快速挑战
    public static int flashKillMaxCount; //连杀最大次数
    public static void Init()
    {
        try
@@ -959,6 +962,10 @@
                }
            }
            func = FuncConfigConfig.Get("FBQuickPass");
            fightPowerMore = float.Parse(func.Numerical1);
            flashKillMaxCount = int.Parse(func.Numerical2);
        }
        catch (Exception ex)
        {