ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
@@ -323,6 +323,10 @@
                        ("float", "QunFinalDamPerDefRatio", 0),
                        ("float", "PVPDamPerRatio", 0),
                        ("float", "PVPDamPerDefRatio", 0),
                        ("float", "GuanchuanRatio", 0),
                        ("float", "GuanchuanDefRatio", 0),
                        ("float", "ZhaojiaRatio", 0),
                        ("float", "ZhaojiaDefRatio", 0),
                        ),
                "MainChapter":(
@@ -2652,7 +2656,11 @@
    def GetQunFinalDamPerRatio(self): return self.attrTuple[40] # float
    def GetQunFinalDamPerDefRatio(self): return self.attrTuple[41] # float
    def GetPVPDamPerRatio(self): return self.attrTuple[42] # float
    def GetPVPDamPerDefRatio(self): return self.attrTuple[43] # float
    def GetPVPDamPerDefRatio(self): return self.attrTuple[43] # float
    def GetGuanchuanRatio(self): return self.attrTuple[44] # float
    def GetGuanchuanDefRatio(self): return self.attrTuple[45] # float
    def GetZhaojiaRatio(self): return self.attrTuple[46] # float
    def GetZhaojiaDefRatio(self): return self.attrTuple[47] # float
# 主线章节表
class IPY_MainChapter():