| | |
| | | CDBPlayerRefresh_OSAPoint, # 开服庆典积分 288
|
| | | CDBPlayerRefresh_QunyingTicket, # 群英榜挑战令 289
|
| | | CDBPlayerRefresh_QunyingPoint, # 群英榜积分 290
|
| | | ) = range(146, 291)
|
| | | CDBPlayerRefresh_SkinPoint, # 时装碎片 291
|
| | | ) = range(146, 292)
|
| | |
|
| | | TYPE_Price_Gold_Paper_Money = 5 # 金钱类型,(先用礼券,再用金子)
|
| | | TYPE_Price_FamilyExp = 6 # 战盟经验
|
| | |
| | | TYPE_Price_OSAPoint = 55 # 开服庆典积分
|
| | | TYPE_Price_QunyingTicket = 56 # 群英榜挑战令
|
| | | TYPE_Price_QunyingPoint = 57 # 群英榜积分
|
| | | TYPE_Price_SkinPoint = 58 # 时装碎片
|
| | | TYPE_Price_PayCoinDay = 98 # 代币时效,每日过天重置
|
| | | TYPE_Price_PayCoin = 99 # 代币
|
| | |
|
| | | #key可用于遍历所有货币,value仅GM相关会用到
|
| | | MoneyNameDict = {
|
| | | 1:"金币", 15:"公会贡献币", 41:"战锤", 42:"将星玉髓", 43:"将魂", 51:"招募积分", 52:"淘金令", 53:"挑战券", 54:"特惠印绶",
|
| | | 55:"可用开服庆典积分", 56:"群英榜挑战令", 57:"群英榜积分",
|
| | | 55:"可用开服庆典积分", 56:"群英榜挑战令", 57:"群英榜积分", 58:"时装碎片",
|
| | | 98:"代币时效", 99:"代币"
|
| | | }
|
| | | #MoneyNameDict = {
|
| | |
| | | TYPE_Price_OSAPoint:CDBPlayerRefresh_OSAPoint,
|
| | | TYPE_Price_QunyingTicket:CDBPlayerRefresh_QunyingTicket,
|
| | | TYPE_Price_QunyingPoint:CDBPlayerRefresh_QunyingPoint,
|
| | | TYPE_Price_SkinPoint:CDBPlayerRefresh_SkinPoint,
|
| | | TYPE_Price_PayCoinDay:CDBPlayerRefresh_PayCoinDay,
|
| | | #TYPE_Price_Rune:CDBPlayerRefresh_Rune,
|
| | | #TYPE_Price_RuneSplinters:CDBPlayerRefresh_RuneSplinters,
|