| | |
| | | import EventReport
|
| | | import ChPlayer
|
| | | import FBHelpBattle
|
| | | import IpyGameDataPY
|
| | |
|
| | |
|
| | | #阶段时间
|
| | |
| | | fbLineTime = FBCommon.GetFBLineStepTime(ChConfig.Def_FBMapID_QueenRelics, lineID)
|
| | | curPlayer.Sync_TimeTick(IPY_GameWorld.tttWaitStart, 0, fbLineTime[Def_PrepareTime] * 1000, True)
|
| | | EventReport.WriteEvent_FB(curPlayer, ChConfig.Def_FBMapID_QueenRelics, lineID, ChConfig.CME_Log_Start)
|
| | | |
| | | helpIpyData = IpyGameDataPY.GetIpyGameData("FBHelpBattle", ChConfig.Def_FBMapID_QueenRelics, lineID)
|
| | | if helpIpyData:
|
| | | gameFB.SetGameFBDict(ChConfig.FBPD_HelpBattleFBBaseHurt, helpIpyData.GetRobotBaseHurt())
|
| | | GameWorld.DebugLog(" 更新副本助战机器人基础伤害: lineID=%s,RobotBaseHurt=%s" % (lineID, helpIpyData.GetRobotBaseHurt()))
|
| | | return
|
| | |
|
| | | ##副本总逻辑计时器
|