|  |  |  | 
|---|
|  |  |  | OperationActionName_GarbageSorting = "ActGarbageSorting" # 垃圾分类活动 | 
|---|
|  |  |  | OperationActionName_XianXiaMJ = "ActXianXiaMJ" # 仙匣秘境活动 | 
|---|
|  |  |  | OperationActionName_GodGift = "ActGodGift" # 天帝礼包活动 | 
|---|
|  |  |  | OperationActionName_BuyOne = "ActBuyOne" # 买一送多活动 | 
|---|
|  |  |  | #节日活动类型列表 - 该类型无视开服天,日期到了就开启 | 
|---|
|  |  |  | FeastOperationActionNameList = [OperationActionName_FeastWeekParty, OperationActionName_FeastRedPacket, | 
|---|
|  |  |  | OperationActionName_RechargeRebateGold, OperationActionName_GrowupBuy, | 
|---|
|  |  |  | 
|---|
|  |  |  | OperationActionName_CollectWords, OperationActionName_ManyDayRecharge, | 
|---|
|  |  |  | OperationActionName_Turntable, OperationActionName_HorsePetFeast, OperationActionName_GarbageSorting, | 
|---|
|  |  |  | OperationActionName_XianXiaMJ, OperationActionName_GodGift, | 
|---|
|  |  |  | OperationActionName_BuyOne, | 
|---|
|  |  |  | ] + FeastOperationActionNameList | 
|---|
|  |  |  | #需要记录开启活动时的世界等级的运营活动 | 
|---|
|  |  |  | NeedWorldLVOperationActNameList = [OperationActionName_FairyCeremony, OperationActionName_WishingWell, | 
|---|
|  |  |  | 
|---|
|  |  |  | OperationActionName_ManyDayRecharge, OperationActionName_SingleRecharge, | 
|---|
|  |  |  | OperationActionName_Turntable, OperationActionName_HorsePetFeast, OperationActionName_GarbageSorting, | 
|---|
|  |  |  | OperationActionName_XianXiaMJ, OperationActionName_GodGift, | 
|---|
|  |  |  | OperationActionName_BuyOne, | 
|---|
|  |  |  | ] | 
|---|
|  |  |  |  | 
|---|
|  |  |  | #跨服运营活动表名定义 | 
|---|
|  |  |  | 
|---|
|  |  |  | CDBPlayerRefresh_BTGMPoint, # BT版GM令  240 | 
|---|
|  |  |  | CDBPlayerRefresh_GuShenMoney, # 古神币  241 | 
|---|
|  |  |  | CDBPlayerRefresh_GongdePoint, # 功德点  242 | 
|---|
|  |  |  | ) = range(146, 243) | 
|---|
|  |  |  | CDBPlayerRefresh_CashPoint, # 现金点  243 | 
|---|
|  |  |  | CDBPlayerRefresh_ExAttr20, # ExAttr20 244 | 
|---|
|  |  |  | CDBPlayerRefresh_JiYuan, # 机缘币  245 | 
|---|
|  |  |  | CDBPlayerRefresh_BTGMYuE, # BTGM余额  246 | 
|---|
|  |  |  | CDBPlayerRefresh_SuccessScore, # 成就积分  247 | 
|---|
|  |  |  | ) = range(146, 248) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | TYPE_Price_Gold_Paper_Money = 5    # 金钱类型,(先用礼券,再用金子) | 
|---|
|  |  |  | TYPE_Price_Family_Contribution = 6 # 战盟贡献度(活跃度转换得来) | 
|---|
|  |  |  | 
|---|
|  |  |  | TYPE_Price_BTGMPoint = 33    # BT版GM令 | 
|---|
|  |  |  | TYPE_Price_GuShenMoney = 34    # 古神币 | 
|---|
|  |  |  | TYPE_Price_GongdePoint = 35    # 功德点 | 
|---|
|  |  |  | TYPE_Price_CashPoint = 36    # 现金点 | 
|---|
|  |  |  | TYPE_Price_JiYuan = 37    # 机缘币 | 
|---|
|  |  |  | TYPE_Price_BTGMYuE = 38    # GM余额 | 
|---|
|  |  |  | TYPE_Price_SuccessSocre = 39    # 成就积分 | 
|---|
|  |  |  |  | 
|---|
|  |  |  | #key可用于遍历所有货币,value仅GM相关会用到 | 
|---|
|  |  |  | MoneyNameDict = { | 
|---|
|  |  |  | 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:"成就积分" | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | #以下是旧的金钱类型 | 
|---|
|  |  |  | TYPE_Price_Magic_Integral = 101      # 魔方寻宝积分 | 
|---|
|  |  |  | 
|---|
|  |  |  | TYPE_Price_BTGMPoint:CDBPlayerRefresh_BTGMPoint, | 
|---|
|  |  |  | TYPE_Price_GuShenMoney:CDBPlayerRefresh_GuShenMoney, | 
|---|
|  |  |  | TYPE_Price_GongdePoint:CDBPlayerRefresh_GongdePoint, | 
|---|
|  |  |  | TYPE_Price_SuccessSocre:CDBPlayerRefresh_SuccessScore, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | # 支持负值的货币及对应0418刷新类型 | 
|---|
|  |  |  | 
|---|
|  |  |  | SuccType_EquipPlusTotal, # 全身强化总等级X级 173 | 
|---|
|  |  |  | SuccType_EquipStarTotal, # 全身升星总星数X星 174 | 
|---|
|  |  |  | SuccType_EquipWashTotal, # 全身洗炼总等级X级 175 | 
|---|
|  |  |  | ) = range(1, 176) | 
|---|
|  |  |  | SuccType_CrossPK, # 跨服PK x次  176 | 
|---|
|  |  |  | ) = range(1, 177) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | # 节日红包成就类型 | 
|---|
|  |  |  | FeastRedPackSuccessTypeList = range(SuccType_FeastRedPack_TalkWorld, SuccType_FeastRedPack_FBSweep + 1) | 
|---|