yyl
2025-11-20 9e89e605d5429babb4b33df2e47ea86dff9d2ba7
Main/Config/Configs/NPCConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月8日
//    [  Date ]:           2025年10月24日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -18,11 +18,11 @@
    public int NPCID;
   public string NPCName;
   public int Country;
   public int AtkDistType;
   public int RelatedHeroID;
   public int LV;
   public int SkinID;
   public float ModelScale;
   public int LifeBarCount;
    public override int LoadKey(string _key)
    {
@@ -38,15 +38,15 @@
         NPCName = tables[1];
         int.TryParse(tables[2],out Country);
         int.TryParse(tables[2],out RelatedHeroID);
         int.TryParse(tables[3],out AtkDistType);
         int.TryParse(tables[3],out LV);
         int.TryParse(tables[4],out LV);
         int.TryParse(tables[4],out SkinID);
         int.TryParse(tables[5],out SkinID);
         float.TryParse(tables[5],out ModelScale);
         float.TryParse(tables[6],out ModelScale);
         int.TryParse(tables[6],out LifeBarCount);
        }
        catch (Exception exception)
        {