From b2d9d7914012c8932c823e19489c9c238ecc032a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 26 十二月 2025 18:33:25 +0800 Subject: [PATCH] 129 【战斗】战斗系统-服务端(张星彩所有技能;增加效果6033;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 6af3bd9..95a71ac 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4087,10 +4087,11 @@ PassiveEff_LostHPProtect = 6030 # 掉血上限保护 PassiveEff_ImmuneControlDepBuff = 6031 # 某种buff状态层达到x时免疫减益控制效果 PassiveEff_AddCureMultiBySkillType = 6032 # 提升治疗技能最终治疗效果(根据目标buff类型层数) +PassiveEff_ImmuneBadBuff = 6033 # 概率免疫buff类型(免疫添加,针对减益、控制、dot类) # 被动效果ID有触发值时就返回的 PassiveEffHappenValueList = [PassiveEff_ChangeHurtType, PassiveEff_ImmuneControlBuff, PassiveEff_MustSuperHit, PassiveEff_SkillInvalid, - PassiveEff_IgnoreShield] + PassiveEff_IgnoreShield, PassiveEff_ImmuneBadBuff] # 被动效果ID触发值取最大值的 PassiveEffValueMaxList = [PassiveEff_ChangeHurtMulti] # 被动效果ID触发值取最小值的 -- Gitblit v1.8.0