| | |
| | | ("dict", "JadeReward", 0),
|
| | | ("DWORD", "CostCopper", 0),
|
| | | ("dict", "CopperReward", 0),
|
| | | ("list", "JobItemList", 0),
|
| | | ),
|
| | |
|
| | | "Chests":(
|
| | |
| | | self.VipCostJade = 0
|
| | | self.JadeReward = {}
|
| | | self.CostCopper = 0
|
| | | self.CopperReward = {} |
| | | self.CopperReward = {}
|
| | | self.JobItemList = [] |
| | | return |
| | | |
| | | def GetID(self): return self.ID # ID
|
| | |
| | | def GetVipCostJade(self): return self.VipCostJade # 绑玉找回VIP次数找回价格
|
| | | def GetJadeReward(self): return self.JadeReward # 绑玉找回奖励
|
| | | def GetCostCopper(self): return self.CostCopper # 铜钱找回铜钱消耗
|
| | | def GetCopperReward(self): return self.CopperReward # 铜钱找回奖励 |
| | | def GetCopperReward(self): return self.CopperReward # 铜钱找回奖励
|
| | | def GetJobItemList(self): return self.JobItemList # 职业物品列表 |
| | | |
| | | # 宝箱表开启 |
| | | class IPY_Chests(): |