| | |
| | | import PlayerGoldInvest
|
| | | import PlayerViewCache
|
| | | import NetPackCommon
|
| | | import TurnAttack
|
| | | import PyGameData
|
| | | import GameWorld
|
| | | import ChConfig
|
| | |
| | | matchInfo = ChPyNetSendPack.tagSCArenaMatchInfo()
|
| | | matchInfo.PlayerID = matchID
|
| | | if viewCache:
|
| | | fightPower = PlayerViewCache.GetLineupFightPower(viewCache, ShareDefine.Lineup_ArenaDef)
|
| | | fightPower = TurnAttack.GetCacheLineupFightPower(viewCache, ShareDefine.BatPreset_ArenaDef)
|
| | | matchInfo.PlayerName = viewCache.GetPlayerName()
|
| | | matchInfo.RealmLV = viewCache.GetRealmLV()
|
| | | matchInfo.LV = viewCache.GetLV()
|