| | |
| | | lineID = GameWorld.GetGameWorld().GetPropertyID() - 1
|
| | | bossID = CurFBLineBOSSID(lineID)
|
| | | msgMark = 'AllianceBossHP1' if lineID == 0 else 'AllianceBossHP2'
|
| | | PlayerControl.WorldNotify(0, msgMark, [bossID, remainPer])
|
| | | PlayerControl.WorldNotify(0, msgMark, [bossID, notifyHPPer])
|
| | |
|
| | | return
|
| | |
|
| | |
| | | gameFB.SetGameFBDict(FBDict_LastHPNotify, lastIndex + 1)
|
| | | lineID = GameWorld.GetGameWorld().GetPropertyID() - 1
|
| | | msgMark = 'QCBOSSHP1'
|
| | | PlayerControl.WorldNotify(0, msgMark, [bossID, remainPer])
|
| | | PlayerControl.WorldNotify(0, msgMark, [bossID, notifyHPPer])
|
| | | return
|
| | |
|
| | | def UpdateHPReduceSpeed(tick, isExit=False):
|