From 7c1079d84f0552002699f29cc90b0da7bacba899 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 24 十月 2025 10:17:51 +0800
Subject: [PATCH] 125 战斗 连击 追击 反击的飘字

---
 Main/System/Battle/BattleConst.cs |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/Main/System/Battle/BattleConst.cs b/Main/System/Battle/BattleConst.cs
index 0aabf7d..cf46127 100644
--- a/Main/System/Battle/BattleConst.cs
+++ b/Main/System/Battle/BattleConst.cs
@@ -30,6 +30,13 @@
 
     public const int BattleTotalRecoverType = 100002; // 鎬绘不鐤楃被鍨婭D
 
+    public const int BattleComboAttack = 100003; // 杩炲嚮
+
+    public const int BattleCounterAttack = 100004; // 鍙嶅嚮
+
+    public const int BattleChaseAttack = 100005; // 杩藉嚮
+
+    public const int BattleStun = 100006; // 鍑绘檿
 
     //  1000~10000涔嬮棿鐨勬垬鏂楀眰绾�
     //  闇�瑕佽�冭檻鏍规嵁UI 鐗规晥 鎴樻枟瑙掕壊涓夋柟鐨勫眰绾у叧绯�
@@ -56,7 +63,7 @@
     {
         get
         {
-            return  UnactiveHeroBackSortingOrder - 1;
+            return UnactiveHeroBackSortingOrder - 1;
         }
     }
 
@@ -157,7 +164,7 @@
     {
         get
         {
-            return ActiveHeroSortingOrder + 2;
+            return ActiveHeroSortingOrder + 10;
         }
     }
 
@@ -167,7 +174,7 @@
     {
         get
         {
-            return ActiveHeroFrontSortingOrder - 1;
+            return ActiveHeroFrontSortingOrder - 5;
         }
     }
 

--
Gitblit v1.8.0