From a159f533d0b72c5c3408b3ab98e172c1a1b4aa5f Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期日, 28 九月 2025 14:56:14 +0800 Subject: [PATCH] 1111 修改备注; --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index d56aa96..ab6fb06 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3060,8 +3060,8 @@ TurnBattleType_Combo, # 连击 1 TurnBattleType_AtkBack, # 反击 2 TurnBattleType_Pursue, # 追击 3 -TurnBattleType_Enhance, # 额外技能 4 -TurnBattleType_Passive, # 被动技能 5 +TurnBattleType_Enhance, # 额外技能(一般是主技能拆分为多个效果的技能) 4 +TurnBattleType_Passive, # 被动触发的技能 5 ) = range(6) Def_PerTurnTick = 1000 # 每回合等同于常规tick时长 -- Gitblit v1.8.0