| | |
| | |
|
| | | "NPCStronger":(
|
| | | ("DWORD", "NPCID", 1),
|
| | | ("WORD", "NPCLV", 0),
|
| | | ("float", "AtkRatio", 0),
|
| | | ("float", "DefRatio", 0),
|
| | | ("float", "MaxHPRatio", 0),
|
| | |
| | |
|
| | | "ActLunhuidian":(
|
| | | ("DWORD", "CfgID", 1),
|
| | | ("list", "PlatformList", 0),
|
| | | ("list", "ServerIDList", 0),
|
| | | ("BYTE", "ActNum", 0),
|
| | | ("char", "StartDate", 0),
|
| | | ("char", "EndDate", 0),
|
| | | ("WORD", "LVLimit", 0),
|
| | |
| | | return |
| | | |
| | | def GetNPCID(self): return self.attrTuple[0] # NPCID DWORD
|
| | | def GetAtkRatio(self): return self.attrTuple[1] # 攻击系数 float
|
| | | def GetDefRatio(self): return self.attrTuple[2] # 防御系数 float
|
| | | def GetMaxHPRatio(self): return self.attrTuple[3] # 生命系数 float
|
| | | def GetStunRateRatio(self): return self.attrTuple[4] # float
|
| | | def GetSuperHitRateRatio(self): return self.attrTuple[5] # float
|
| | | def GetComboRateRatio(self): return self.attrTuple[6] # float
|
| | | def GetMissRateRatio(self): return self.attrTuple[7] # float
|
| | | def GetParryRateRatio(self): return self.attrTuple[8] # float
|
| | | def GetSuckHPPerRatio(self): return self.attrTuple[9] # float
|
| | | def GetStunRateDefRatio(self): return self.attrTuple[10] # float
|
| | | def GetSuperHitRateDefRatio(self): return self.attrTuple[11] # float
|
| | | def GetComboRateDefRatio(self): return self.attrTuple[12] # float
|
| | | def GetMissRateDefRatio(self): return self.attrTuple[13] # float
|
| | | def GetParryRateDefRatio(self): return self.attrTuple[14] # float
|
| | | def GetSuckHPPerDefRatio(self): return self.attrTuple[15] # float |
| | | def GetNPCLV(self): return self.attrTuple[1] # 等级段 WORD
|
| | | def GetAtkRatio(self): return self.attrTuple[2] # 攻击系数 float
|
| | | def GetDefRatio(self): return self.attrTuple[3] # 防御系数 float
|
| | | def GetMaxHPRatio(self): return self.attrTuple[4] # 生命系数 float
|
| | | def GetStunRateRatio(self): return self.attrTuple[5] # float
|
| | | def GetSuperHitRateRatio(self): return self.attrTuple[6] # float
|
| | | def GetComboRateRatio(self): return self.attrTuple[7] # float
|
| | | def GetMissRateRatio(self): return self.attrTuple[8] # float
|
| | | def GetParryRateRatio(self): return self.attrTuple[9] # float
|
| | | def GetSuckHPPerRatio(self): return self.attrTuple[10] # float
|
| | | def GetStunRateDefRatio(self): return self.attrTuple[11] # float
|
| | | def GetSuperHitRateDefRatio(self): return self.attrTuple[12] # float
|
| | | def GetComboRateDefRatio(self): return self.attrTuple[13] # float
|
| | | def GetMissRateDefRatio(self): return self.attrTuple[14] # float
|
| | | def GetParryRateDefRatio(self): return self.attrTuple[15] # float
|
| | | def GetSuckHPPerDefRatio(self): return self.attrTuple[16] # float |
| | | |
| | | # 技能表 |
| | | class IPY_Skill(): |
| | |
| | | return |
| | | |
| | | def GetCfgID(self): return self.attrTuple[0] # 配置ID DWORD
|
| | | def GetStartDate(self): return self.attrTuple[1] # 开启日期 char
|
| | | def GetEndDate(self): return self.attrTuple[2] # 结束日期 char
|
| | | 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 |
| | | def GetPlatformList(self): return self.attrTuple[1] # 活动平台列表["平台A", "平台A", ...],配[]代表所有 list
|
| | | def GetServerIDList(self): return self.attrTuple[2] # 服务器ID列表 list
|
| | | def GetActNum(self): return self.attrTuple[3] # 活动分组编号, 活动类型 * 10 + 不同界面编号 BYTE
|
| | | def GetStartDate(self): return self.attrTuple[4] # 开启日期 char
|
| | | def GetEndDate(self): return self.attrTuple[5] # 结束日期 char
|
| | | def GetLVLimit(self): return self.attrTuple[6] # 限制等级 WORD
|
| | | def GetResetType(self): return self.attrTuple[7] # 重置类型,0-0点重置;1-5点重置 BYTE
|
| | | def GetRoundSetInfo(self): return self.attrTuple[8] # 开放轮回设定 dict
|
| | | def GetRoundCTGIDInfo(self): return self.attrTuple[9] # 轮回类型对应充值ID列表 dict
|
| | | def GetRoundShopTypeInfo(self): return self.attrTuple[10] # 轮回类型对应商店类型 dict |
| | | |
| | | # 轮回殿活动奖励表 |
| | | class IPY_ActLunhuidianAward(): |