From ac36bdcfa7db1557790a5b912c3248b22625841f Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期三, 26 十一月 2025 18:49:17 +0800 Subject: [PATCH] Merge branch 'master' of http://mobile.secondworld.net.cn:10010/r/Project_SG_ServerCode --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 4 +++- 1 files changed, 3 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 bd5c6db..368e745 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -1354,7 +1354,8 @@ SkillTagAffect_AtkHighest, # 攻击力最高 5 SkillTagAffect_Burn, # 灼烧/玄火目标优先 6 SkillTagAffect_PoisonCure, # 仅焚血(毒奶)目标 7 -) = range(8) +SkillTagAffect_DamShield, # 承伤盾目标优先 8 +) = range(9) #技能施法目标 Def_UseSkillAim_Type = 3 @@ -4046,6 +4047,7 @@ SkillEff_AngerSkillNoXP = 7007 # 无论多少怒气均可释放该怒气技能 SkillEff_UseSkillHarmSelf = 7008 # 释放技能时自残(先扣血) SkillEff_SkillUseCntLimit = 7009 # 限制技能最多触发次数 +SkillEff_UseSkillStealBuff = 7010 # 释放技能前偷取buff ( TriggerType_BeSuperHit, # 被暴击触发技能 1 -- Gitblit v1.8.0