{{ error }}
ACTIVE ROSTER ยท {{ currentSeasonName.toUpperCase() }}
LAST ROSTERED ยท {{ lastRosteredSeason.toUpperCase() }}

{{ player.name }}

Add a taglineโ€ฆ

Plays {{ pos }}
{{ playerLevel }} LEVEL
{{ xpToNextLevel - xpInCurrentLevel }} XP TO LEVEL {{ playerLevel + 1 }} {{ xpInCurrentLevel }} / {{ xpToNextLevel }} XP
Shoots {{ player.shooting_side }}
Number #{{ playerJerseyNumber }}
Joined {{ playerJoinDate }}
Total SOZ SOZ{{ player.soz.balance.toLocaleString() }}
XP System
Base XP
Game Played +5 XP
Win +5 XP
Goal +5 XP
Assist +2 XP
Championship +50 XP
Goalie Performance Bonus
Shutout (0 GA) +30 XP
1-4 Goals Against +2 to +8 XP
5+ Goals Against +0 XP
Medal XP
Common Medal +1 XP
Rare Medal +5 XP
Epic Medal +25 XP
Legendary Medal +100 XP
Leveling
XP this level {{ xpToNextLevel }} XP
Scaling Starts at 50 XP, +5 XP/level

Goalie bonus is in addition to base game/win XP. Goalies earn both!

{{ selectedMedalDetail.medal.display_name || selectedMedalDetail.medal.tag }}
{{ selectedMedalDetail.medal.description }}
{{ selectedMedalDetail.goal_count }} goal{{ selectedMedalDetail.goal_count !== 1 ? 's' : '' }} {{ selectedMedalDetail.assist_count }} assist{{ selectedMedalDetail.assist_count !== 1 ? 's' : '' }} {{ selectedMedalDetail.penalty_count }} penalt{{ selectedMedalDetail.penalty_count !== 1 ? 'ies' : 'y' }} {{ selectedMedalDetail.player_count }} medal{{ selectedMedalDetail.player_count !== 1 ? 's' : '' }} {{ selectedMedalDetail.team_count }} medal{{ selectedMedalDetail.team_count !== 1 ? 's' : '' }}
Games Earned ({{ selectedMedalDetail.games.length }})
{{ formatGameDate(game.game_date) }}
{{ game.away_team_name }} @ {{ game.home_team_name }}
{{ game.team_name }} ยท {{ game.season_name }} ยท {{ game.division_name }}
{{ game.away_score }} - {{ game.home_score }}
No games found for this medal.

Game Medals

Game medals celebrate the defining moments of every matchโ€”from clutch plays under pressure to jaw-dropping statistical feats. Each medal marks a moment worth remembering.

Legendary

Once-in-a-lifetime achievements. The kind of plays that become stories told for yearsโ€”moments so rare, most players will never see one.

Epic

Exceptional performances that stand out across an entire season. When the game's on the line, these are the moments heroes are made.

Rare

Notable achievements that happen a few times each season. Not everyday occurrences, but signs of a player making their mark.

Common

Regular highlights that happen frequently. The building blocks of every great player's collection.

Last 10 Games Played

