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 |
# | Player Name | 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 | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Frans Nielsen | X | 100.00 | 74 | 64 | 97 | 85 | 81 | 79 | 71 | 67 | 68 | 66 | 67 | 79 | 56 | 86 | 88 | 0 | 43 | 72 | 0 | 36 | 3 | 600,000$ | ||||
2 | Mitchell Stephens (R) | X | 100.00 | 77 | 56 | 94 | 88 | 80 | 76 | 44 | 67 | 73 | 66 | 68 | 75 | 51 | 68 | 66 | 0 | 63 | 69 | 0 | 24 | 1 | 925,000$ | ||||
3 | Cody Glass (R) | X | 100.00 | 68 | 57 | 96 | 85 | 78 | 79 | 46 | 72 | 56 | 70 | 73 | 70 | 55 | 66 | 66 | 0 | 67 | 68 | 0 | 22 | 3 | 1,775,000$ | ||||
4 | Ethan Bear (R) | X | 100.00 | 75 | 60 | 90 | 84 | 80 | 87 | 92 | 72 | 50 | 73 | 68 | 75 | 51 | 69 | 73 | 0 | 66 | 73 | 0 | 23 | 1 | 721,667$ | ||||
5 | Oliver Kylington (R) | X | 100.00 | 74 | 55 | 93 | 92 | 77 | 79 | 57 | 67 | 50 | 67 | 65 | 63 | 50 | 68 | 67 | 0 | 63 | 68 | 0 | 23 | 1 | 925,000$ | ||||
6 | Erik Brannstrom (R) | X | 100.00 | 70 | 57 | 89 | 89 | 75 | 80 | 37 | 65 | 50 | 68 | 60 | 65 | 50 | 66 | 66 | 0 | 63 | 65 | 0 | 21 | 3 | 1,375,000$ | ||||
7 | Noah Dobson (R) | X | 100.00 | 74 | 54 | 95 | 83 | 76 | 79 | 40 | 68 | 50 | 70 | 64 | 65 | 50 | 66 | 66 | 0 | 63 | 65 | 0 | 21 | 3 | 1,462,500$ | ||||
Scratches | |||||||||||||||||||||||||||||
TEAM AVERAGE | 100.00 | 73 | 58 | 93 | 87 | 78 | 80 | 55 | 68 | 57 | 69 | 66 | 70 | 52 | 70 | 70 | 0 | 61 | 69 |
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 |
# | Goalie Name | CON | SK | DU | EN | SZ | AG | RB | SC | HS | RT | PH | PS | EX | LD | PO | MO | OV | TA | SP |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Scratches | ||||||||||||||||||||
TEAM AVERAGE | 0.00 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Coaches Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|
Phil Housley | 72 | 73 | 75 | 90 | 71 | 66 | 99 | USA | 57 | 1 | 556,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 |
# | Player Name | Team Name | 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Cody Glass | Guerriers du Nord (SEN) | C | 15 | 9 | 15 | 24 | -1 | 0 | 0 | 12 | 16 | 64 | 17 | 36 | 14.06% | 6 | 272 | 18.15 | 2 | 3 | 5 | 3 | 31 | 0 | 1 | 1 | 2 | 15 | 0 | 0 | 62.98% | 181 | 15 | 12 | 0 | 0 | 1.76 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 |
Team Total or Average | 15 | 9 | 15 | 24 | -1 | 0 | 0 | 12 | 16 | 64 | 17 | 36 | 14.06% | 6 | 272 | 18.15 | 2 | 3 | 5 | 3 | 31 | 0 | 1 | 1 | 2 | 15 | 0 | 0 | 62.98% | 181 | 15 | 12 | 0 | 0 | 1.76 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 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 |
# | Goalie Name | Team Name | GP | W | L | OTL | PCT | GAA | MP | PIM | SO | GA | SA | SAR | A | EG | PS % | PSA | ST | BG | S1 | S2 | S3 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Team Total or Average | 0.000 | 0.00 | 0 | 0.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 |
Player Name | Team Name | POS | Age | Birthday | Rookie | Weight | Height | No Trade | Available For Trade | Force Waivers | Contract | Type | Current Salary | Salary Remaining | Salary Cap | Salary Cap Remaining | Exclude from Salary Cap | Salary Year 2 | Salary Year 3 | Salary Year 4 | Salary Year 5 | Salary Year 6 | Salary Year 7 | Salary Year 8 | Salary Year 9 | Salary Year 10 | Link |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cody Glass | Guerriers du Nord (SEN) | C | 22 | 1999-04-01 04:24:44 | Yes | 192 Lbs | 6 ft2 | No | No | No | 3 | Pro & Farm | 1,775,000$ | 583,214$ | 0$ | 0$ | No | 1,775,000$ | 1,775,000$ | ||||||||
Erik Brannstrom | Guerriers du Nord (SEN) | D | 21 | 1999-09-02 09:31:23 | Yes | 181 Lbs | 5 ft9 | No | No | No | 3 | Pro & Farm | 1,375,000$ | 451,785$ | 0$ | 0$ | No | 1,375,000$ | 1,375,000$ | ||||||||
Ethan Bear | Guerriers du Nord (SEN) | D | 23 | 1997-06-26 06:35:31 | Yes | 197 Lbs | 5 ft11 | No | No | No | 1 | Pro & Farm | 721,667$ | 237,119$ | 0$ | 0$ | No | ||||||||||
Frans Nielsen | Guerriers du Nord (SEN) | C | 36 | 1984-04-24 15:26:19 | No | 188 Lbs | 6 ft1 | Yes | No | No | 3 | Pro & Farm | 600,000$ | 197,142$ | 0$ | 0$ | No | 600,000$ | 600,000$ | Link | |||||||
Mitchell Stephens | Guerriers du Nord (SEN) | C | 24 | 1997-02-05 09:37:07 | Yes | 193 Lbs | 5 ft11 | No | No | No | 1 | Pro & Farm | 925,000$ | 303,928$ | 0$ | 0$ | No | ||||||||||
Noah Dobson | Guerriers du Nord (SEN) | D | 21 | 2000-01-07 09:47:17 | Yes | 184 Lbs | 6 ft4 | No | No | No | 3 | Pro & Farm | 1,462,500$ | 480,535$ | 0$ | 0$ | No | 1,462,500$ | 1,462,500$ | ||||||||
Oliver Kylington | Guerriers du Nord (SEN) | D | 23 | 1997-05-19 09:52:37 | Yes | 183 Lbs | 6 ft0 | No | No | No | 1 | Pro & Farm | 925,000$ | 303,928$ | 0$ | 0$ | No |
Total Players | Average Age | Average Weight | Average Height | Average Contract | Average Year 1 Salary |
---|---|---|---|---|---|
7 | 24.29 | 188 Lbs | 6 ft0 | 2.14 | 1,112,024$ |
5 vs 5 Forward | |||||||
---|---|---|---|---|---|---|---|
Line # | Left Wing | Center | Right Wing | Time % | PHY | DF | OF |
1 | 40 | 1 | 2 | 2 | |||
2 | 30 | 1 | 2 | 2 | |||
3 | 20 | 1 | 2 | 2 | |||
4 | 10 | 1 | 2 | 2 |
5 vs 5 Defense | |||||||
---|---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF | |
1 | 40 | 1 | 2 | 2 | |||
2 | 30 | 1 | 2 | 2 | |||
3 | 20 | 1 | 2 | 2 | |||
4 | 10 | 1 | 2 | 2 |
Power Play Forward | |||||||
---|---|---|---|---|---|---|---|
Line # | Left Wing | Center | Right Wing | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | |||
2 | 40 | 1 | 2 | 2 |
Power Play Defense | |||||||
---|---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF | |
1 | 60 | 1 | 2 | 2 | |||
2 | 40 | 1 | 2 | 2 |
Penalty Kill 4 Players Forward | ||||||
---|---|---|---|---|---|---|
Line # | Center | Wing | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | ||
2 | 40 | 1 | 2 | 2 |
Penalty Kill 4 Players Defense | ||||||
---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | ||
2 | 40 | 1 | 2 | 2 |
Penalty Kill 3 Players | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Line # | Wing | Time % | PHY | DF | OF | Defense | Defense | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | 60 | 1 | 2 | 2 | |||
2 | 40 | 1 | 2 | 2 | 40 | 1 | 2 | 2 |
4 vs 4 Forward | ||||||
---|---|---|---|---|---|---|
Line # | Center | Wing | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | ||
2 | 40 | 1 | 2 | 2 |
4 vs 4 Defense | ||||||
---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF |
1 | 60 | 1 | 2 | 2 | ||
2 | 40 | 1 | 2 | 2 |
Last Minutes Offensive | ||||
---|---|---|---|---|
Left Wing | Center | Right Wing | Defense | Defense |
Last Minutes Defensive | ||||
---|---|---|---|---|
Left Wing | Center | Right Wing | Defense | Defense |
Extra Forwards | ||
---|---|---|
Normal | PowerPlay | Penalty Kill |
, , | , |
Extra Defensemen | ||
---|---|---|
Normal | PowerPlay | Penalty Kill |
, , | , |
Penalty Shots |
---|
, , , , |
Goalie |
---|
#1 : , #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 |
Overall | Home | Visitor | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
# | VS Team | 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 |
1 | Bolt | 3 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 15 | 13 | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 5 | 4 | 1 | 2 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 10 | 9 | 1 | 5 | 0.833 | 15 | 26 | 41 | 0 | 0 | 34 | 90 | 82 | 3 | 62 | 306 | 431 | 423 | 6 | 69 | 30 | 16 | 48 | 9 | 5 | 55.56% | 8 | 3 | 62.50% | 1 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
2 | Destroyers | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 5 | 18 | -13 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 12 | -8 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 6 | -5 | 0 | 0.000 | 5 | 9 | 14 | 0 | 0 | 34 | 90 | 82 | 3 | 40 | 306 | 431 | 423 | 6 | 94 | 39 | 30 | 26 | 5 | 1 | 20.00% | 10 | 8 | 20.00% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
3 | Distraction | 4 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 18 | 27 | -9 | 3 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 12 | 20 | -8 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 6 | 7 | -1 | 0 | 0.000 | 18 | 31 | 49 | 0 | 0 | 34 | 90 | 82 | 3 | 97 | 306 | 431 | 423 | 6 | 154 | 45 | 28 | 41 | 13 | 5 | 38.46% | 14 | 8 | 42.86% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
4 | Dynamos | 4 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 17 | 17 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 7 | 7 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 10 | 10 | 0 | 4 | 0.500 | 17 | 32 | 49 | 0 | 0 | 34 | 90 | 82 | 3 | 86 | 306 | 431 | 423 | 6 | 89 | 21 | 24 | 73 | 14 | 6 | 42.86% | 12 | 7 | 41.67% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
5 | Extreme | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 9 | 14 | -5 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 6 | -2 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 5 | 8 | -3 | 0 | 0.000 | 9 | 17 | 26 | 0 | 0 | 34 | 90 | 82 | 3 | 43 | 306 | 431 | 423 | 6 | 64 | 25 | 12 | 19 | 5 | 3 | 60.00% | 6 | 4 | 33.33% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
6 | Falcons | 3 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 7 | 15 | -8 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 4 | 5 | -1 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 3 | 10 | -7 | 1 | 0.167 | 7 | 14 | 21 | 0 | 0 | 34 | 90 | 82 | 3 | 61 | 306 | 431 | 423 | 6 | 67 | 28 | 12 | 43 | 9 | 1 | 11.11% | 6 | 5 | 16.67% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
7 | Intrepides | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 9 | -5 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 9 | -5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000 | 4 | 7 | 11 | 0 | 0 | 34 | 90 | 82 | 3 | 22 | 306 | 431 | 423 | 6 | 28 | 8 | 8 | 16 | 2 | 1 | 50.00% | 4 | 4 | 0.00% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
8 | L'Euphorie | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 12 | 14 | -2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 12 | 14 | -2 | 2 | 0.500 | 12 | 22 | 34 | 0 | 0 | 34 | 90 | 82 | 3 | 45 | 306 | 431 | 423 | 6 | 64 | 24 | 10 | 33 | 8 | 5 | 62.50% | 5 | 3 | 40.00% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
9 | Les Restants | 3 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 16 | 27 | -11 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 11 | 16 | -5 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 5 | 11 | -6 | 0 | 0.000 | 16 | 30 | 46 | 0 | 0 | 34 | 90 | 82 | 3 | 75 | 306 | 431 | 423 | 6 | 119 | 32 | 27 | 40 | 9 | 3 | 33.33% | 11 | 8 | 27.27% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
10 | Monkeys | 3 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 9 | 22 | -13 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 7 | -6 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 8 | 15 | -7 | 0 | 0.000 | 9 | 18 | 27 | 0 | 0 | 34 | 90 | 82 | 3 | 74 | 306 | 431 | 423 | 6 | 118 | 46 | 45 | 34 | 4 | 0 | 0.00% | 20 | 10 | 50.00% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
11 | Monster | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 10 | 10 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 6 | -4 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 4 | 4 | 2 | 0.500 | 10 | 20 | 30 | 0 | 0 | 34 | 90 | 82 | 3 | 29 | 306 | 431 | 423 | 6 | 86 | 23 | 12 | 23 | 4 | 3 | 75.00% | 6 | 1 | 83.33% | 1 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
12 | Monsters | 4 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 18 | 24 | -6 | 2 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 9 | 10 | -1 | 2 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 9 | 14 | -5 | 4 | 0.500 | 18 | 33 | 51 | 0 | 0 | 34 | 90 | 82 | 3 | 94 | 306 | 431 | 423 | 6 | 144 | 56 | 24 | 53 | 13 | 4 | 30.77% | 12 | 6 | 50.00% | 1 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
13 | Patriotes | 3 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 3 | 24 | -21 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 3 | 13 | -10 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 11 | -11 | 0 | 0.000 | 3 | 6 | 9 | 0 | 0 | 34 | 90 | 82 | 3 | 78 | 306 | 431 | 423 | 6 | 131 | 46 | 43 | 37 | 5 | 0 | 0.00% | 15 | 10 | 33.33% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
14 | Prospects | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 9 | 11 | -2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 5 | 3 | 2 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 8 | -4 | 2 | 0.500 | 9 | 13 | 22 | 0 | 0 | 34 | 90 | 82 | 3 | 35 | 306 | 431 | 423 | 6 | 50 | 16 | 12 | 20 | 4 | 2 | 50.00% | 6 | 2 | 66.67% | 1 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
15 | Senators | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 9 | 16 | -7 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 5 | 4 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 12 | -8 | 2 | 0.500 | 9 | 18 | 27 | 0 | 0 | 34 | 90 | 82 | 3 | 45 | 306 | 431 | 423 | 6 | 99 | 35 | 20 | 29 | 2 | 1 | 50.00% | 10 | 5 | 50.00% | 1 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
16 | Sharks | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 11 | -7 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 11 | -7 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000 | 4 | 8 | 12 | 0 | 0 | 34 | 90 | 82 | 3 | 26 | 306 | 431 | 423 | 6 | 48 | 15 | 10 | 12 | 4 | 1 | 25.00% | 5 | 5 | 0.00% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
17 | Shokers | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 8 | -6 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 8 | -6 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0.000 | 2 | 4 | 6 | 0 | 0 | 34 | 90 | 82 | 3 | 24 | 306 | 431 | 423 | 6 | 50 | 23 | 12 | 13 | 2 | 2 | 100.00% | 6 | 5 | 16.67% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
Total | 52 | 11 | 35 | 0 | 3 | 3 | 0 | 0 | 209 | 341 | -132 | 27 | 5 | 18 | 0 | 2 | 2 | 0 | 0 | 97 | 171 | -74 | 25 | 6 | 17 | 0 | 1 | 1 | 0 | 0 | 112 | 170 | -58 | 31 | 0.298 | 209 | 383 | 592 | 0 | 0 | 34 | 90 | 82 | 3 | 1166 | 306 | 431 | 423 | 6 | 1803 | 612 | 441 | 710 | 142 | 54 | 38.03% | 200 | 113 | 43.50% | 8 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 | |
18 | Vikings | 3 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 12 | 26 | -14 | 2 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 6 | 14 | -8 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 6 | 12 | -6 | 1 | 0.167 | 12 | 19 | 31 | 0 | 0 | 34 | 90 | 82 | 3 | 79 | 306 | 431 | 423 | 6 | 99 | 35 | 24 | 42 | 7 | 2 | 28.57% | 13 | 5 | 61.54% | 1 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
19 | Warriors | 3 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 7 | 26 | -19 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 14 | -10 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 3 | 12 | -9 | 2 | 0.333 | 7 | 14 | 21 | 0 | 0 | 34 | 90 | 82 | 3 | 60 | 306 | 431 | 423 | 6 | 136 | 32 | 50 | 30 | 11 | 3 | 27.27% | 20 | 13 | 35.00% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
20 | Wildcats | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 10 | 6 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 10 | 6 | 4 | 2 | 0.500 | 10 | 18 | 28 | 0 | 0 | 34 | 90 | 82 | 3 | 47 | 306 | 431 | 423 | 6 | 48 | 17 | 8 | 38 | 6 | 2 | 33.33% | 4 | 1 | 75.00% | 0 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
21 | Youngblood | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 3 | 10 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 5 | 2 | 3 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 1 | 7 | 4 | 1.000 | 13 | 24 | 37 | 0 | 0 | 34 | 90 | 82 | 3 | 44 | 306 | 431 | 423 | 6 | 46 | 16 | 14 | 40 | 6 | 4 | 66.67% | 7 | 0 | 100.00% | 2 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
_Since Last GM Reset | 52 | 11 | 35 | 0 | 3 | 3 | 0 | 0 | 209 | 341 | -132 | 27 | 5 | 18 | 0 | 2 | 2 | 0 | 0 | 97 | 171 | -74 | 25 | 6 | 17 | 0 | 1 | 1 | 0 | 0 | 112 | 170 | -58 | 31 | 0.298 | 209 | 383 | 592 | 0 | 0 | 34 | 90 | 82 | 3 | 1166 | 306 | 431 | 423 | 6 | 1803 | 612 | 441 | 710 | 142 | 54 | 38.03% | 200 | 113 | 43.50% | 8 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 | |
_Vs Conference | 30 | 4 | 22 | 0 | 2 | 2 | 0 | 0 | 103 | 215 | -112 | 16 | 3 | 10 | 0 | 1 | 2 | 0 | 0 | 54 | 102 | -48 | 14 | 1 | 12 | 0 | 1 | 0 | 0 | 0 | 49 | 113 | -64 | 14 | 0.233 | 103 | 193 | 296 | 0 | 0 | 34 | 90 | 82 | 3 | 692 | 306 | 431 | 423 | 6 | 1096 | 370 | 299 | 407 | 79 | 21 | 26.58% | 129 | 77 | 40.31% | 3 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 | |
_Vs Division | 20 | 1 | 12 | 0 | 0 | 2 | 0 | 0 | 79 | 142 | -63 | 11 | 1 | 5 | 0 | 0 | 2 | 0 | 0 | 38 | 68 | -30 | 9 | 0 | 7 | 0 | 0 | 0 | 0 | 0 | 41 | 74 | -33 | 4 | 0.100 | 79 | 146 | 225 | 0 | 0 | 34 | 90 | 82 | 3 | 468 | 306 | 431 | 423 | 6 | 705 | 222 | 194 | 272 | 58 | 18 | 31.03% | 88 | 49 | 44.32% | 2 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
Total For Players | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Games Played | Points | Streak | Goals | Assists | Points | Shots For | Shots Against | Shots Blocked | Penalty Minutes | Hits | Empty Net Goals | Shutouts |
52 | 31 | L2 | 209 | 383 | 592 | 1166 | 1803 | 612 | 441 | 710 | 0 | 0 |
All Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
52 | 11 | 35 | 3 | 3 | 0 | 0 | 209 | 341 |
Home Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
27 | 5 | 18 | 2 | 2 | 0 | 0 | 97 | 171 |
Visitor Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
25 | 6 | 17 | 1 | 1 | 0 | 0 | 112 | 170 |
Last 10 Games | |||||
---|---|---|---|---|---|
W | L | OTW | OTL | SOW | SOL |
3 | 7 | 0 | 0 | 0 | 0 |
Power Play Attemps | Power Play Goals | Power Play % | Penalty Kill Attemps | Penalty Kill Goals Against | Penalty Kill % | Penalty Kill Goals For |
---|---|---|---|---|---|---|
142 | 54 | 38.03% | 200 | 113 | 43.50% | 8 |
Shots 1 Period | Shots 2 Period | Shots 3 Period | Shots 4+ Period | Goals 1 Period | Goals 2 Period | Goals 3 Period | Goals 4+ Period |
---|---|---|---|---|---|---|---|
306 | 431 | 423 | 6 | 34 | 90 | 82 | 3 |
Face Offs | ||||||||
---|---|---|---|---|---|---|---|---|
Won Offensive Zone | Total Offensive | Won Offensive % | Won Defensif Zone | Total Defensive | Won Defensive % | Won Neutral Zone | Total Neutral | Won Neutral % |
267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% |
Puck Time | |||||
---|---|---|---|---|---|
In Offensive Zone | Control In Offensive Zone | In Defensive Zone | Control In Defensive Zone | In Neutral Zone | Control In Neutral Zone |
953 | 513 | 1263 | 522 | 912 | 403 |
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 |
Arena Capacity - Ticket Price Attendance - % | ||
---|---|---|
Level 1 | Level 2 | |
Arena Capacity | 2000 | 1000 |
Ticket Price | 35 | 15 |
Attendance | 0 | 0 |
Attendance PCT | 0.00% | 0.00% |
Income | |||||
---|---|---|---|---|---|
Home Games Left | Average Attendance - % | Average Income per Game | Year to Date Revenue | Arena Capacity | Team Popularity |
14 | 0 - 0.00% | 0$ | 0$ | 3000 | 100 |
Expenses | |||
---|---|---|---|
Year To Date Expenses | Players Total Salaries | Players Total Average Salaries | Coaches Salaries |
1,054,656$ | 778,417$ | 778,417$ | 0$ |
Salary Cap Per Days | Salary Cap To Date | Players In Salary Cap | Players Out of Salary Cap |
---|---|---|---|
0$ | 681,352$ | 0 | 0 |
Estimate | |||
---|---|---|---|
Estimated Season Revenue | Remaining Season Days | Expenses Per Days | Estimated Season Expenses |
0$ | 46 | 9,532$ | 438,472$ |
Overall | Home | Visitor | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Year | 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 |
2020 | 52 | 11 | 35 | 0 | 3 | 3 | 0 | 0 | 209 | 341 | -132 | 27 | 5 | 18 | 0 | 2 | 2 | 0 | 0 | 97 | 171 | -74 | 25 | 6 | 17 | 0 | 1 | 1 | 0 | 0 | 112 | 170 | -58 | 31 | 209 | 383 | 592 | 0 | 0 | 34 | 90 | 82 | 3 | 1166 | 306 | 431 | 423 | 6 | 1803 | 612 | 441 | 710 | 142 | 54 | 38.03% | 200 | 113 | 43.50% | 8 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
Total Regular Season | 52 | 11 | 35 | 0 | 3 | 3 | 0 | 0 | 209 | 341 | -132 | 27 | 5 | 18 | 0 | 2 | 2 | 0 | 0 | 97 | 171 | -74 | 25 | 6 | 17 | 0 | 1 | 1 | 0 | 0 | 112 | 170 | -58 | 31 | 209 | 383 | 592 | 0 | 0 | 34 | 90 | 82 | 3 | 1166 | 306 | 431 | 423 | 6 | 1803 | 612 | 441 | 710 | 142 | 54 | 38.03% | 200 | 113 | 43.50% | 8 | 267 | 654 | 40.83% | 318 | 873 | 36.43% | 455 | 1183 | 38.46% | 953 | 513 | 1263 | 522 | 912 | 403 |
Playoff | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2019 | 13 | 8 | 5 | 0 | 0 | 0 | 0 | 0 | 88 | 86 | 2 | 7 | 5 | 2 | 0 | 0 | 0 | 0 | 0 | 53 | 46 | 7 | 6 | 3 | 3 | 0 | 0 | 0 | 0 | 0 | 35 | 40 | -5 | 16 | 88 | 148 | 236 | 0 | 0 | 19 | 48 | 20 | 1 | 618 | 213 | 236 | 160 | 9 | 501 | 150 | 92 | 277 | 50 | 34 | 68.00% | 36 | 25 | 30.56% | 1 | 130 | 308 | 42.21% | 75 | 199 | 37.69% | 130 | 314 | 41.40% | 327 | 211 | 260 | 91 | 202 | 111 |
2019 | 13 | 8 | 5 | 0 | 0 | 0 | 0 | 0 | 88 | 86 | 2 | 7 | 5 | 2 | 0 | 0 | 0 | 0 | 0 | 53 | 46 | 7 | 6 | 3 | 3 | 0 | 0 | 0 | 0 | 0 | 35 | 40 | -5 | 16 | 88 | 148 | 236 | 0 | 0 | 19 | 48 | 20 | 1 | 618 | 213 | 236 | 160 | 9 | 501 | 150 | 92 | 277 | 50 | 34 | 68.00% | 36 | 25 | 30.56% | 1 | 130 | 308 | 42.21% | 75 | 199 | 37.69% | 130 | 314 | 41.40% | 327 | 211 | 260 | 91 | 202 | 111 |
Total Playoff | 26 | 16 | 10 | 0 | 0 | 0 | 0 | 0 | 176 | 172 | 4 | 14 | 10 | 4 | 0 | 0 | 0 | 0 | 0 | 106 | 92 | 14 | 12 | 6 | 6 | 0 | 0 | 0 | 0 | 0 | 70 | 80 | -10 | 32 | 176 | 296 | 472 | 0 | 0 | 38 | 96 | 40 | 2 | 1236 | 426 | 472 | 320 | 18 | 1002 | 300 | 184 | 554 | 100 | 68 | 68.00% | 72 | 50 | 30.56% | 2 | 260 | 616 | 42.21% | 150 | 398 | 37.69% | 260 | 628 | 41.40% | 655 | 423 | 521 | 182 | 405 | 222 |