| | |
| | | OperationActionName_WeekParty = "ActWeekParty" # 周狂欢活动
|
| | | OperationActionName_LoginAward = "ActLoginAward" # 登录奖励活动
|
| | | OperationActionName_FeastWeekParty = "ActFeastWeekParty" # 节日巡礼狂欢活动
|
| | | OperationActionName_FeastRedPacket = "ActFeastRedPacket" # 节日红包活动
|
| | | OperationActionName_FeastCollectWords = "ActFeastCollectWords" # 节日集字活动
|
| | | #节日活动类型列表 - 该类型无视开服天,日期到了就开启
|
| | | FeastOperationActionNameList = [OperationActionName_FeastWeekParty]
|
| | | FeastOperationActionNameList = [OperationActionName_FeastWeekParty, OperationActionName_FeastRedPacket, OperationActionName_FeastCollectWords]
|
| | | #所有的运营活动列表,含节日活动
|
| | | OperationActionNameList = [OperationActionName_ExpRate, OperationActionName_CostRebate,
|
| | | OperationActionName_BossReborn,OperationActionName_SpringSale,
|
| | |
| | | SuccType_Collect, #采集X物品X次131
|
| | | SuccType_InlayGatherSoul, #镶嵌X枚X品质聚魂(不包含核心)132
|
| | | SuccType_GatherSoulLvUp, #累计聚魂总等级XX(不包含核心)133
|
| | | ) = range(1, 134)
|
| | | SuccType_FeastRedPack_TalkWorld, #节日红包 - 世界频道发言 x次 134
|
| | | SuccType_FeastRedPack_Pray, # 节日红包 - 祈祷x次 135
|
| | | SuccType_FeastRedPack_KillSpecificNPC, # 节日红包 - 击杀特定NPC x次 136
|
| | | SuccType_FeastRedPack_KillBoss, # 节日红包 - 指定类型boss x次 137
|
| | | SuccType_FeastRedPack_EnterMap, # 节日红包 - 进入指定地图 x次 138
|
| | | SuccType_FeastRedPack_TaskCRun, # 节日红包 - 完成x次日常环任务成就 139
|
| | | SuccType_FeastRedPack_Dice, # 节日红包 - 天机摇骰子x次 140
|
| | | SuccType_FeastRedPack_CrossPK, # 节日红包 - 跨服PK x次 141
|
| | | SuccType_FeastRedPack_FBSweep, # 节日红包 - 副本扫荡 x次 142
|
| | | ) = range(1, 143)
|
| | |
|
| | |
|
| | |
|
| | | # 节日红包成就类型
|
| | | FeastRedPackSuccessTypeList = range(SuccType_FeastRedPack_TalkWorld, SuccType_FeastRedPack_FBSweep + 1)
|
| | |
|
| | | # 连续天规则的成就类型
|
| | | ContinueSuccessTypeList = []
|
| | |
| | | Def_Boss_Func_Dogz, # 神兽功能BOSS
|
| | | ) = range(3)
|
| | |
|
| | | # 红包类型定义
|
| | | RedPackType_GoldPacket = 0 # 主动发钻石红包
|
| | | RedPackType_OpenServer = 5 # 开服红包
|
| | | RedPackType_FeastSysBig = 31 # 节日系统大红包
|
| | | RedPackType_FeastSysSmall = 32 # 节日系统小红包
|
| | | RedPackType_FeastSucc = 33 # 节日成就红包
|
| | | # 节日红包类型
|
| | | FeastRedPackType = [RedPackType_FeastSysBig, RedPackType_FeastSysSmall, RedPackType_FeastSucc]
|
| | |
|