| | |
| | | ("WORD", "LVLimit", 0),
|
| | | ("BYTE", "ResetType", 0),
|
| | | ("dict", "RoundSetInfo", 0),
|
| | | ("dict", "RoundCTGIDInfo", 0),
|
| | | ("dict", "RoundShopTypeInfo", 0),
|
| | | ),
|
| | |
|
| | | "ActLunhuidianAward":(
|
| | |
| | | def GetLVLimit(self): return self.attrTuple[3] # 限制等级 WORD
|
| | | def GetResetType(self): return self.attrTuple[4] # 重置类型,0-0点重置;1-5点重置 BYTE
|
| | | def GetRoundSetInfo(self): return self.attrTuple[5] # 开放轮回设定 dict |
| | | def GetRoundCTGIDInfo(self): return self.attrTuple[6] # 轮回类型对应充值ID列表 dict
|
| | | def GetRoundShopTypeInfo(self): return self.attrTuple[7] # 轮回类型对应商店类型 dict |
| | | |
| | | # 轮回殿活动奖励表 |
| | | class IPY_ActLunhuidianAward(): |