{{ showcaseItem.label }}
{{ showcaseItem.value }} ×{{ showcaseItem.count }}
{{ showcaseItem.label }}
{{ showcaseItem.value }}
{{ showcaseItem.label }}
{{ showcaseItem.value }}
{{ showcaseItem.label }}
{{ showcaseItem.value }}
{{ showcaseItem ? 'EDIT' : 'ADD SHOWCASE' }}
ACTIVE ROSTER ยท {{ currentSeasonName.toUpperCase() }}
LAST ROSTERED ยท {{ lastRosteredSeason.toUpperCase() }}
{{ player.name }}
Add a taglineโฆ
Plays
{{ pos }}
{{ playerLevel }}
LEVEL
Skater Statistics
{{ player.career_stats.has_goalie_stats ? (player.career_stats.games_played - player.career_stats.goalie_games_played) : player.career_stats.games_played }}
Games Played
{{ player.career_stats.goals }}
Goals
{{ player.career_stats.points }}
Points
{{ player.career_stats.assists }}
Assists
{{ player.career_stats.penalty_minutes }}
PIM
{{ player.career_stats.skater_wins || 0 }}
Wins
{{ player.career_stats.skater_ot_wins || 0 }}
OTW
{{ player.career_stats.skater_ot_losses || 0 }}
OTL
{{ skaterWinPercent.toFixed(0) }}%
Win %
{{ (player.career_stats.goals / (player.career_stats.has_goalie_stats ? (player.career_stats.games_played - player.career_stats.goalie_games_played) : player.career_stats.games_played)).toFixed(2) }}
G/GP
{{ (player.career_stats.points / (player.career_stats.has_goalie_stats ? (player.career_stats.games_played - player.career_stats.goalie_games_played) : player.career_stats.games_played)).toFixed(2) }}
PPG
Soz Betting
View Full Stats โ
Balance
#{{ player.soz.rank }}
Rank
{{ player.soz.all_time_betting.win_pct != null ? player.soz.all_time_betting.win_pct + '%' : 'โ' }}
Win %
Current Season
Profit
{{ player.soz.season_betting.win_pct != null ? player.soz.season_betting.win_pct + '%' : 'โ' }}
Win %
{{ player.soz.season_betting.total_bets }}
Bets
Goalie Statistics
{{ player.career_stats.goalie_games_played }}
Games
{{ goalieWinsForStats }}
-
{{ goalieLossesForStats }}
-
{{ goalieTiesForStats }}
Record
{{ player.career_stats.gaa }}
GAA
{{ player.career_stats.goals_against }}
GA
{{ player.career_stats.shutouts }}
Shutouts
{{ goalieWinPercent.toFixed(0) }}%
Win %
{{ (player.career_stats.goals_against / player.career_stats.goalie_games_played).toFixed(1) }}
GA/GP
Awards & Championships
No awards yet
You vs {{ h2h.p1.first_name }}
{{ (h2h.p2.first_name||'?')[0] }}{{ (h2h.p2.last_name||'')[0] }}
{{ h2h.p2.wins }}
โ
{{ h2h.p1.wins }}
Wins
{{ h2hFlavor }}
{{ h2h.games_played }} games played{{ h2h.ties > 0 ? ' ยท ' + h2h.ties + ' tied' : '' }}
{{ (h2h.p1.first_name||'?')[0] }}{{ (h2h.p1.last_name||'')[0] }}
{{ h2h.p2.points }}
Points
{{ h2h.p1.points }}
{{ h2h.p2.goals }}
Goals
{{ h2h.p1.goals }}
{{ h2h.p2.assists }}
Assists
{{ h2h.p1.assists }}
Goalie Statistics
{{ player.career_stats.goalie_games_played }}
Games
{{ goalieWinsForStats }}
-
{{ goalieLossesForStats }}
-
{{ goalieTiesForStats }}
Record
{{ player.career_stats.gaa }}
GAA
{{ player.career_stats.goals_against }}
GA
{{ player.career_stats.shutouts }}
Shutouts
{{ goalieWinPercent.toFixed(0) }}%
Win %
{{ (player.career_stats.goals_against / player.career_stats.goalie_games_played).toFixed(1) }}
GA/GP
Game Medals {{ totalMedals }}
No event medals yet
Legendary
{{ legendaryMedals.length }}
Epic
{{ epicMedals.length }}
Rare
{{ rareMedals.length }}
Common
{{ commonMedals.length }}
Scoring Timeline
No scoring events yet
15:00
0:00
Period 1
{{ timelinePeriodTotals[1].goals }}
{{ timelinePeriodTotals[1].assists }}
{{ timelinePeriodTotals[1].penalties }}
15:00
0:00
Period 2
{{ timelinePeriodTotals[2].goals }}
{{ timelinePeriodTotals[2].assists }}
{{ timelinePeriodTotals[2].penalties }}
15:00
0:00
Period 3
{{ timelinePeriodTotals[3].goals }}
{{ timelinePeriodTotals[3].assists }}
{{ timelinePeriodTotals[3].penalties }}
5:00
0:00
OT
{{ timelinePeriodTotals.OT.goals }}
{{ timelinePeriodTotals.OT.assists }}
{{ timelinePeriodTotals.OT.penalties }}
SO
{{ timelinePeriodTotals.SO.goals }}
Goals ({{ timelineTotals.goals }})
Assists ({{ timelineTotals.assists }})
Penalties ({{ timelineTotals.penalties }})
SO Goals ({{ shootoutGoalCount }})
Photos
Recent Activity
-
{{ activity.medal_name }} {{ activity.medal_rarity || 'COMMON' }}{{ activity.description }}
No recent activity
Skater Statistics
| Season | Team | GP | G | A | PTS | PPG | PIM | |
|---|---|---|---|---|---|---|---|---|
| {{ season.season_name }} | Season Total | {{ season.goalie_games_played ? (season.games_played - season.goalie_games_played) : season.games_played }} | {{ season.goals }} | {{ season.assists }} | {{ season.points }} | {{ ((season.goalie_games_played ? (season.games_played - season.goalie_games_played) : season.games_played) > 0 ? (season.points / (season.goalie_games_played ? (season.games_played - season.goalie_games_played) : season.games_played)).toFixed(2) : '0.00') }} | {{ season.penalty_minutes }} | |
| {{ season.season_name }} | โณ |
|
{{ team.games_played }} | {{ team.goals }} | {{ team.assists }} | {{ team.points }} | {{ team.games_played > 0 ? (team.points / team.games_played).toFixed(2) : '0.00' }} | {{ team.penalty_minutes }} |
Goalie Statistics
| Season | Team | GP | GA | W | L | SO | GAA | |
|---|---|---|---|---|---|---|---|---|
| {{ season.season_name }} | Season Total | {{ season.goalie_games_played }} | {{ season.goals_against }} | {{ season.wins }} | {{ season.losses }} | {{ season.shutouts }} | {{ season.gaa }} | |
| {{ season.season_name }} | โณ |
|
{{ team.goalie_games_played || 0 }} | {{ team.goals_against || 0 }} | {{ team.wins || 0 }} | {{ team.losses || 0 }} | {{ team.shutouts || 0 }} | {{ team.gaa || '0.00' }} |
Edit Profile
Profile Picture
{{ getPlayerInitials(player.name) }}
Pending Approval
Rejected
JPEG or PNG. Photos may require approval.