| | |
| | | fbData["boxHurt"] = boxHurt
|
| | | fbData["totalHurt"] = factionHurtValue
|
| | |
|
| | | helpDict = {FBCommon.Over_dataMapID:tfBattle.mapID, FBCommon.Over_dataMapID:tfBattle.funcLineID}
|
| | | helpDict = {FBCommon.Over_dataMapID:tfBattle.mapID, FBCommon.Over_lineID:tfBattle.funcLineID}
|
| | | helpDict.update(fbData)
|
| | | FBCommon.Notify_FBHelp(curPlayer, helpDict)
|
| | |
|
| | |
| | | totalHurtToday = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_AlineInvadeHurtTotal)
|
| | | if not totalHurtToday and not totalHurtTodayEx:
|
| | | return
|
| | | UpdatePlayerBillboard(curPlayer, ShareDefine.Def_BT_AlineInvade, totalHurtTodayEx, totalHurtToday)
|
| | | UpdatePlayerBillboard(curPlayer, ShareDefine.Def_BT_AlineInvade, totalHurtTodayEx, totalHurtToday, autoSort=True)
|
| | | return
|
| | |
|
| | | def UpdateTJGBillboard(curPlayer, minuteExp):
|