|  |  | 
 |  |  |                 "CrossRealmPKDan":(
 | 
 |  |  |                         ("BYTE", "DanLV", 1),
 | 
 |  |  |                         ("WORD", "LVUpScore", 0),
 | 
 |  |  |                         ("BYTE", "MatchRobotRate", 0),
 | 
 |  |  |                         ("BYTE", "MatchRobotRateEx", 0),
 | 
 |  |  |                         ),
 | 
 |  |  | 
 | 
 |  |  |                 "CrossRealmPKDanAward":(
 | 
 |  |  | 
 |  |  |      | 
 |  |  |     def __init__(self): | 
 |  |  |         self.DanLV = 0
 | 
 |  |  |         self.LVUpScore = 0
 | 
 |  |  |         self.MatchRobotRate = 0
 | 
 |  |  |         self.MatchRobotRateEx = 0 | 
 |  |  |         self.LVUpScore = 0 | 
 |  |  |         return | 
 |  |  |          | 
 |  |  |     def GetDanLV(self): return self.DanLV # 段位等级
 | 
 |  |  |     def GetLVUpScore(self): return self.LVUpScore # 升段位所需积分
 | 
 |  |  |     def GetMatchRobotRate(self): return self.MatchRobotRate # 匹配机器人基础概率,百分率
 | 
 |  |  |     def GetMatchRobotRateEx(self): return self.MatchRobotRateEx # 匹配机器人失败次数附加概率,百分率 | 
 |  |  |     def GetLVUpScore(self): return self.LVUpScore # 升段位所需积分 | 
 |  |  |  | 
 |  |  | # 跨服竞技场段位奖励表 | 
 |  |  | class IPY_CrossRealmPKDanAward(): |