| | |
| | | PlayerArena.SetRecLV(recData, tagViewCache.GetLV() if tagViewCache else 1)
|
| | | # 名字、变更积分 +-、战力
|
| | | # 战力统一记录防守阵容
|
| | | fightPower = TurnAttack.GetCacheLineupFightPower(tagViewCache, ShareDefine.Lineup_ArenaDef) if tagViewCache else 0
|
| | | fightPower = TurnAttack.GetCacheLineupFightPower(tagViewCache, ShareDefine.BatPreset_ArenaDef) if tagViewCache else 0
|
| | | tagPlayerName = tagViewCache.GetPlayerName() if tagViewCache else ""
|
| | | recData.SetUserData({"Name":tagPlayerName, "AddScore":atkAddScore, "FightPower":fightPower})
|
| | | # 攻击方仅在积分变更或者初始积分时更新榜单
|