| | |
| | | #副本ID转换
|
| | | Def_FB_MapID = {
|
| | | 'MainLevel':[Def_FBMapID_Main, Def_FBMapID_MainBoss], # 主线关卡
|
| | | 'CrossFamilyFlagwar':[Def_FBMapID_CrossFamilyFlagwar], #跨服仙盟夺旗战/逐鹿万界
|
| | | 'MineArea':[Def_TFMapID_MineArea], #福地
|
| | | }
|
| | |
|
| | | #特殊副本ID, 由系统分配, 进入时候不验证IsMapCopyFull
|
| | |
| | |
|
| | | Def_PDict_GFPassiveIndex = "GFP_%s_%s" # 被动功法 页数-索引
|
| | | Def_PDict_GFPassivePage = "GFPPage" # 被动功法选中页数
|
| | |
|
| | | # 挂机收益
|
| | | Def_PDict_GuajiCalcTime = "GuajiCalcTime" # 上次统计收益时间戳
|
| | | Def_PDict_GuajiAwardSeconds = "GuajiAwardSeconds" # 已累计收益时长,秒
|
| | | Def_PDict_GuajiQuickCount = "GuajiQuickCount" # 今日已快速收益次数
|
| | | Def_PDict_GuajiExp = "GuajiExp" # 经验
|
| | | Def_PDict_GuajiExpPoint = "GuajiExpPoint" # 经验超过E部分
|
| | | Def_PDict_GuajiMoneyType = "GuajiMoneyType_%s" # 获得货币类型,参数(索引)
|
| | | Def_PDict_GuajiMoneyValue = "GuajiMoneyValue_%s" # 获得货币值,参数(索引)
|
| | | Def_PDict_GuajiMoneyUnSeconds = "GuajiMoneyUnSeconds_%s" # 计算获得货币值时未处理收益的累计时长,秒,参数(货币类型)
|
| | | Def_PDict_GuajiItemUnSeconds = "GuajiItemUnSeconds" # 计算获得物品次数时未处理收益的累计时长,秒
|
| | | Def_PDict_GuajiItemID = "GuajiItemID_%s" # 获得物品ID,参数(索引)
|
| | | Def_PDict_GuajiItemCount = "GuajiItemCount_%s" # 获得物品个数,参数(索引)
|
| | |
|
| | | #套装
|
| | | Def_PDict_EquipPartSuiteLV = "EQPartSuiteLV_%s_%s" #部位套装等级 参数 部位、套装类型
|