yyl
2025-08-11 b2d7bb59dc37c7b350786b076ee2f344b7c8911f
Main/Config/Configs/HeroQualityConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月5日
//    [  Date ]:           2025年8月7日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -27,6 +27,7 @@
   public int BookInitAddPer;
   public int BookStarAddPer;
   public int BookBreakLVAddPer;
   public int[][] DismissReturnItems;
    public override int LoadKey(string _key)
    {
@@ -83,6 +84,8 @@
         int.TryParse(tables[9],out BookStarAddPer); 
         int.TryParse(tables[10],out BookBreakLVAddPer); 
         DismissReturnItems = JsonMapper.ToObject<int[][]>(tables[11].Replace("(", "[").Replace(")", "]"));
        }
        catch (Exception exception)
        {