Loading games...
No games played yet
{{ formatActivityDate(game.start_datetime) }}
{{ game.home_team.acronym || game.home_team.name }}
{{ game.home_team.score }}-{{ game.away_team.score }}
{{ game.away_team.acronym || game.away_team.name }}
{{ game.result === 'win' ? 'W' : game.result === 'loss' ? 'L' : 'T' }}/{{ game.result_type === 'overtime' ? 'OT' : 'SO' }}

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
{{ player.soz.balance.toLocaleString() }}
Balance
#{{ player.soz.rank }}
Rank
{{ player.soz.all_time_betting.win_pct != null ? player.soz.all_time_betting.win_pct + '%' : 'โ€”' }}
Win %
Current Season
{{ player.soz.season_betting.net_profit > 0 ? '+' : '' }}{{ player.soz.season_betting.net_profit }}
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 }}
ร—{{ medal.total_count }}
{{ medal.display_name || medal.tag }}
{{ medal.description }}
{{ medal.goal_count }} goal{{ medal.goal_count !== 1 ? 's' : '' }} {{ medal.assist_count }} assist{{ medal.assist_count !== 1 ? 's' : '' }} {{ medal.penalty_count }} penalt{{ medal.penalty_count !== 1 ? 'ies' : 'y' }} {{ medal.player_count }} medal{{ medal.player_count !== 1 ? 's' : '' }} {{ medal.team_count }} medal{{ medal.team_count !== 1 ? 's' : '' }}
Epic {{ epicMedals.length }}
ร—{{ medal.total_count }}
{{ medal.display_name || medal.tag }}
{{ medal.description }}
{{ medal.goal_count }} goal{{ medal.goal_count !== 1 ? 's' : '' }} {{ medal.assist_count }} assist{{ medal.assist_count !== 1 ? 's' : '' }} {{ medal.penalty_count }} penalt{{ medal.penalty_count !== 1 ? 'ies' : 'y' }} {{ medal.player_count }} medal{{ medal.player_count !== 1 ? 's' : '' }} {{ medal.team_count }} medal{{ medal.team_count !== 1 ? 's' : '' }}
Rare {{ rareMedals.length }}
ร—{{ medal.total_count }}
{{ medal.display_name || medal.tag }}
{{ medal.description }}
{{ medal.goal_count }} goal{{ medal.goal_count !== 1 ? 's' : '' }} {{ medal.assist_count }} assist{{ medal.assist_count !== 1 ? 's' : '' }} {{ medal.penalty_count }} penalt{{ medal.penalty_count !== 1 ? 'ies' : 'y' }} {{ medal.player_count }} medal{{ medal.player_count !== 1 ? 's' : '' }} {{ medal.team_count }} medal{{ medal.team_count !== 1 ? 's' : '' }}
Common {{ commonMedals.length }}
ร—{{ medal.total_count }}
{{ medal.display_name || medal.tag }}
{{ medal.description }}
{{ medal.goal_count }} goal{{ medal.goal_count !== 1 ? 's' : '' }} {{ medal.assist_count }} assist{{ medal.assist_count !== 1 ? 's' : '' }} {{ medal.penalty_count }} penalt{{ medal.penalty_count !== 1 ? 'ies' : 'y' }} {{ medal.player_count }} medal{{ medal.player_count !== 1 ? 's' : '' }} {{ medal.team_count }} medal{{ medal.team_count !== 1 ? 's' : '' }}

Scoring Timeline

No scoring events yet
{{ formatMinuteLabel(1, 16 - minute) }}
{{ count }} {{ formatEventType(type, count) }}
{{ award.display_name || award.tag }}
15:00 0:00
Period 1
{{ timelinePeriodTotals[1].goals }} {{ timelinePeriodTotals[1].assists }} {{ timelinePeriodTotals[1].penalties }}
{{ formatMinuteLabel(2, 16 - minute) }}
{{ count }} {{ formatEventType(type, count) }}
{{ award.display_name || award.tag }}
15:00 0:00
Period 2
{{ timelinePeriodTotals[2].goals }} {{ timelinePeriodTotals[2].assists }} {{ timelinePeriodTotals[2].penalties }}
{{ formatMinuteLabel(3, 16 - minute) }}
{{ count }} {{ formatEventType(type, count) }}
{{ award.display_name || award.tag }}
15:00 0:00
Period 3
{{ timelinePeriodTotals[3].goals }} {{ timelinePeriodTotals[3].assists }} {{ timelinePeriodTotals[3].penalties }}
{{ formatMinuteLabel('OT', 6 - minute) }}
{{ count }} {{ formatEventType(type, count) }}
{{ award.display_name || award.tag }}
5:00 0:00
OT
{{ timelinePeriodTotals.OT.goals }} {{ timelinePeriodTotals.OT.assists }} {{ timelinePeriodTotals.OT.penalties }}
Shootout
{{ shootoutGoalCount }} {{ shootoutGoalCount === 1 ? 'goal' : 'goals' }}
SO
{{ timelinePeriodTotals.SO.goals }}
Goals ({{ timelineTotals.goals }})
Assists ({{ timelineTotals.assists }})
Penalties ({{ timelineTotals.penalties }})
SO Goals ({{ shootoutGoalCount }})
{{ tag.icon }} {{ tag.name }}
{{ tag.name }}
{{ tag.description }}

Photos

Recent Activity

No recent activity

Skater Statistics

Season Team GP G A PTS PPG PIM

Goalie Statistics

Season Team GP GA W L SO GAA

Choose Showcase

Medals

Championships

Awards

Stats

Edit Profile

Profile Picture

{{ getPlayerInitials(player.name) }}
Pending Approval Rejected

JPEG or PNG. Photos may require approval.

Tagline

Crop Your Photo

Drag to reposition, scroll to zoom. The circular area shows how your profile picture will appear.