From 4a95dde4662769711a7ba2a21e32567711ced1d6 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期一, 01 七月 2019 16:18:59 +0800
Subject: [PATCH] 7678 【2.0.200】【后端】灵器系统

---
 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 4e24f69..566fa0a 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -4780,7 +4780,8 @@
 ItemGive_Chests, # 宝箱
 ItemGive_TrialExchange, # 宗门兑换
 ItemGive_LuckyTreasure, #幸运鉴宝
-) = range(1000, 1000 + 21)
+ItemGive_LingQiEquipBreak, #灵器突破
+) = range(1000, 1000 + 22)
 
 # 物品获得类型对应信息 {类型:eventName, ...}
 ItemGiveTypeDict = {
@@ -4805,6 +4806,7 @@
                     ItemGive_Chests:"Chests",
                     ItemGive_TrialExchange:"TrialExchange",
                     ItemGive_LuckyTreasure:"LuckyTreasure",
+                    ItemGive_LingQiEquipBreak:"LingQiEquipBreak",
                     }
 
 ## 物品扣除类型定义,与获得类型不重复,类型定义为 2000 ~ 2999
@@ -4849,7 +4851,8 @@
 ItemDel_2037,
 ItemDel_EquipStarUp, # 装备升星
 ItemDel_EquipPlusEvolve, # 装备强化进化
-) = range(2000, 2000 + 40)
+ItemDel_LingQiEquipBreak, # 灵器突破
+) = range(2000, 2000 + 41)
 
 # 物品扣除类型对应信息 {类型:eventName, ...}
 ItemDelTypeDict = {
@@ -4892,6 +4895,7 @@
                    ItemDel_CoatDecompose:"CoatDecompose",
                    ItemDel_EquipStarUp:"EquipStarUp",
                    ItemDel_EquipPlusEvolve:"EquipPlusEvolve",
+                   ItemDel_LingQiEquipBreak:"LingQiEquipBreak",
                    }
 
 ##==================================================================================================

--
Gitblit v1.8.0