| | |
| | | CDBPlayerRefresh_SuperHitHurtDefPer, # 弱化暴伤 260
|
| | | CDBPlayerRefresh_Lingyu, # 灵玉 261
|
| | | CDBPlayerRefresh_BossTrial, # 凭证积分 262
|
| | | ) = range(146, 263)
|
| | | CDBPlayerRefresh_GatherSoul, # 聚魂精华 263
|
| | | ) = range(146, 264)
|
| | |
|
| | | TYPE_Price_Gold_Paper_Money = 5 # 金钱类型,(先用礼券,再用金子)
|
| | | TYPE_Price_Family_Contribution = 6 # 战盟贡献度(活跃度转换得来)
|
| | |
| | | TYPE_Price_Xiantao = 41 # 仙桃
|
| | | TYPE_Price_Lingyu = 42 # 灵玉
|
| | | TYPE_Price_BossTrial = 43 # boss历练凭证积分
|
| | | TYPE_Price_GatherSoul = 44 # 聚魂精华
|
| | | TYPE_Price_PayCoin = 99 # 代币
|
| | |
|
| | | #key可用于遍历所有货币,value仅GM相关会用到
|
| | |
| | | 1:"仙玉", 2:"绑玉", 3:"铜钱", 6:"战盟贡献度", 10:"战盟仓库积分", 13:"境界修行点", 14:"符印融合石", 15:"仙盟活跃令",
|
| | | 16:"助战积分", 18:"荣誉", 19:"Boss积分", 23:"符印精华", 24:"符印碎片", 25:"寻宝积分", 26:"集市额度", 27:"丹精", 28:"魂尘",
|
| | | 29:"聚魂碎片", 30:"核心环", 31:"功能特权令", 32:"环保值", 33:"GM令", 34:"古神币", 35:"功德点",
|
| | | 39:"成就积分", 40:"万界积分", 43:"凭证积分", 99:"代币"
|
| | | 39:"成就积分", 40:"万界积分", 43:"凭证积分", 44:"聚魂精华", 99:"代币"
|
| | | }
|
| | |
|
| | | #以下是旧的金钱类型
|
| | |
| | | TYPE_Price_SuccessSocre:CDBPlayerRefresh_SuccessScore,
|
| | | TYPE_Price_FamilyFlagWarPoint:CDBPlayerRefresh_FamilyFlagWarPoint,
|
| | | TYPE_Price_BossTrial:CDBPlayerRefresh_BossTrial,
|
| | | TYPE_Price_GatherSoul:CDBPlayerRefresh_GatherSoul,
|
| | | }
|
| | |
|
| | | # 支持负值的货币及对应0418刷新类型
|
| | |
| | | )=range(5)
|
| | |
|
| | | # 战斗力模块类型
|
| | | Def_MFPType_Max = 33
|
| | | Def_MFPType_Max = 34
|
| | | ModuleFightPowerTypeList = (
|
| | | Def_MFPType_Role, # 角色 0
|
| | | Def_MFPType_Equip, # 装备(装备本身) 1
|
| | |
| | | Def_MFPType_Gubao, # 古宝 29
|
| | | Def_MFPType_Shentong, # 神通 30
|
| | | Def_MFPType_FamilyZhenfa, # 阵法 31
|
| | | Def_MFPType_GatherTheSoul, # 聚魂新 32
|
| | | Def_MFPType_Other, # 其他
|
| | | ) = range(Def_MFPType_Max)
|
| | |
|
| | |
| | | SuccType_EquipWashTotal, # 全身洗炼总等级X级 175
|
| | | SuccType_CrossPK, # 跨服PK x次 176
|
| | | SuccType_FamilyZhenfaExp, # 仙盟阵法捐献累计经验 177
|
| | | ) = range(1, 178)
|
| | | SuccType_PassAdventure, #通关冒险 178
|
| | | SuccType_GatherTheSoulColor, #聚魂激活x品质x个 179
|
| | | SuccType_GatherTheSoulLV, #聚魂总等级x 180
|
| | | ) = range(1, 181)
|
| | |
|
| | | # 节日红包成就类型
|
| | | FeastRedPackSuccessTypeList = range(SuccType_FeastRedPack_TalkWorld, SuccType_FeastRedPack_FBSweep + 1)
|
| | |
| | | SuccType_EquipStarClass:[0], # 阶不向下适配
|
| | | SuccType_EquipStoneClass:[0], # 阶不向下适配
|
| | | SuccType_EquipWashClass:[0], # 阶不向下适配
|
| | | SuccType_GatherTheSoulColor:[0], # 品质不向下适配
|
| | | }
|
| | |
|
| | | #传进来的条件满足配置的条件列表中的一个就行的成就类型
|