선수별 기록 및 전적입니다.
{{nationChange(playerInfo.nationCode) || ''}}
{{playerInfo.birthDay || '미등록'}}
투어 통산
![]() 투어 통산 PBA(1부) LPBA(1부) 드림 챌린지 |
||
---|---|---|
통산 우승{{totalRank.winCount || 0}}회 |
참가 대회{{totalRank.joinCount || 0}}회 |
누적 상금{{totalRank.prize | number:0}} 원 |
포인트랭킹 | 상금랭킹 | 참가대회 | 우승 |
---|---|---|---|
{{seasonRank.rankingPoint | number:0}}({{seasonRank.rankingPointRank}}위) | {{seasonRank.prize | number:0}}({{seasonRank.prizeRank}}위) | {{seasonRank.joinTourCount}} | {{seasonRank.championshipCount}} |
W | L | SW | SL | AVG | HR | Pts | 1P | BS | BS% | TA | TS | TS% | 5H | 5HS% | BRS% |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{playerStats.win !== undefined && playerStats.win !== null ? playerStats.win : 0}} | {{playerStats.lose !== undefined && playerStats.lose !== null ? playerStats.lose : 0}} | {{playerStats.setwin !== undefined && playerStats.setwin !== null ? playerStats.setwin : 0}} | {{playerStats.setlose !== undefined && playerStats.setlose !== null ? playerStats.setlose : 0}} | {{playerStats.average !== undefined && playerStats.average !== null ? playerStats.average : 0}} | {{playerStats.hr !== undefined && playerStats.hr !== null ? playerStats.hr : 0}} | {{playerStats.point !== undefined && playerStats.point !== null ? playerStats.point : 0}} | {{playerStats.onePoint !== undefined && playerStats.onePoint !== null ? playerStats.onePoint : 0}} | {{playerStats.twoPoint !== undefined && playerStats.twoPoint !== null ? playerStats.twoPoint : 0}} | {{playerStats.bankShotRate !== undefined && playerStats.bankShotRate !== null ? (playerStats.bankShotRate) : 0}} | {{playerStats.totalTry !== undefined && playerStats.totalTry !== null ? playerStats.totalTry : 0}} | {{playerStats.totalSuccess !== undefined && playerStats.totalSuccess !== null ? playerStats.totalSuccess : 0}} | {{playerStats.successRate !== undefined && playerStats.successRate !== null ? (playerStats.successRate) : 0}} | {{playerStats.longShotInning !== undefined && playerStats.longShotInning !== null ? playerStats.longShotInning : 0}} | {{playerStats.longShotRate !== undefined && playerStats.longShotRate !== null ? (playerStats.longShotRate) : 0}} | {{playerStats.firstShotRate !== undefined && playerStats.firstShotRate !== null ? (playerStats.firstShotRate) : 0}} |
용어설명
대회명 | 순위 | 상금 | 랭킹포인트 | AVG | HR | Pts | BS | BS% | 5HS% |
---|---|---|---|---|---|---|---|---|---|
{{item.tourTitle}} | {{item.prizeRank}} | {{item.prize | number:0}} | {{item.rankingPoint | number:0}} | {{item.average | number:3}} | {{item.hr}}({{item.hrRank}}) | {{item.point}}({{item.pointRank}}) | {{item.bankShot}}({{item.bankShotRateRank}}) | {{item.bankShotRate}} | {{item.longShotRate}}({{item.longShotRateRank}}) |
대회 기록이 없습니다. |
항목 | 국문 | 영문 | 정의 |
---|---|---|---|
W | 승수 | Wins | 승리 경기 수 |
SW | 세트 승 | Set Wins | 승리 세트 수 |
AVG | 에버리지 | Average | 이닝당 평균 득점 |
HR | 하이런 | High Run | 한 이닝 최고 득점 |
1P | 1득점 횟수 | 1 Point Shot Made | 1득점 횟수 |
BS | 뱅크샷 횟수 | Bank Shot Made | 뱅크샷 횟수 |
BS% | 뱅크샷 비율 | Bank Shot Percentage | 뱅크샷 비율 |
TA | 공격시도횟수 | Total Shot Attempted | 공격시도횟수 |
TS | 공격성공횟수 | Total Shot Made | 공격성공횟수 |
TS% | 공격 성공율 | Total Shot Success Rate | 공격 성공율 |
5HS | 장타 | Over 5 High Run | 장타 |
5HS% | 장타율 | Over 5 High Run Percentage | 장타율 |
BRS% | 초구 성공율(종합) | Break Shot Success Rate | 초구 성공율(종합) |