|  |  |  | 
|---|
|  |  |  | OperationActionName_FlashGiftbag, OperationActionName_FairyCeremony, | 
|---|
|  |  |  | OperationActionName_RealmPoint] | 
|---|
|  |  |  | #需要记录开启活动时的世界等级的运营活动 | 
|---|
|  |  |  | NeedWorldLVOperationActNameList = [OperationActionName_BossReborn, OperationActionName_FairyCeremony] | 
|---|
|  |  |  | NeedWorldLVOperationActNameList = [OperationActionName_FairyCeremony] | 
|---|
|  |  |  |  | 
|---|
|  |  |  | #活动信息字典key定义 | 
|---|
|  |  |  | ActKey_ID = "ID" # 活动ID,唯一标识的ID,一般是活动开启的time值 | 
|---|
|  |  |  | 
|---|
|  |  |  | Def_mitEquipDecompose,    # 装备分解 | 
|---|
|  |  |  | Def_mitRefine,            # 炼丹 | 
|---|
|  |  |  | Def_mitMWUpLevel,         # 法宝进阶 | 
|---|
|  |  |  | ) = range(1, 20) | 
|---|
|  |  |  | Def_mitRecycleAttrFruit,  # 回收魂石 | 
|---|
|  |  |  | ) = range(1, 21) | 
|---|
|  |  |  |  | 
|---|
|  |  |  | #---写死的技能ID--- | 
|---|
|  |  |  | Def_SkillID_AutoTruck = 62220   # 自动运镖buff | 
|---|
|  |  |  | 
|---|
|  |  |  | Def_UniversalGameRecType_LVAwardRecord,  #玩家等级奖励记录 3 | 
|---|
|  |  |  | Def_UniversalGameRecType_LimitFBOpenRecord,#限时副本开启时间记录4 | 
|---|
|  |  |  | Def_UniversalGameRecType_DujieHelpCntRecord, # 渡劫副本护法次数5 | 
|---|
|  |  |  | Def_UniversalGameRecType_6, | 
|---|
|  |  |  | Def_UniversalGameRecType_7, | 
|---|
|  |  |  | Def_UniversalGameRecType_TodayPlayerLVInfo, #今日活跃玩家等级信息6 | 
|---|
|  |  |  | Def_UniversalGameRecType_YesterdayPlayerLVInfo,#昨日活跃玩家等级信息7 | 
|---|
|  |  |  | Def_UniversalGameRecType_8, | 
|---|
|  |  |  | Def_UniversalGameRecType_9, | 
|---|
|  |  |  | Def_UniversalGameRecType_10, | 
|---|