From 08495407cded2639b5de41960b38e4edb0fe0ad0 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 23 八月 2018 21:48:56 +0800 Subject: [PATCH] fix:2818 子 【开发】新增境界压制技能 / 【后端】境界压制技能 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 8 ++++++-- 1 files changed, 6 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 a1feead..ed365f9 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -744,7 +744,8 @@ Def_HurtType_SuperHit, # 暴击 7 Def_HurtType_LuckyHit, # 会心一击伤害 8 Def_HurtType_Miss, # 闪避 9 -) = range(1, 10) +Def_HurtType_Immune, # 免疫 10 +) = range(1, 11) #Def_HurtType_SuckBlood, # 吸血 ( @@ -4857,7 +4858,10 @@ Def_SkillFuncType_PetSkill, #6为宠物技能 Def_SkillFuncType_GWSkill, #7为神兵技能 Def_SkillFuncType_NormalAttack, #8为普攻 -) = range(9) +Def_SkillFuncType_SP15, #9为SP15级 服务端未用到 +Def_SkillFuncType_SkillRoll, #10为翻滚 服务端未用到 +Def_SkillFuncType_RealmSuppress, #11为境界压制 目前是NPC在用 +) = range(12) # 受技能效果完全影响的怪, 对应 Def_BattleRelationType_CommNoBoss Def_SkillAttack_NPCIsBoss = [ Def_NPCType_Ogre_Normal , #平凡小怪 0 # c++ 定义为普通NPC视野刷新 -- Gitblit v1.8.0