From 3a055112431d7279f738f464c2cdf1bd19bd52a5 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 25 八月 2025 14:10:09 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(技能触发来源触发逻辑优化;增加承伤盾支持,0428通知buff相关值;增加嘲讽支持,优化技能选择目标逻辑;增加连击、反击、格挡、暴击、通用击晕支持;)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/MainChapter.txt |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/MainChapter.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/MainChapter.txt
index 85d334a..e431fe3 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/MainChapter.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/MainChapter.txt
@@ -1,7 +1,7 @@
-ChapterID	DailyBootyUpperList	BootyWeightList
-1	[[30,50000], [181,10], [182,11]]	[[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1]]
-2	[[30,60000], [181,11], [182,12]]	[[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1]]
-3	[[30,70000], [181,12], [182,13], [20,100]]	[[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1], [15, 20, 10, 15]]
-4	[[30,80000], [181,13], [182,14], [20,150]]	[[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1], [15, 20, 10, 15]]
-5	[[30,100000], [181,14], [182,15], [20,200]]	[[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1], [15, 20, 10, 15]]
-6	[[30,100000], [181,14], [182,15], [20,200]]	[[100, 30, 100, 200], [30, 20, 200, 300], [25, 181, 1, 1], [25, 182, 1, 1], [15, 20, 10, 15]]
+ChapterID	DailyBootyUpperList
+1	[[30,50000]]
+2	[[30,60000], [6,10]]
+3	[[30,70000], [6,12], [5,10]]
+4	[[30,80000], [6,17], [5,12], [1,100]]
+5	[[30,100000], [6,20], [5,15], [1,150]]
+6	[[30,200000], [6,25], [5,20], [1,200]]

--
Gitblit v1.8.0