From 1a3ffe8f1c45c946d9a7286217107bf3e42d86d6 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期一, 12 十一月 2018 21:39:28 +0800 Subject: [PATCH] 2683 子 天赋技能和新增双职业各两个技能 / 【后端】天赋技能 --- 天赋技能减CD,buff减层关联技能可触发 --- 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 dca95dd..fdba3cf 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4366,7 +4366,8 @@ TriggerType_StormAttackReduceCD, # 类剑刃风暴攻击每攻击一次减少CD 58 TriggerType_AttackAddFinalPer, #增加最终伤害百分比 59 TriggerType_SummonDie, #自身召唤兽死亡触发技能 60 -) = range(1, 61) +TriggerType_GiftReduceCD, # 天赋用的减CD 61 +) = range(1, 62) # NPC功能类型定义 -- Gitblit v1.8.0