From 1c4fc8c9115f81e106fa09d9a6dc44e8c1ef5d97 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 28 十月 2025 18:22:35 +0800 Subject: [PATCH] 129 【战斗】战斗系统-服务端(孟获技能;增加效果7005-必命中;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 1c277ee..8ec9128 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4082,6 +4082,7 @@ SkillEff_HurtShare = 7002 # 均摊伤害 SkillEff_ChangeTag = 7003 # 修改技能目标 SkillEff_RandRicochetCnt = 7004 # 随机弹射次数(A~B随机,包含AB) +SkillEff_MustHit = 7005 # 技能必命中 ( TriggerType_BeSuperHit, # 被暴击触发技能 1 -- Gitblit v1.8.0