| | |
| | | Def_PDict_FamilyGCZSQGridItemCnt = "FamilyGCZSQItemCnt_%s" # 圣泉当前层格子抽中物品个数,参数(格子编号)
|
| | | #-------------------------------------------------------------------------------
|
| | |
|
| | | # 法器
|
| | | Def_PDict_FaQiLV = "FaQiLV" # 法器等级
|
| | | Def_PDict_FaQiEatItemCount = "FaQiEatItemCount" # 当前阶已吃丹个数
|
| | |
|
| | | # 炼体
|
| | | Def_PDict_LianTiLV = "LianTiLV" # 炼体等级
|
| | | Def_PDict_LianTiEatItemCount = "LianTiEatItemCount" # 当前级已吃丹个数
|
| | |
|
| | | # 坐骑
|
| | | Def_PDict_HorseClassLV = "HorseClassLV" # 坐骑阶级
|
| | | Def_PDict_HorseLV = "HorseLV" # 坐骑阶等级
|
| | |
| | | Def_PDict_EquipPartSuiteLV = "EQPartSuiteLV_%s_%s" #部位套装等级 参数 部位、套装类型
|
| | | Def_PDict_EquipPartSuiteActivate = "EQPartSuiteActivate_%s" #套装激活记录 参数 key编号
|
| | |
|
| | | #神兽
|
| | | Def_PDict_DogzFightState = "DogzFightState_%s" # 神兽助战状态,参数为key编号,按神兽ID二进制位存储
|
| | | Def_PDict_DogzBuyHelpbattleCount = "DogzBuyHelpbattleCount" # 额外购买的神兽助战位
|
| | |
|
| | | #装备部位星数
|
| | | Def_PDict_TotalEquipStar = "TotalEquipStar" #装备部位星数总数
|
| | | Def_PDict_EquipPartStar = "EQPartStar_%s" #装备部位星数 参数 装备背包格子索引
|
| | |
| | | #竞技场
|
| | | Def_PDict_ArenaScore = "ArenaScore" # 当前积分
|
| | | Def_PDict_ArenaWinCnt = "ArenaWinCnt" # 累计胜利次数
|
| | |
|
| | | #功能系统特权
|
| | | Def_PDict_FuncSysPrivilegeActTime = "FuncSysPrivilegeActTime_%s" # 系统功能特权激活时间戳,参数(系统功能ID)
|
| | | Def_PDict_FuncSysPrivilegeAward = "FuncSysPrivilegeAward_%s" # 系统功能特权领奖记录,参数(系统功能ID)
|
| | |
|
| | | #情缘
|
| | | Def_PDict_LoveRingClassLV = "LoveRingClassLV" # 情戒 - 阶级
|
| | | Def_PDict_LoveRingStarLV = "LoveRingStarLV" # 情戒 - 星级
|
| | | Def_PDict_LoveRingEatCount = "LoveRingEatCount" # 情戒 - 本星已淬炼道具数
|
| | | Def_PDict_LoveCoupleIntimacy = "LoveCoupleIntimacy" # 伴侣亲密度
|
| | | Def_PDict_LoveEatCandyToday = "LoveEatCandyToday" # 今日已吃喜糖次数
|
| | | Def_PDict_CharmLV = "CharmLV" # 魅力等级
|
| | |
|
| | | #古宝
|
| | | Def_PDict_GubaoInfo = "Gubao_%s" # 古宝信息,参数(古宝ID),特殊效果层*100000 + 等级*100 + 星级
|
| | |
| | | Def_PDict_GoldRushWarehouse = "GoldRushWarehouse_%s" # 仓库完成淘金ID,参数(仓库位置索引)
|
| | | Def_PDict_GoldRushRecoverTime = "GoldRushRecoverTime" # 上次恢复淘金令时间戳
|
| | | Def_PDict_GoldRushAutoEndTime = "GoldRushAutoEndTime" # 自动淘金到期时间戳
|
| | |
|
| | | #仙宫
|
| | | Def_PDict_XiangongLikeState = "XiangongLikeState_%s" # 指定仙宫今日是否已点赞,参数(仙宫ID),仙宫ID为0时代表每日的仙宫功能点赞
|
| | | Def_PDict_TiandaoQiyun = "TiandaoQiyun" # 天道树当前气运
|
| | | Def_PDict_TiandaoAward = "TiandaoAward_%s" # 天道树领奖记录,按奖励索引记录是否已领取,参数(key编号)
|
| | |
|
| | | #武将
|
| | | Def_PDict_HeroSkin = "HeroSkin_%s" # 武将皮肤解锁状态,按皮肤索引二进制存储,参数(武将ID)
|
| | |
| | | Def_Cost_BuyKillBossCnt:"BuyKillBossCnt",
|
| | | Def_Cost_EquipStar:"EquipStar",
|
| | | Def_Cost_ActivityPlace:"ActivityPlace",
|
| | | Def_Cost_FaQi:"FaQi",
|
| | | Def_Cost_Love:"Love",
|
| | | Def_Cost_BuyOrderInfo:"BuyOrderInfo",
|
| | | Def_Cost_CrossBattlefield:"CrossBattlefield",
|
| | | Def_Cost_LianTi:"LianTi",
|
| | | }
|
| | | ## -----------------------------------------------------
|
| | |
|
| | |
| | | ItemDel_HorsePetAwake:"HorsePetAwake",
|
| | | ItemDel_ActivityPlace:"ActivityPlace",
|
| | | ItemDel_AuctionHouse:"AuctionHouse",
|
| | | ItemDel_FaQi:"FaQi",
|
| | | ItemDel_BTGM:"BTGM",
|
| | | ItemDel_LianTi:"LianTi",
|
| | | }
|
| | |
|
| | | ##==================================================================================================
|