yyl
2026-04-28 ad3ac1661daaf4b445914f87009d3d88c990f040
Main/Config/Configs/HeroConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2026年3月16日
//    [  Date ]:           2026年4月10日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -42,6 +42,9 @@
   public int[] TalentList;
   public int OpenCollectionDay;
   public int IsActLimit;
   public int AtkInheritPerStar;
   public int DefInheritPerStar;
   public int HPInheritPerStar;
    public override int LoadKey(string _key)
    {
@@ -152,6 +155,12 @@
         int.TryParse(tables[24],out OpenCollectionDay); 
         int.TryParse(tables[25],out IsActLimit); 
         int.TryParse(tables[26],out AtkInheritPerStar);
         int.TryParse(tables[27],out DefInheritPerStar);
         int.TryParse(tables[28],out HPInheritPerStar);
        }
        catch (Exception exception)
        {