From 42e777349b6f1a57284419fec3e5eb7d62a6dc5c Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期日, 04 一月 2026 17:19:36 +0800 Subject: [PATCH] 283 【配套功能】查看他人-服务端(武将物品增加Data记录;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 7 +++++-- 1 files changed, 5 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 0835bf9..5eed441 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -1355,7 +1355,9 @@ SkillTagAim_MainSkillFriend, # 继承主技能友军 8 SkillTagAim_Male, # 男性 9 SkillTagAim_Female, # 女性 10 -) = range(11) +SkillTagAim_MainSkillRow, # 继承主技能目标同横排 11 +SkillTagAim_MainSkillCol, # 继承主技能目标同纵排 12 +) = range(13) # 技能目标 - 细分 ( @@ -4066,7 +4068,7 @@ PassiveEff_AddSkillPerByJob = 6006 # 增加本次技能万分比(验证目标职业) PassiveEff_AddSkillTagCnt = 6007 # 增加技能目标数 PassiveEff_ImmuneControlBuff = 6008 # 生命值低于x%时免疫控制效果 -PassiveEff_MustSuperHit = 6009 # 生命值低于x%时必定暴击 +PassiveEff_MustSuperHit = 6009 # 必定暴击 PassiveEff_AddSkillPerByHP = 6010 # 增加本次技能万分比(验证当前生命) PassiveEff_AddSkillPerByBuffLayer = 6011 # 增加本次技能万分比(根据buff层级) PassiveEff_AddBuffLayerMax = 6012 # 添加buff层级上限: 数值1-增加层级上限 @@ -4093,6 +4095,7 @@ PassiveEff_ImmuneBadBuff = 6033 # 概率免疫buff类型(免疫添加,针对减益、控制、dot类) PassiveEff_IgnoreSex = 6034 # 去除性别验证 PassiveEff_AddBuffTime = 6035 # 增加buff持续时间 +PassiveEff_AddSkillUseCntLimit = 6036 # 增加7009回合数 # 被动效果ID有触发值时就返回的 PassiveEffHappenValueList = [PassiveEff_ChangeHurtType, PassiveEff_ImmuneControlBuff, PassiveEff_MustSuperHit, PassiveEff_SkillInvalid, -- Gitblit v1.8.0