From 3f3de49878ea32e5184c68feabac9dd6f4afd422 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 18 九月 2025 10:15:08 +0800
Subject: [PATCH] 129 【战斗】战斗系统-服务端(诸葛果技能;追击支持;优化连击追击;程序内置限制单武将单次行动中每个对象累计使用技能次数20次;)

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.pyc                      |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Skill.txt          |    4 ++--
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc                             |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Skill.txt          |    4 ++--
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BattleObj.pyc                     |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc                    |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveTrigger/PassiveEff_5012.pyc |    0 
 ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorld.pyc                            |    0 
 8 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BattleObj.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BattleObj.pyc
index 09e6431..f71b12e 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BattleObj.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/BattleObj.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc
index 9001d5b..a629d1b 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
index 5fc80ac..cebcb19 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorld.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorld.pyc
index 4828745..3688705 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorld.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorld.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveTrigger/PassiveEff_5012.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveTrigger/PassiveEff_5012.pyc
new file mode 100644
index 0000000..9c4bc4f
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/PassiveTrigger/PassiveEff_5012.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.pyc b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.pyc
index af088fa..acb8190 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.pyc
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.pyc
Binary files differ
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Skill.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Skill.txt
index 3772810..3f09152 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Skill.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/Skill.txt
@@ -180,8 +180,8 @@
 2003070	2003070	1	1	山峦	3											0																						0	
 2003080	2003080	1	1	怒气	3	1	0	6	5	1	0	0				0	10000																					0	
 2003090	2003090	1	1	升变	3											0																						0	
-2004010	2004010	1	1	观星	1	1	2	1	1	0	0	1	0	12000	0	0	10000					0				0				0		0	0	0	0	0	0	0	attack
-2004020	2004020	1	1	天机星杼	2	1	2	1	0	0	0	6	0	10000	0	0	10000					0				0				0		0	0	0	0	0	0	0	angerskill
+2004010	2004010	1	1	观星	1	1	2	1	1	0	0	1	0	12000	0	0	10000	5012	4000	13		0				0				0		0	0	0	0	0	0	0	attack
+2004020	2004020	1	1	天机星杼	2	5	0	0	5	0	0	0	0	0	0	0	10000	25	5000|1			0				0				0		0	2	0	0	0	0	0	angerskill
 2004030	2004030	1	1	追月												0																							
 2004050	2004050	1	1	追光	3											0																						0	
 2004070	2004070	1	1	聚元	3											0																						0	
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Skill.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Skill.txt
index 3772810..3f09152 100644
--- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Skill.txt
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/Skill.txt
@@ -180,8 +180,8 @@
 2003070	2003070	1	1	山峦	3											0																						0	
 2003080	2003080	1	1	怒气	3	1	0	6	5	1	0	0				0	10000																					0	
 2003090	2003090	1	1	升变	3											0																						0	
-2004010	2004010	1	1	观星	1	1	2	1	1	0	0	1	0	12000	0	0	10000					0				0				0		0	0	0	0	0	0	0	attack
-2004020	2004020	1	1	天机星杼	2	1	2	1	0	0	0	6	0	10000	0	0	10000					0				0				0		0	0	0	0	0	0	0	angerskill
+2004010	2004010	1	1	观星	1	1	2	1	1	0	0	1	0	12000	0	0	10000	5012	4000	13		0				0				0		0	0	0	0	0	0	0	attack
+2004020	2004020	1	1	天机星杼	2	5	0	0	5	0	0	0	0	0	0	0	10000	25	5000|1			0				0				0		0	2	0	0	0	0	0	angerskill
 2004030	2004030	1	1	追月												0																							
 2004050	2004050	1	1	追光	3											0																						0	
 2004070	2004070	1	1	聚元	3											0																						0	

--
Gitblit v1.8.0