ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -1881,9 +1881,8 @@
Def_FBMapID_Love = 31300
#回合战斗自定义地图ID
TurnFightMapIDList = (
Def_TFMapID_MineArea, # 福地 1
) = range(1, 1 + 1)
Def_TFMapID_MineArea = 1 # 福地 1
Def_TFMapID_Adventure = 5000 # 冒险
#回合战斗自定义地图需要发送GameServer的列表
Def_TFMapID_SendToGameServer = [Def_TFMapID_MineArea]
@@ -2019,6 +2018,7 @@
                'Love':[Def_FBMapID_Love],#情缘副本
                'CrossBattlefield':[Def_FBMapID_CrossBattlefield], #跨服战场
                'MineArea':[Def_TFMapID_MineArea], #福地
                'Adventure':[Def_TFMapID_Adventure], #冒险
                }
#特殊副本ID, 由系统分配, 进入时候不验证IsMapCopyFull
@@ -3093,6 +3093,11 @@
Def_PerTurnTick = 1000 # 每回合等同于常规tick时长
# 回合战斗目标类型
TurnBattle_TagType_NPC = 0
TurnBattle_TagType_Player = 1
TurnBattle_TagType_Team = 2
#---Obj字典-------
Def_Obj_Dict_Faction = 'Faction' # 所属阵营
Def_Obj_Dict_TurnFightID = 'TurnFightID' # 回合制战斗所属玩家ID