| | |
| | | Def_Notify_WorldKey_RedPacketOutput = 'RedPacketOutput' # 红包产出信息
|
| | | Def_Notify_WorldKey_HurtLog = 'HurtLog' # 战斗伤害日志
|
| | | Def_Notify_WorldKey_FairyDomainLimit = "FairyDomainLimit" # 缥缈仙域限制事件
|
| | |
|
| | | Def_Notify_WorldKey_AssistBoss = "AssistBoss" # 协助boss
|
| | |
|
| | | #运营活动表名定义
|
| | | OperationActionName_ExpRate = "ActExpRate" # 多倍经验活动
|
| | | OperationActionName_CostRebate = "ActCostRebate" # 消费返利活动
|
| | |
| | | RedPackMaxCountDict = {1:[RedPackType_OpenServer],
|
| | | 2:[RedPackType_FeastSucc],
|
| | | }
|
| | |
|
| | | # 协助类型
|
| | | AssistType = (
|
| | | AssistType_Boss,
|
| | | AssistType_TeamFB,
|
| | | ) = range(1, 3)
|
| | |
|