5 dernières parties
Statistiques en carrière
| Saison | Équipe | PJ | B | P | PTS | PUN | BAN | PAN | BIN | PIN | %FUS | BV | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ stat.season_name}} - {{ stat.category_name }} |  | {{ stat.games_played_sum }} | {{ stat.goals_sum }} | {{ stat.assists_sum }} | {{ (parseInt(stat.goals_sum)+parseInt(stat.assists_sum)) }} | {{ stat.penalties_sum | formateMStoMin }} | {{ stat.pp_goals_sum }} | {{ stat.pp_assists_sum }} | {{ stat.pk_goals_sum }} | {{ stat.pk_assists_sum }} | - {{ (parseInt(stat.shoutout_goals_sum)/parseInt(stat.shoutout_attempts_sum)*100) | round }}% | {{ (parseInt(stat.winning_goal_sum)+parseInt(stat.overtime_goal_sum)) }} | 
| Total en carrière | {{ getCareerTotal().games_played_sum }} | {{ getCareerTotal().goals_sum }} | {{ getCareerTotal().assists_sum }} | {{ (parseInt(getCareerTotal().goals_sum)+parseInt(getCareerTotal().assists_sum)) }} | {{ getCareerTotal().penalties_sum | formateMStoMin }} | {{ getCareerTotal().pp_goals_sum }} | {{ getCareerTotal().pp_assists_sum }} | {{ getCareerTotal().pk_goals_sum }} | {{ getCareerTotal().pk_assists_sum }} | - {{ (parseInt(getCareerTotal().shoutout_goals_sum)/parseInt(getCareerTotal().shoutout_attempts_sum)*100) | round }}% | {{ (parseInt(getCareerTotal().winning_goal_sum)+parseInt(getCareerTotal().overtime_goal_sum)) }} | 
| Saison | Équipe | PJ | V | D | DP/DF/N | TC | BC | %ARR | MOY | BL | PUN | TJ | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ stat.season_name}} - {{ stat.category_name }} |  | {{ stat.games_played_sum }} | {{ stat.victories_sum }} | {{ stat.defeats_sum }} | {{ (parseInt(stat.overtime_defeats_sum)+parseInt(stat.shutout_defeats_sum)) }} | {{ stat.shots_against_sum }} | {{ stat.goals_against_sum }} | {{ (stat.shots_against_sum > 0) ? ((stat.shots_against_sum - stat.goals_against_sum) / stat.shots_against_sum).toFixed(3) : 0 }} | {{ (stat.goals_against_sum > 0) ? (stat.goals_against_sum / stat.games_played_sum).toFixed(2) : 0 }} | {{ stat.shutouts_sum }} | {{ stat.penalties_sum | formateMStoMin }} | {{ stat.time_played_sum | formatMsToTime }} | 
| Total en carrière | {{ getCareerTotal().games_played_sum }} | {{ getCareerTotal().victories_sum }} | {{ getCareerTotal().defeats_sum }} | {{ (parseInt(getCareerTotal().overtime_defeats_sum)+parseInt(getCareerTotal().shutout_defeats_sum)) }} | {{ getCareerTotal().shots_against_sum }} | {{ getCareerTotal().goals_against_sum }} | {{ (getCareerTotal().shots_against_sum > 0) ? ((getCareerTotal().shots_against_sum - getCareerTotal().goals_against_sum) / getCareerTotal().shots_against_sum).toFixed(3) : 0 }} | {{ (getCareerTotal().goals_against_sum > 0) ? (getCareerTotal().goals_against_sum / getCareerTotal().games_played_sum).toFixed(2) : 0 }} | {{ getCareerTotal().shutouts_sum }} | {{ getCareerTotal().penalties_sum | formateMStoMin }} | {{ getCareerTotal().time_played_sum | formatMsToTime }} | 
Légende
PJ: Parties jouées
                                PTS: Points
                                PPG: Buts en avantage
                                    numérique
                                %FUS: Pourcentage de but
                                    en fusillade
                                PAN: Passes en avantage
                                    numérique
                                PUN: Minutes de pénalité
                                
                                BIN: Buts en infériorité
                                    numérique
                                B: Buts
                                PIN: Passes en
                                    infériorité numérique
                                P: Passes
                                GWG: Game Winning Goals
                                
                            PJ: Parties jouées
                                V: Victoires
                                D: Défaites
                                DP: Défaites en
                                    prolongation
                                DF: Défaites en
                                    fusillade
                                N: Nulles
                                TC: Tirs contre
                                BC: Buts contre
                                %ARR: Pourcentage
                                    d'arrêts
                                MOY: Moyenne de buts
                                    alloués
                                BL: Blanchissages
                                PUN: Minutes de pénalité
                                
                                TJ: Temps de jeu
                            20 dernières parties
Légende
B: Buts
                                PUN: Minutes de pénalité
                                
                                PAN: Passes en avantage
                                    numérique
                                P: Passes
                                BIN: Buts en inforiorité
                                    numérique
                                PAN: Passes en avantage
                                    numérique
                                PTS: Points
                                PIN: Passes en
                                    inferiorité numérique
                                BAN: Buts en avantage
                                    numérique
                            V: Victoires
                                D: Défaites
                                DP: Défaites en
                                    prolongation
                                DF: Défaites en
                                    fusillade
                                N: Nulles
                                TC: Tirs contre
                                BC: Buts contre
                                PUN: Minutes de pénalité
                                
                                BL: Blanchissages
                                %ARR: Pourcentage
                                    d'arrêts
                            Distinctions
| Titre | Description | Période | 
|---|---|---|
| Aucune distinction | Aucune distinction n'a été attribuée à ce joueur | - | 
| {{ trophy.description }} | {{ trophy.season.name }} | 


