| | |
| | | gameWorld.SetGameWorldDict(FBDict_StartTick % lineID, 0)
|
| | | gameWorld.SetGameWorldDict(FBDict_Speed % lineID, 0)
|
| | | gameWorld.SetGameWorldDict(FBDict_RemainHP % lineID, 0)
|
| | | |
| | | PyGameData.g_horsePetBossPlayerHurtDict[lineID] = {}
|
| | | gameWorld.SetPropertyID(0)
|
| | | 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):
|