yyl
2026-04-28 ad3ac1661daaf4b445914f87009d3d88c990f040
Main/Config/Configs/HeroQualityBreakConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Tuesday, December 9, 2025
//    [  Date ]:           2026年4月10日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -21,6 +21,7 @@
   public int BreakLV;
   public int UPLVNeed;
   public int[][] UPCostItemList;
   public int UPLVNeedStar;
    public override int LoadKey(string _key)
    {
@@ -41,6 +42,8 @@
         int.TryParse(tables[3],out UPLVNeed); 
         UPCostItemList = JsonMapper.ToObject<int[][]>(tables[4].Replace("(", "[").Replace(")", "]")); 
         int.TryParse(tables[5],out UPLVNeedStar);
        }
        catch (Exception exception)
        {