From 97e5afa177f3eb1661ffd61a8e5ef5a2b8d2175b Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 11 一月 2019 16:53:45 +0800
Subject: [PATCH] 5722 【后端】【1.5】跨服BOSS开发(采集掉血配置)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GeneralProgramme.txt                           |    1 +
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCLostHP.txt |   18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GeneralProgramme.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GeneralProgramme.txt
index 804304a..220b557 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GeneralProgramme.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GeneralProgramme.txt
@@ -816,6 +816,7 @@
 CollectNPCFuncTimeLimit	\NPCLogic\NPCLogic_Collect\CollectNPCFuncTimeLimit	1bd32d796ae8425bebb215c6a6e4989d	采集NPC次数配置
 CollectNPCIDTimeLimit	\NPCLogic\NPCLogic_Collect\CollectNPCIDTimeLimit	1bd32d796ae8425bebb215c6a6e4989d	采集NPCID对应次数限制配置
 CollectNPCFuncTimeBuyCost	\NPCLogic\NPCLogic_Collect\CollectNPCFuncTimeBuyCost	945df5a93caa521a952cf7cdaa4ed9c6	购买采集NPC次数消耗配置
+CollectNPCLostHP	\NPCLogic\NPCLogic_Collect\CollectNPCLostHP	945df5a93caa521a952cf7cdaa4ed9c6	采集掉血配置
 CollectItemInfo_20302001	\NPCLogic\NPCLogic_Collect\CollectItemInfo_20302001	bc900f3f565ff8957aba7229b0c09912	采集获得物品模板20302001配置
 CollectItemInfo_20302002	\NPCLogic\NPCLogic_Collect\CollectItemInfo_20302002	bc900f3f565ff8957aba7229b0c09912	采集获得物品模板20302002配置
 CollectItemInfo_40108001	\NPCLogic\NPCLogic_Collect\CollectItemInfo_20302001	bc900f3f565ff8957aba7229b0c09912	采集获得物品模板40108001配置
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCLostHP.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCLostHP.txt
new file mode 100644
index 0000000..54bec1b
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCLostHP.txt
@@ -0,0 +1,18 @@
+# 采集掉血设置 {npcID:[每X秒掉一次血, 掉血百分比], ...}
+
+(
+
+{
+
+# 神兽副本
+20302001:[2, 2],
+20302001:[2, 4],
+
+# 蓬莱仙境
+40108001:[2, 2],
+40108002:[2, 4],
+
+
+}
+
+)
\ No newline at end of file

--
Gitblit v1.8.0