From 1388ea949201a3fedc71f39c671cacb7389df8a3 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期二, 18 六月 2019 21:58:09 +0800 Subject: [PATCH] 7338 子 【开发】【2.0】称号,灵宠,技能附带效果 / 【后端】【2.0】新增技能 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 05ea49d..6c878ab 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -586,7 +586,8 @@ Def_Skill_Effect_ProcessAttack = 1314 # 间隔性攻击,A值为攻击次数,B值为是否广播客户端 Def_Skill_Effect_BuffTick = 9999 #BUFF的时间处理间隔 Def_Skill_Effect_BurnToAddHP = 1091 #buff中灼烧伤害转化吸血给 放灼烧者 - +Def_Skill_Effect_ChangeSkillTypeID = 1305 # 改变释放的技能ID +Def_Skill_Effect_AddExpRate = 1306 # 被技能杀死的 额外加经验 #写死的技能效果ID------------NPC专用 Def_Skill_Effect_AttackMove = 2100 # NPC位移战斗 @@ -731,6 +732,7 @@ Def_SkillID_FamilyWar_RandBuffAttr = 22203 # 仙盟联赛 - 随机buff属性加成,根据采集次数,成长buff等级 Def_SkillID_FamilyWar_OwnerlessBuff = 22213 # 仙盟联赛 - 无主buff,随机N个敌方水晶变为无主 +Def_SkillID_LXHY_AddExpRate = 47113 # 流星火雨杀死的怪增加经验 # 切地图需清除的buff ClearBuffOnMapChangeList = [Def_SkillID_DropOwnerBuff, Def_SkillID_FamilyWar_CWinBuff, @@ -5061,7 +5063,7 @@ (Def_SkillFuncType_Common, #0为通用技能 Def_SkillFuncType_FbSkill, #1为法宝功能获得的主动技能 Def_SkillFuncType_FbPassiveSkill, #2为法宝功能获得的被动技能 -Def_SkillFuncType_FbSPSkill, #3为法宝功能获得的SP技能 +Def_SkillFuncType_FbSPSkill, #3为法宝功能获得的SP技能 (专精) Def_SkillFuncType_GiftSkill, #4为天赋技能 Def_SkillFuncType_HorseSkill, #5为坐骑技能 Def_SkillFuncType_PetSkill, #6为宠物技能 @@ -5073,7 +5075,8 @@ Def_SkillFuncType_Dogz, #12 神兽技能 Def_SkillFuncType_ZhuXian, #13 诛仙技能 Def_SkillFuncType_SuiteSkill, #14 套装技能 -) = range(15) +Def_SkillFuncType_PassiveSkillWithSP, #15 可有专精的被动技能 +) = range(16) # 受技能效果完全影响的怪, 对应 Def_BattleRelationType_CommNoBoss Def_SkillAttack_NPCIsBoss = [ Def_NPCType_Ogre_Normal , #平凡小怪 0 # c++ 定义为普通NPC视野刷新 -- Gitblit v1.8.0