Player records and statistics.
{{nationChange(playerInfo.nationCode) || ''}}
{{playerInfo.birthDay || 'Not registered'}}
Tour Total
![]() Tour Total PBA(1st div) LPBA(1st div) Dream Challenge |
||
---|---|---|
Career Wins{{totalRank.winCount || 0}} times |
Tournaments{{totalRank.joinCount || 0}} times |
Total Prize Money{{totalRank.prize | number:0}} KRW |
Point Ranking | Prize Ranking | Tournaments | Wins |
---|---|---|---|
{{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}} |
Terminology Explanation
Tournament | Rank | Prize | Ranking Points | AVG | HR | Pts | BS | BS% | 5HS% |
---|---|---|---|---|---|---|---|---|---|
{{item.tourTitleEn ? item.tourTitleEn : 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}}) |
No tournament records. |
Item | Korean | English | Definition |
---|---|---|---|
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 | 초구 성공율(종합) |