| | |
| | | ("BYTE", "UnlockWay", 0),
|
| | | ("DWORD", "UnlockValue", 0),
|
| | | ("BYTE", "UnlockNeedCnt", 0),
|
| | | ("DWORD", "ExclusiveItemID", 0),
|
| | | ("list", "TalentAttrIDList", 0),
|
| | | ("list", "TalentAttrValueList", 0),
|
| | | ("list", "TalentPerLVAddList", 0),
|
| | |
| | |
|
| | | "Robot":(
|
| | | ("DWORD", "ID", 1),
|
| | | ("char", "RobotName", 0),
|
| | | ("char", "ViewCache", 0),
|
| | | ),
|
| | | }
|
| | |
| | | def GetUnlockWay(self): return self.attrTuple[2] # 解锁方式 BYTE
|
| | | def GetUnlockValue(self): return self.attrTuple[3] # 解锁方式值 DWORD
|
| | | def GetUnlockNeedCnt(self): return self.attrTuple[4] # 解锁所需个数 BYTE
|
| | | def GetTalentAttrIDList(self): return self.attrTuple[5] # 天赋属性ID列表 list
|
| | | def GetTalentAttrValueList(self): return self.attrTuple[6] # 天赋属性初始值 list
|
| | | def GetTalentPerLVAddList(self): return self.attrTuple[7] # 天赋属性每级成长 list
|
| | | def GetEffType(self): return self.attrTuple[8] # 天赋效果类型 BYTE
|
| | | def GetEffTypeValue(self): return self.attrTuple[9] # 效果类型值 BYTE
|
| | | def GetEffValue(self): return self.attrTuple[10] # 效果初始值 BYTE
|
| | | def GetEffPerLVAdd(self): return self.attrTuple[11] # 天赋效果每级成长 DWORD |
| | | def GetExclusiveItemID(self): return self.attrTuple[5] # 专属信物ID DWORD
|
| | | def GetTalentAttrIDList(self): return self.attrTuple[6] # 天赋属性ID列表 list
|
| | | def GetTalentAttrValueList(self): return self.attrTuple[7] # 天赋属性初始值 list
|
| | | def GetTalentPerLVAddList(self): return self.attrTuple[8] # 天赋属性每级成长 list
|
| | | def GetEffType(self): return self.attrTuple[9] # 天赋效果类型 BYTE
|
| | | def GetEffTypeValue(self): return self.attrTuple[10] # 效果类型值 BYTE
|
| | | def GetEffValue(self): return self.attrTuple[11] # 效果初始值 BYTE
|
| | | def GetEffPerLVAdd(self): return self.attrTuple[12] # 天赋效果每级成长 DWORD |
| | | |
| | | # 红颜品质升级表 |
| | | class IPY_BeautyQualityLV(): |
| | |
| | | return |
| | | |
| | | def GetID(self): return self.attrTuple[0] # 机器人ID,同玩家ID DWORD
|
| | | def GetViewCache(self): return self.attrTuple[1] # 机器人缓存 char |
| | | def GetRobotName(self): return self.attrTuple[1] # char
|
| | | def GetViewCache(self): return self.attrTuple[2] # 机器人缓存 char |
| | |
|
| | |
|
| | | def Log(msg, playerID=0, par=0):
|