From ea7a1754dfae9f000effc4bd160670ef426b00fa Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 17 十月 2025 15:28:47 +0800
Subject: [PATCH] npc 新增血条数

---
 Main/Config/Configs/NPCConfig.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Main/Config/Configs/NPCConfig.cs b/Main/Config/Configs/NPCConfig.cs
index 433f8c8..c67fc02 100644
--- a/Main/Config/Configs/NPCConfig.cs
+++ b/Main/Config/Configs/NPCConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           Thursday, September 18, 2025
+//    [  Date ]:           2025骞�10鏈�17鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -21,6 +21,7 @@
 	public int LV;
 	public int SkinID;
 	public float ModelScale;
+	public int LifeBarCount;
 
     public override int LoadKey(string _key)
     {
@@ -41,6 +42,8 @@
 			int.TryParse(tables[3],out SkinID); 
 
 			float.TryParse(tables[4],out ModelScale); 
+
+			int.TryParse(tables[5],out LifeBarCount); 
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0