|  |  |  | 
|---|
|  |  |  | if not isAllLine and tagFBLineID != fblineID: | 
|---|
|  |  |  | continue | 
|---|
|  |  |  | playerCnt = playerManager.GetPlayerCount() | 
|---|
|  |  |  | hpPer = GameLogic_HorsePetBoss.GetBossRemainHPPer(fblineID, tick) | 
|---|
|  |  |  | hpPer = GameLogic_HorsePetBoss.GetBossRemainHPPer(index, fblineID, tick) | 
|---|
|  |  |  | fbLinePlayerCntDict[fblineID] = [playerCnt, str(hpPer)] | 
|---|
|  |  |  | if not isAllLine: | 
|---|
|  |  |  | break | 
|---|
|  |  |  | 
|---|
|  |  |  | if not isAllLine and tagFBLineID != fblineID: | 
|---|
|  |  |  | continue | 
|---|
|  |  |  | playerCnt = playerManager.GetPlayerCount() | 
|---|
|  |  |  | hpPer = GameLogic_AllFamilyBoss.GetBossRemainHPPer(tick) | 
|---|
|  |  |  | hpPer = GameLogic_AllFamilyBoss.GetBossRemainHPPer(index, tick) | 
|---|
|  |  |  | fbLinePlayerCntDict[fblineID] = [playerCnt, str(hpPer)] | 
|---|
|  |  |  | if not isAllLine: | 
|---|
|  |  |  | break | 
|---|