Main/Config/Configs/TitleConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年11月18日
//    [  Date ]:           Saturday, March 14, 2026
//--------------------------------------------------------
using System.Collections.Generic;
@@ -30,6 +30,10 @@
   public int[] AttrIDList;
   public int[] InitAttrValueList;
   public int[] AttrPerStarAddList;
   public int EffType;
   public int EffTypeValue;
   public int EffValue;
   public int EffPerStarAdd;
   public string GetWayString;
    public override int LoadKey(string _key)
@@ -106,7 +110,15 @@
            }
         }
         GetWayString = tables[14];
         int.TryParse(tables[14],out EffType);
         int.TryParse(tables[15],out EffTypeValue);
         int.TryParse(tables[16],out EffValue);
         int.TryParse(tables[17],out EffPerStarAdd);
         GetWayString = tables[18];
        }
        catch (Exception exception)
        {