From feb34f9b8871676824138793d82140ffad735647 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期一, 03 十二月 2018 15:16:51 +0800 Subject: [PATCH] 5183 【1.3】增加属性和天赋洗点,神兽召回,神兽装备替换导致战力下降流向记录 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 6 +++++- 1 files changed, 5 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 e9a06ed..f38a528 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -5173,7 +5173,9 @@ PowerDownType_EquipWash, #洗练 PowerDownType_Title, #称号过期 PowerDownType_Dogz, #神兽召回 -) = range(8) +PowerDownType_ResetPoint, #洗点 +PowerDownType_ResetTalent, #大师天赋重置 +) = range(10) FightPowerDownRecordDict = { PowerDownType_Rune:'Rune', PowerDownType_LVUP:'LVUP', @@ -5183,4 +5185,6 @@ PowerDownType_EquipWash:'EquipWash', PowerDownType_Title:'DelTitle', PowerDownType_Dogz:'DogzState', + PowerDownType_ResetPoint:'ResetPoint', + PowerDownType_ResetTalent:'ResetTalent', } \ No newline at end of file -- Gitblit v1.8.0