From 5be8f0f08671591fcc9adff29a307cdbb0d3d22a Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期六, 29 九月 2018 00:35:18 +0800 Subject: [PATCH] 3428 子 【开发】神兽技能 / 【后端】神兽技能 -- 优化可叠加的同技能配置,高级技能叠加问题 --- 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 e05a9b9..825f0f3 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -1227,7 +1227,7 @@ ) = range( 0, Def_AutoAtkSkillType ) #技能类型 -Def_SkillType_Count = 23 +Def_SkillType_Count = 24 ( Def_SkillType_Special , #特殊技能 0 Def_SkillType_Atk , #攻击类 1 @@ -1252,6 +1252,7 @@ Def_SkillType_AttrSkill, # 属性类技能 20 Def_SkillType_PassiveLstPlsBuff, #被动触发持续增益类buff 21 Def_SkillType_PassiveLstDepBuff, #被动触发持续减益类buff 22 + Def_SkillType_AttrSkillNoLearn, # 可叠加的同类型ID属性类技能 不可学习 算属性直接取表 目前用于神兽技能 23 ) = range( 0, Def_SkillType_Count ) -- Gitblit v1.8.0