Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
# | Nom du Joueur | C | L | R | D | CON | CK | FG | DI | SK | ST | EN | DU | PH | FO | PA | SC | DF | PS | EX | LD | PO | MO | OV | TA | SP |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Cole Cassels | X | 100.00 | 64 | 65 | 71 | 65 | 65 | 68 | 66 | 50 | 60 | 50 | 50 | 59 | 50 | 50 | 50 | 1 | 48 | 0 | 0 | ||||
2 | Trevor Moore (R) | X | 100.00 | 63 | 62 | 86 | 66 | 62 | 65 | 63 | 61 | 50 | 59 | 58 | 61 | 55 | 50 | 50 | 1 | 30 | 0 | 0 | ||||
3 | Kyle Platzer | X | X | X | 100.00 | 68 | 66 | 67 | 67 | 66 | 58 | 62 | 50 | 60 | 50 | 50 | 60 | 50 | 50 | 50 | 1 | 48 | 0 | 0 | ||
4 | Dominic Turgeon (R) | X | 100.00 | 59 | 73 | 59 | 66 | 73 | 71 | 68 | 50 | 63 | 50 | 50 | 64 | 50 | 50 | 50 | 1 | 36 | 0 | 0 | ||||
5 | Matt Carey | X | X | X | 100.00 | 63 | 71 | 73 | 67 | 71 | 59 | 62 | 55 | 69 | 50 | 61 | 60 | 58 | 50 | 50 | 1 | 28 | 0 | 0 | ||
6 | Jonathan Racine | X | 100.00 | 53 | 72 | 53 | 66 | 72 | 65 | 69 | 50 | 25 | 50 | 50 | 53 | 50 | 50 | 50 | 1 | 51 | 0 | 0 | ||||
7 | Stuart Percy | X | 100.00 | 57 | 69 | 66 | 62 | 69 | 61 | 66 | 50 | 25 | 58 | 59 | 60 | 50 | 50 | 50 | 1 | 49 | 0 | 0 | ||||
Rayé | ||||||||||||||||||||||||||
MOYENNE D'ÉQUIPE | 100.00 | 61 | 68 | 68 | 66 | 68 | 64 | 65 | 52 | 50 | 52 | 54 | 60 | 52 | 50 | 50 | 1 | 41 | 0 |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
# | Nom du Gardien | CON | SK | DU | EN | SZ | AG | RB | SC | HS | RT | PH | PS | EX | LD | PO | MO | OV | TA | SP |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Josh Robinson | 100.00 | 59 | 78 | 64 | 70 | 68 | 73 | 70 | 69 | 67 | 69 | 46 | 67 | 66 | 1 | 33 | 0 | 0 | |
Rayé | ||||||||||||||||||||
MOYENNE D'ÉQUIPE | 100.00 | 59 | 78 | 64 | 70 | 68 | 73 | 70 | 69 | 67 | 69 | 46 | 67 | 66 | 1 | 33 | 0 |
Nom du Coach | PH | DF | OF | PD | EX | LD | PO | CNT | Âge | Contrat | Salaire |
---|---|---|---|---|---|---|---|---|---|---|---|
Peter Laviolette | 87 | 69 | 66 | 81 | 99 | 99 | 83 | USA | 51 | 1 | 500,000$ |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
# | Nom du Joueur | Nom de l'Équipe | POS | GP | G | A | P | +/- | PIM | PIM5 | HIT | HTT | SHT | OSB | OSM | SHT% | SB | MP | AMG | PPG | PPA | PPP | PPS | PPM | PKG | PKA | PKP | PKS | PKM | GW | GT | FO% | FOT | GA | TA | EG | HT | P/20 | PSG | PSS | FW | FL | FT | S1 | S2 | S3 |
---|
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
# | Nom du Gardien | Nom de l'Équipe | GP | W | L | OTL | PCT | GAA | MP | PIM | SO | GA | SA | SAR | A | EG | PS % | PSA | ST | BG | S1 | S2 | S3 |
---|
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
Nom du Joueur | Nom de l'Équipe | POS | Âge | Date de Naissance | Nouveau Joueur | Poids | Taille | Non-Échange | Disponible pour Échange | Ballotage Forcé | Contrat | Status | Type | Salaire Actuel | Cap Salariale | Cap Salariale Restant | Exclus du Cap Salarial | Salaire Année 2 | Salaire Année 3 | Salaire Année 4 | Salaire Année 5 | Salaire Année 6 | Salaire Année 7 | Salaire Année 8 | Salaire Année 9 | Salaire Année 10 | Link |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cole Cassels | Grand Rapids Griffins (Det) | C | 21 | 1995-05-04 | No | 178 Lbs | 6 ft0 | No | No | No | 3 | Contrat d'Entrée | Pro & Farm | 500,000$ | 0$ | 0$ | No | 500,000$ | 500,000$ | ||||||||
Dominic Turgeon | Grand Rapids Griffins (Det) | C | 20 | 1996-02-24 | Yes | 196 Lbs | 6 ft2 | No | No | No | 4 | Contrat d'Entrée | Pro & Farm | 500,000$ | 0$ | 0$ | No | 500,000$ | 500,000$ | 500,000$ | |||||||
Jonathan Racine | Grand Rapids Griffins (Det) | D | 23 | 1993-05-28 | No | 194 Lbs | 6 ft2 | No | No | No | 1 | Avec Restriction | Pro & Farm | 300,000$ | 0$ | 0$ | No | ||||||||||
Josh Robinson | Grand Rapids Griffins (Det) | G | 27 | 1989-12-01 | No | 185 Lbs | 6 ft0 | No | No | No | 3 | Avec Restriction | Pro & Farm | 300,000$ | 0$ | 0$ | No | 300,000$ | 300,000$ | ||||||||
Kyle Platzer | Grand Rapids Griffins (Det) | C/LW/RW | 21 | 1995-03-03 | No | 182 Lbs | 5 ft11 | No | No | No | 3 | Contrat d'Entrée | Pro & Farm | 300,000$ | 0$ | 0$ | No | 300,000$ | 300,000$ | ||||||||
Matt Carey | Grand Rapids Griffins (Det) | C/LW/RW | 24 | 1992-02-27 | No | 195 Lbs | 6 ft0 | No | No | No | 1 | Avec Restriction | Pro & Farm | 300,000$ | 0$ | 0$ | No | ||||||||||
Stuart Percy | Grand Rapids Griffins (Det) | D | 23 | 1993-05-18 | No | 187 Lbs | 6 ft1 | No | No | No | 1 | Avec Restriction | Pro & Farm | 300,000$ | 0$ | 0$ | No | ||||||||||
Trevor Moore | Grand Rapids Griffins (Det) | LW | 21 | 1995-03-31 | Yes | 174 Lbs | 5 ft10 | No | No | No | 4 | Contrat d'Entrée | Pro & Farm | 300,000$ | 0$ | 0$ | No | 300,000$ | 300,000$ | 300,000$ |
Joueurs Total | Âge Moyen | Poids Moyen | Taille Moyenne | Contrat Moyen | Salaire Moyen 1e Année |
---|---|---|---|---|---|
8 | 22.50 | 186 Lbs | 6 ft0 | 2.50 | 350,000$ |
Attaque à 5 contre 5 | |||||||
---|---|---|---|---|---|---|---|
Ligne # | Ailier Gauche | Centre | Ailier Droit | % Temps | PHY | DF | OF |
1 | Trevor Moore | Matt Carey | Kyle Platzer | 40 | 1 | 2 | 2 |
2 | Cole Cassels | Dominic Turgeon | 30 | 1 | 2 | 2 | |
3 | Trevor Moore | Cole Cassels | Matt Carey | 20 | 1 | 2 | 2 |
4 | Kyle Platzer | Dominic Turgeon | 10 | 1 | 2 | 2 |
Défense à 5 contre 5 | |||||||
---|---|---|---|---|---|---|---|
Ligne # | Défense | Défense | % Temps | PHY | DF | OF | |
1 | Stuart Percy | Jonathan Racine | 40 | 1 | 2 | 2 | |
2 | 30 | 1 | 2 | 2 | |||
3 | Stuart Percy | Jonathan Racine | 20 | 1 | 2 | 2 | |
4 | 10 | 1 | 2 | 2 |
Attaque en Avantage Numérique | |||||||
---|---|---|---|---|---|---|---|
Ligne # | Ailier Gauche | Centre | Ailier Droit | % Temps | PHY | DF | OF |
1 | Trevor Moore | Matt Carey | Kyle Platzer | 60 | 1 | 2 | 2 |
2 | Cole Cassels | Dominic Turgeon | 40 | 1 | 2 | 2 |
Défense en Avantage Numérique | |||||||
---|---|---|---|---|---|---|---|
Ligne # | Défense | Défense | % Temps | PHY | DF | OF | |
1 | Stuart Percy | Jonathan Racine | 60 | 1 | 2 | 2 | |
2 | 40 | 1 | 2 | 2 |
Attaque à 4 en Désavantage Numérique | ||||||
---|---|---|---|---|---|---|
Ligne # | Centre | Ailier | % Temps | PHY | DF | OF |
1 | Trevor Moore | Matt Carey | 60 | 1 | 2 | 2 |
2 | Dominic Turgeon | Cole Cassels | 40 | 1 | 2 | 2 |
Défense à 4 en Désavantage Numérique | ||||||
---|---|---|---|---|---|---|
Ligne # | Défense | Défense | % Temps | PHY | DF | OF |
1 | Stuart Percy | Jonathan Racine | 60 | 1 | 2 | 2 |
2 | 40 | 1 | 2 | 2 |
3 joueurs en Désavantage Numérique | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Ligne # | Ailier | % Temps | PHY | DF | OF | Défense | Défense | % Temps | PHY | DF | OF |
1 | Trevor Moore | 60 | 1 | 2 | 2 | Stuart Percy | Jonathan Racine | 60 | 1 | 2 | 2 |
2 | Matt Carey | 40 | 1 | 2 | 2 | 40 | 1 | 2 | 2 |
Attaque à 4 contre 4 | ||||||
---|---|---|---|---|---|---|
Ligne # | Centre | Ailier | % Temps | PHY | DF | OF |
1 | Trevor Moore | Matt Carey | 60 | 1 | 2 | 2 |
2 | Dominic Turgeon | Cole Cassels | 40 | 1 | 2 | 2 |
Défense à 4 contre 4 | ||||||
---|---|---|---|---|---|---|
Ligne # | Défense | Défense | % Temps | PHY | DF | OF |
1 | Stuart Percy | Jonathan Racine | 60 | 1 | 2 | 2 |
2 | 40 | 1 | 2 | 2 |
Attaque Dernière Minute | ||||
---|---|---|---|---|
Ailier Gauche | Centre | Ailier Droit | Défense | Défense |
Trevor Moore | Matt Carey | Kyle Platzer | Stuart Percy | Jonathan Racine |
Défense Dernière Minute | ||||
---|---|---|---|---|
Ailier Gauche | Centre | Ailier Droit | Défense | Défense |
Trevor Moore | Matt Carey | Kyle Platzer | Stuart Percy | Jonathan Racine |
Attaquants Supplémentaires | ||
---|---|---|
Normal | Avantage Numérique | Désavantage Numérique |
Kyle Platzer, Dominic Turgeon, Cole Cassels | Kyle Platzer, Dominic Turgeon | Cole Cassels |
Défenseurs Supplémentaires | ||
---|---|---|
Normal | Avantage Numérique | Désavantage Numérique |
Stuart Percy, Jonathan Racine, | Stuart Percy | Jonathan Racine, |
Tirs de Pénalité |
---|
Trevor Moore, Matt Carey, Dominic Turgeon, Cole Cassels, Kyle Platzer |
Gardien |
---|
#1 : Josh Robinson, #2 : |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
Ligue | Domicile | Visiteur | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
# | VS Équipe | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | P | PCT | G | A | TP | SO | EG | GP1 | GP2 | GP3 | GP4 | SHF | SH1 | SP2 | SP3 | SP4 | SHA | SHB | Pim | Hit | PPA | PPG | PP% | PKA | PK GA | PK% | PK GF | W OF FO | T OF FO | OF FO% | W DF FO | T DF FO | DF FO% | W NT FO | T NT FO | NT FO% | PZ DF | PZ OF | PZ NT | PC DF | PC OF | PC NT |
Total | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 | 0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 | 0 | 0 | 0 | 0 | 0 |
Total Pour les Joueurs | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Matchs Joués | Points | Séquence | Buts | Passes | Points | Tirs Pour | Tirs Contre | Tirs Bloqués | Minutes de Pénalité | Mises en Échec | Buts en Filet Désert | Blanchissage |
0 | 0 | N/A | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Tous les Matchs | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Matchs locaux | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Matchs Éxtérieurs | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Derniers 10 Matchs | |||||
---|---|---|---|---|---|
W | L | OTW | OTL | SOW | SOL |
0 | 0 | 0 | 0 | 0 | 0 |
Tentatives en Avantage Numérique | Buts en Avantage Numérique | % en Avantage Numérique | Tentatives en Désavantage Numérique | Buts Contre en Désavantage Numérique | % en Désavantage Numérique | Buts Pour en Désavantage Numérique |
---|---|---|---|---|---|---|
0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 |
Tirs en 1e Période | Tirs en 2e Période | Tirs en 3e Période | Tirs en 4e Période | Buts en 1e Période | Buts en 2e Période | Buts en 3e Période | Buts en 4e Période |
---|---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mises en Jeu | ||||||||
---|---|---|---|---|---|---|---|---|
Gagnées en Zone Offensive | Total en Zone Offensive | % Gagnées en Zone Offensive | Gagnées en Zone Défensive | Total en Zone Défensive | % Gagnées en Zone Défensive | Gagnées en Zone Neutre | Total en Zone Neutre | % Gagnées en Zone Neutre |
0 | 0 | 0.00% | 0 | 0 | 0.00% | 0 | 0 | 0.00% |
Temps Avec la Rondelle | |||||
---|---|---|---|---|---|
En Zone Offensive | Contrôle en Zone Offensive | En Zone Défensive | Contrôle en Zone Défensive | En Zone Neutre | Contrôle en Zone Neutre |
0 | 0 | 0 | 0 | 0 | 0 |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
Jour | Match | Équipe Visiteuse | Score | Équipe Locale | Score | ST | OT | SO | RI | Lien |
---|
Capacité de l'Aréna - Tendance du Prix des Billets - % | ||
---|---|---|
Niveau 1 | Niveau 2 | |
Capacité de l'Aréna | 2000 | 1000 |
Prix des Billets | 35 | 15 |
Assistance | 0.00% | 0.00% |
Assistance PCT | 0.00% | 0.00% |
Revenus | |||||
---|---|---|---|---|---|
Matchs à domicile Restants | Assistance Moyenne - % | Revenus Moyen par Match | Revenus Annuels à ce Jour | Capacité de l'Aréna | Popularité de l'Équipe |
41 | 0 - 0.00% | 0$ | 0$ | 3000 | 100 |
Dépenses | |||
---|---|---|---|
Dépenses Annuelles à Ce Jour | Salaire Total des Joueurs | Salaire Total Moyen des Joueurs | Salaire des Coachs |
0$ | 28,000$ | 26,550$ | 0$ |
Cap Salarial Par Jour | Cap salarial à ce jour | Joueurs Inclut dans la Cap Salariale | Joueurs Exclut dans la Cap Salariale |
---|---|---|---|
0$ | 0$ | 0 | 0 |
Éstimation | |||
---|---|---|---|
Revenus de la Saison Éstimés | Jours Restants de la Saison | Dépenses Par Jour | Dépenses de la Saison Éstimées |
0$ | 2 | 0$ | 0$ |
Ligue | Domicile | Visiteur | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Année | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | GP | W | L | T | OTW | OTL | SOW | SOL | GF | GA | Diff | P | G | A | TP | SO | EG | GP1 | GP2 | GP3 | GP4 | SHF | SH1 | SP2 | SP3 | SP4 | SHA | SHB | Pim | Hit | PPA | PPG | PP% | PKA | PK GA | PK% | PK GF | W OF FO | T OF FO | OF FO% | W DF FO | T DF FO | DF FO% | W NT FO | T NT FO | NT FO% | PZ DF | PZ OF | PZ NT | PC DF | PC OF | PC NT |