From cda5ffad727e202510e3cd11017040f2488d6d34 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 09 二月 2023 17:55:13 +0800
Subject: [PATCH] 9762 【BT8】【后端】藏宝阁(9767 【BT8】新增古宝特效效果)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
index 60009ac..3b84d2a 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
@@ -381,6 +381,8 @@
                         ("DWORD", "GubaoEffID", 1),
                         ("BYTE", "GubaoEffType", 0),
                         ("DWORD", "EffCond", 0),
+                        ("DWORD", "EffCond2", 0),
+                        ("DWORD", "EffCond3", 0),
                         ("BYTE", "IsPer", 0),
                         ("list", "EffFuncAttrIDList", 0),
                         ("DWORD", "EffAttrID", 0),
@@ -2824,6 +2826,8 @@
         self.GubaoEffID = 0
         self.GubaoEffType = 0
         self.EffCond = 0
+        self.EffCond2 = 0
+        self.EffCond3 = 0
         self.IsPer = 0
         self.EffFuncAttrIDList = []
         self.EffAttrID = 0
@@ -2833,6 +2837,8 @@
     def GetGubaoEffID(self): return self.GubaoEffID # 古宝特殊效果ID
     def GetGubaoEffType(self): return self.GubaoEffType # 效果类型
     def GetEffCond(self): return self.EffCond # 条件
+    def GetEffCond2(self): return self.EffCond2 # 条件2
+    def GetEffCond3(self): return self.EffCond3 # 条件3
     def GetIsPer(self): return self.IsPer # 是否百分比提升
     def GetEffFuncAttrIDList(self): return self.EffFuncAttrIDList # 提升指定功能属性ID列表
     def GetEffAttrID(self): return self.EffAttrID # 直接增加属性类型

--
Gitblit v1.8.0