From 40e191811bd44f1476f3d99ed5932605c4416e48 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期六, 01 六月 2019 22:25:06 +0800 Subject: [PATCH] 6603 【后端】【2.0】增加新版的sp和被动技能 --- 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 45f4ca4..6abd9df 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4502,7 +4502,8 @@ TriggerType_HitSuccess, # 命中成功率 83 TriggerType_AddHP, # 技能回血 84 TriggerType_ThumpHitSuckBloodPer, # 重击百分比吸血, 85 -) = range(1, 86) +TriggerType_SuperHitPer, # 暴击伤害百分比 86 +) = range(1, 87) #不可以佩戴翅膀的地图 -- Gitblit v1.8.0