| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Zach Aston-Reese | 0 | X | X | X | 100.00 | 77 | 40 | 82 | 66 | 77 | 82 | 87 | 62 | 65 | 61 | 60 | 69 | 58 | 73 | 74 | 34 | 50 | 65 | 0 | ||
| 2 | Cole Reinhardt | 0 | X | X | 100.00 | 71 | 41 | 69 | 62 | 79 | 80 | 82 | 60 | 68 | 61 | 59 | 64 | 62 | 65 | 67 | 47 | 50 | 63 | 0 | |||
| 3 | Ryan Winterton | 0 | X | 100.00 | 67 | 38 | 88 | 62 | 75 | 80 | 85 | 61 | 66 | 59 | 60 | 58 | 61 | 63 | 64 | 67 | 50 | 62 | 0 | ||||
| 4 | Samuel Honzek | 0 | X | 100.00 | 73 | 39 | 89 | 58 | 84 | 79 | 70 | 57 | 60 | 56 | 55 | 59 | 57 | 62 | 63 | 84 | 50 | 60 | 0 | ||||
| 5 | Givani Smith | 0 | X | 100.00 | 79 | 83 | 68 | 57 | 83 | 70 | 71 | 56 | 53 | 59 | 58 | 61 | 55 | 67 | 69 | 62 | 50 | 60 | 0 | ||||
| 6 | Kurtis MacDermid | 0 | X | 100.00 | 76 | 89 | 64 | 58 | 96 | 66 | 72 | 56 | 62 | 51 | 54 | 55 | 59 | 72 | 74 | 34 | 50 | 59 | 0 | ||||
| 7 | Jakub Brabenec | 0 | X | 100.00 | 64 | 37 | 92 | 59 | 73 | 69 | 80 | 58 | 62 | 56 | 57 | 55 | 58 | 62 | 64 | 63 | 50 | 59 | 0 | ||||
| 8 | Eemil Viro | 0 | X | 100.00 | 58 | 37 | 84 | 55 | 67 | 65 | 77 | 54 | 30 | 53 | 52 | 51 | 45 | 63 | 65 | 66 | 50 | 56 | 0 | ||||
| Scratches | |||||||||||||||||||||||||||
| 1 | Tyler Madden | 0 | X | 100.00 | 63 | 36 | 93 | 62 | 63 | 81 | 86 | 58 | 68 | 61 | 57 | 54 | 56 | 66 | 68 | 63 | 50 | 60 | 0 | ||||
| 2 | Oskar Pettersson | 0 | X | 100.00 | 71 | 39 | 90 | 57 | 80 | 71 | 78 | 55 | 53 | 54 | 56 | 58 | 55 | 61 | 63 | 66 | 50 | 59 | 0 | ||||
| 3 | Dan Renouf | 0 | X | 100.00 | 68 | 45 | 63 | 55 | 77 | 63 | 81 | 54 | 30 | 57 | 53 | 56 | 46 | 71 | 73 | 34 | 50 | 60 | 0 | ||||
| TEAM AVERAGE | 100.00 | 70 | 48 | 80 | 59 | 78 | 73 | 79 | 57 | 56 | 57 | 56 | 58 | 56 | 66 | 68 | 56 | 50 | 60 | ||||||||
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Calle Clang | 100.00 | 73 | 83 | 79 | 79 | 72 | 71 | 73 | 72 | 71 | 73 | 72 | 63 | 69 | 65 | 50 | 71 | 0 | |
| 2 | Dylan Ferguson | 100.00 | 65 | 73 | 69 | 79 | 64 | 63 | 65 | 64 | 63 | 65 | 64 | 67 | 77 | 42 | 50 | 66 | 0 | |
| Scratches | ||||||||||||||||||||
| TEAM AVERAGE | 100.00 | 69 | 78 | 74 | 79 | 68 | 67 | 69 | 68 | 67 | 69 | 68 | 65 | 73 | 54 | 50 | 69 | |||
| Coaches Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Charlie Huddy | 68 | 72 | 70 | 69 | 94 | 87 | 51 | CAN | 66 | 4 | 1,000,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 | Ryan Winterton | Eagles (Col) | C | 6 | 11 | 8 | 19 | 11 | 0 | 0 | 5 | 17 | 78 | 15 | 42 | 14.10% | 3 | 137 | 22.83 | 3 | 3 | 6 | 12 | 15 | 0 | 0 | 0 | 3 | 20 | 2 | 0 | 74.00% | 200 | 0 | 0 | 0 | 1 | 2.77 | 1 | 1 | 0 | 0 | 0 | 2 | 3 | 1 |
| 2 | Givani Smith | Eagles (Col) | RW | 6 | 8 | 11 | 19 | 11 | 12 | 0 | 23 | 17 | 54 | 18 | 52 | 14.81% | 2 | 130 | 21.75 | 3 | 3 | 6 | 7 | 15 | 0 | 1 | 1 | 1 | 15 | 1 | 0 | 33.33% | 12 | 0 | 0 | 0 | 1 | 2.91 | 1 | 1 | 0 | 0 | 0 | 2 | 2 | 0 |
| 3 | Oskar Pettersson | Eagles (Col) | RW | 2 | 4 | 2 | 6 | 5 | 2 | 0 | 5 | 3 | 16 | 2 | 7 | 25.00% | 2 | 24 | 12.22 | 0 | 1 | 1 | 3 | 5 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0.00% | 1 | 0 | 0 | 0 | 1 | 4.91 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 |
| 4 | Jakub Brabenec | Eagles (Col) | C | 6 | 4 | 1 | 5 | 1 | 6 | 0 | 14 | 12 | 35 | 11 | 23 | 11.43% | 10 | 83 | 13.94 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 1 | 1 | 5 | 0 | 0 | 71.28% | 94 | 0 | 0 | 0 | 0 | 1.20 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 |
| 5 | Tyler Madden | Eagles (Col) | C | 1 | 1 | 3 | 4 | 3 | 0 | 0 | 0 | 4 | 5 | 4 | 3 | 20.00% | 0 | 21 | 21.30 | 1 | 0 | 1 | 3 | 4 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 81.48% | 27 | 0 | 0 | 0 | 0 | 3.76 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
| 6 | Zach Aston-Reese | Eagles (Col) | C/LW/RW | 5 | 2 | 1 | 3 | -3 | 0 | 0 | 9 | 13 | 17 | 3 | 15 | 11.76% | 1 | 121 | 24.33 | 1 | 1 | 2 | 7 | 28 | 0 | 0 | 0 | 2 | 17 | 0 | 1 | 69.23% | 39 | 0 | 0 | 0 | 0 | 0.49 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 |
| 7 | Cole Reinhardt | Eagles (Col) | LW/RW | 5 | 1 | 1 | 2 | 0 | 6 | 0 | 12 | 2 | 11 | 4 | 15 | 9.09% | 2 | 91 | 18.40 | 0 | 0 | 0 | 1 | 13 | 0 | 0 | 0 | 0 | 3 | 1 | 0 | 60.00% | 5 | 0 | 0 | 0 | 0 | 0.43 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
| 8 | Samuel Honzek | Eagles (Col) | LW | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 3 | 4 | 6 | 5 | 0.00% | 0 | 22 | 22.55 | 0 | 1 | 1 | 0 | 2 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 55.56% | 9 | 0 | 0 | 0 | 0 | 0.89 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| 9 | Eemil Viro | Eagles (Col) | D | 1 | 0 | 0 | 0 | 2 | 2 | 0 | 1 | 1 | 2 | 1 | 0 | 0.00% | 1 | 22 | 22.15 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0.00% | 0 | 0 | 0 | 0 | 0 | 0.00 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Team Total or Average | 33 | 31 | 28 | 59 | 30 | 28 | 0 | 69 | 72 | 222 | 64 | 162 | 13.96% | 21 | 655 | 19.85 | 8 | 9 | 17 | 35 | 88 | 1 | 1 | 2 | 8 | 72 | 5 | 1 | 71.32% | 387 | 0 | 0 | 0 | 3 | 1.80 | 2 | 2 | 0 | 0 | 0 | 7 | 6 | 6 | |||
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Calle Clang | Eagles (Col) | 6 | 6 | 0 | 0 | 0.939 | 1.97 | 365 | 6 | 0 | 12 | 197 | 0 | 1 | 0 | 0.333 | 3 | 6 | 0 | 0 | 0 | 0 |
| Team Total or Average | 6 | 6 | 0 | 0 | 0.939 | 1.97 | 365 | 6 | 0 | 12 | 197 | 0 | 1 | 0 | 0.333 | 3 | 6 | 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 |
| Player Name | Team Name | POS | Age | Birthday | Rookie | Weight | Height | No Trade | Available For Trade | Force Waivers | Contract | Status | Type | Current Salary | Salary Cap | Salary Cap Remaining | Exclude from Salary Cap | Link |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Calle Clang | G | 23 | 2002-05-20 | No | 194 Lbs | 6 ft2 | No | No | No | 2 | RFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Cole Reinhardt | LW/RW | 25 | 2000-02-01 | No | 207 Lbs | 6 ft1 | No | No | No | 1 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Dan Renouf | D | 31 | 1994-06-01 | No | 198 Lbs | 6 ft1 | No | No | No | 2 | UFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Dylan Ferguson | G | 27 | 1998-09-20 | No | 194 Lbs | 6 ft2 | No | No | No | 1 | UFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link | |
| Eemil Viro | D | 23 | 2002-04-03 | No | 165 Lbs | 6 ft0 | No | No | No | 2 | RFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Givani Smith | RW | 27 | 1998-02-27 | No | 214 Lbs | 6 ft2 | No | No | No | 2 | UFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Jakub Brabenec | C | 22 | 2003-09-11 | No | 180 Lbs | 6 ft1 | No | No | No | 3 | ELC | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Kurtis MacDermid | LW | 31 | 1994-03-25 | No | 233 Lbs | 6 ft5 | No | No | No | 1 | UFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Oskar Pettersson | RW | 21 | 2004-02-04 | No | 198 Lbs | 6 ft2 | No | No | No | 3 | ELC | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Ryan Winterton | C | 22 | 2003-09-04 | No | 175 Lbs | 6 ft2 | No | No | No | 3 | ELC | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Samuel Honzek | LW | 20 | 2004-11-12 | No | 186 Lbs | 6 ft4 | No | No | No | 4 | ELC | Pro & Farm | 900,000$ | 0$ | 0$ | No | Link | |
| Tyler Madden | C | 25 | 1999-11-09 | No | 152 Lbs | 5 ft11 | No | No | No | 4 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Zach Aston-Reese | C/LW/RW | 31 | 1994-08-10 | No | 200 Lbs | 6 ft1 | No | No | No | 2 | UFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link |
| Total Players | Average Age | Average Weight | Average Height | Average Contract | Average Year 1 Salary |
|---|---|---|---|---|---|
| 13 | 25.23 | 192 Lbs | 6 ft2 | 2.31 | 469,231$ |
| 5 vs 5 Forward | |||||||
|---|---|---|---|---|---|---|---|
| Line # | Left Wing | Center | Right Wing | Time % | PHY | DF | OF |
| 1 | Ryan Winterton | Givani Smith | 40 | 1 | 2 | 2 | |
| 2 | 30 | 1 | 2 | 2 | |||
| 3 | Jakub Brabenec | 20 | 1 | 2 | 2 | ||
| 4 | Givani Smith | Ryan Winterton | 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 | Ryan Winterton | Givani Smith | 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 | Ryan Winterton | Givani Smith | 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 | Ryan Winterton | 60 | 1 | 2 | 2 | 60 | 1 | 2 | 2 | ||
| 2 | Givani Smith | 40 | 1 | 2 | 2 | 40 | 1 | 2 | 2 | ||
| 4 vs 4 Forward | ||||||
|---|---|---|---|---|---|---|
| Line # | Center | Wing | Time % | PHY | DF | OF |
| 1 | Ryan Winterton | Givani Smith | 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 |
| Ryan Winterton | Givani Smith | |||
| Last Minutes Defensive | ||||
|---|---|---|---|---|
| Left Wing | Center | Right Wing | Defense | Defense |
| Ryan Winterton | Givani Smith | |||
| Extra Forwards | ||
|---|---|---|
| Normal | PowerPlay | Penalty Kill |
| Jakub Brabenec, , | Jakub Brabenec, | |
| Extra Defensemen | ||
|---|---|---|
| Normal | PowerPlay | Penalty Kill |
| , , | , | |
| Penalty Shots |
|---|
| Ryan Winterton, Givani Smith, , , |
| Goalie |
|---|
| #1 : Calle Clang, #2 : Dylan Ferguson |
| Custom OT Lines Forwards |
|---|
| , , , , , , , , , , |
| Custom OT Lines Defensemen |
|---|
| , , , , |
| 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 |
| Total For Players | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Games Played | Points | Streak | Goals | Assists | Points | Shots For | Shots Against | Shots Blocked | Penalty Minutes | Hits | Empty Net Goals | Shutouts |
| 6 | 12 | W2 | 35 | 52 | 87 | 318 | 197 | 59 | 42 | 130 | 0 | 0 |
| All Games | ||||||||
|---|---|---|---|---|---|---|---|---|
| GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
| 6 | 5 | 0 | 0 | 0 | 1 | 0 | 35 | 12 |
| Home Games | ||||||||
|---|---|---|---|---|---|---|---|---|
| GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
| 4 | 3 | 0 | 0 | 0 | 1 | 0 | 23 | 10 |
| Visitor Games | ||||||||
|---|---|---|---|---|---|---|---|---|
| GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
| 2 | 2 | 0 | 0 | 0 | 0 | 0 | 12 | 2 |
| Last 10 Games | |||||
|---|---|---|---|---|---|
| W | L | OTW | OTL | SOW | SOL |
| 5 | 0 | 0 | 0 | 1 | 0 |
| Power Play Attemps | Power Play Goals | Power Play % | Penalty Kill Attemps | Penalty Kill Goals Against | Penalty Kill % | Penalty Kill Goals For |
|---|---|---|---|---|---|---|
| 26 | 7 | 26.92% | 20 | 3 | 85.00% | 1 |
| Shots 1 Period | Shots 2 Period | Shots 3 Period | Shots 4+ Period | Goals 1 Period | Goals 2 Period | Goals 3 Period | Goals 4+ Period |
|---|---|---|---|---|---|---|---|
| 110 | 94 | 113 | 4 | 13 | 9 | 12 | 3 |
| Face Offs | ||||||||
|---|---|---|---|---|---|---|---|---|
| Won Offensive Zone | Total Offensive | Won Offensive % | Won Defensif Zone | Total Defensive | Won Defensive % | Won Neutral Zone | Total Neutral | Won Neutral % |
| 156 | 234 | 66.67% | 139 | 219 | 63.47% | 53 | 88 | 60.23% |
| Puck Time | |||||
|---|---|---|---|---|---|
| In Offensive Zone | Control In Offensive Zone | In Defensive Zone | Control In Defensive Zone | In Neutral Zone | Control In Neutral Zone |
| 173 | 133 | 124 | 38 | 66 | 34 |
| 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 |
| Day | Game | Visitor Team | Score | Home Team | Score | ST | OT | SO | RI | Link |
|---|---|---|---|---|---|---|---|---|---|---|
| 8 - 2025-08-22 | 7 | Roadrunners | 2 | Eagles | 6 | W | BoxScore | |||
| 9 - 2025-08-23 | 22 | Roadrunners | 2 | Eagles | 6 | W | BoxScore | |||
| 15 - 2025-08-29 | 39 | Canucks | 2 | Eagles | 6 | W | BoxScore | |||
| 16 - 2025-08-30 | 54 | Canucks | 4 | Eagles | 5 | W | X | X | BoxScore | |
| 22 - 2025-09-05 | 79 | Eagles | 6 | Wranglers | 1 | W | BoxScore | |||
| 24 - 2025-09-07 | 96 | Eagles | 6 | Wranglers | 1 | W | BoxScore | |||
| 29 - 2025-09-12 | 118 | Stars | - | Eagles | - | |||||
| 30 - 2025-09-13 | 133 | Stars | - | Eagles | - | |||||
| 33 - 2025-09-16 | 140 | Firebirds | - | Eagles | - | |||||
| 34 - 2025-09-17 | 146 | Firebirds | - | Eagles | - | |||||
| 37 - 2025-09-20 | 167 | Eagles | - | Barracuda | - | |||||
| 38 - 2025-09-21 | 176 | Eagles | - | Barracuda | - | |||||
| 43 - 2025-09-26 | 198 | Reign | - | Eagles | - | |||||
| 44 - 2025-09-27 | 215 | Reign | - | Eagles | - | |||||
| 48 - 2025-10-01 | 227 | Eagles | - | Firebirds | - | |||||
| 50 - 2025-10-03 | 238 | Eagles | - | Condors | - | |||||
| 52 - 2025-10-05 | 258 | Eagles | - | Condors | - | |||||
| 57 - 2025-10-10 | 276 | Silver Knights | - | Eagles | - | |||||
| 58 - 2025-10-11 | 282 | Silver Knights | - | Eagles | - | |||||
| 65 - 2025-10-18 | 332 | Eagles | - | Canucks | - | |||||
| 66 - 2025-10-19 | 339 | Eagles | - | Canucks | - | |||||
| 71 - 2025-10-24 | 360 | Griffins | - | Eagles | - | |||||
| 72 - 2025-10-25 | 373 | Griffins | - | Eagles | - | |||||
| 78 - 2025-10-31 | 407 | Gulls | - | Eagles | - | |||||
| 79 - 2025-11-01 | 412 | Gulls | - | Eagles | - | |||||
| 86 - 2025-11-08 | 450 | Eagles | - | Roadrunners | - | |||||
| 87 - 2025-11-09 | 455 | Eagles | - | Roadrunners | - | |||||
| 89 - 2025-11-11 | 465 | Eagles | - | Firebirds | - | |||||
| 93 - 2025-11-15 | 492 | Eagles | - | Barracuda | - | |||||
| 94 - 2025-11-16 | 497 | Eagles | - | Barracuda | - | |||||
| 99 - 2025-11-21 | 518 | Wranglers | - | Eagles | - | |||||
| 100 - 2025-11-22 | 533 | Wranglers | - | Eagles | - | |||||
| 103 - 2025-11-25 | 544 | Condors | - | Eagles | - | |||||
| 104 - 2025-11-26 | 554 | Condors | - | Eagles | - | |||||
| 107 - 2025-11-29 | 577 | Firebirds | - | Eagles | - | |||||
| 108 - 2025-11-30 | 584 | Firebirds | - | Eagles | - | |||||
| 113 - 2025-12-05 | 611 | Eagles | - | Silver Knights | - | |||||
| 114 - 2025-12-06 | 625 | Eagles | - | Silver Knights | - | |||||
| 118 - 2025-12-10 | 643 | Eagles | - | Reign | - | |||||
| 120 - 2025-12-12 | 651 | Eagles | - | Griffins | - | |||||
| 121 - 2025-12-13 | 667 | Eagles | - | Griffins | - | |||||
| 127 - 2025-12-19 | 685 | Canucks | - | Eagles | - | |||||
| 128 - 2025-12-20 | 703 | Canucks | - | Eagles | - | |||||
| 131 - 2025-12-23 | 709 | Barracuda | - | Eagles | - | |||||
| 132 - 2025-12-24 | 717 | Barracuda | - | Eagles | - | |||||
| 135 - 2025-12-27 | 742 | Eagles | - | Canucks | - | |||||
| 137 - 2025-12-29 | 756 | Eagles | - | Canucks | - | |||||
| 141 - 2026-01-02 | 776 | Eagles | - | Stars | - | |||||
| 142 - 2026-01-03 | 787 | Eagles | - | Stars | - | |||||
| 148 - 2026-01-09 | 823 | Reign | - | Eagles | - | |||||
| 149 - 2026-01-10 | 839 | Reign | - | Eagles | - | |||||
| 153 - 2026-01-14 | 856 | Eagles | - | Condors | - | |||||
| Trade Deadline --- Trades can’t be done after this day is simulated! | ||||||||||
| 156 - 2026-01-17 | 873 | Eagles | - | Silver Knights | - | |||||
| 157 - 2026-01-18 | 888 | Eagles | - | Silver Knights | - | |||||
| 160 - 2026-01-21 | 900 | Eagles | - | Firebirds | - | |||||
| 162 - 2026-01-23 | 911 | Eagles | - | Gulls | - | |||||
| 163 - 2026-01-24 | 921 | Eagles | - | Gulls | - | |||||
| 166 - 2026-01-27 | 935 | Condors | - | Eagles | - | |||||
| 167 - 2026-01-28 | 943 | Condors | - | Eagles | - | |||||
| 170 - 2026-01-31 | 969 | Roadrunners | - | Eagles | - | |||||
| 171 - 2026-02-01 | 977 | Roadrunners | - | Eagles | - | |||||
| 174 - 2026-02-04 | 988 | Eagles | - | Condors | - | |||||
| 177 - 2026-02-07 | 1013 | Eagles | - | Reign | - | |||||
| 178 - 2026-02-08 | 1023 | Eagles | - | Reign | - | |||||
| 181 - 2026-02-11 | 1038 | Eagles | - | Firebirds | - | |||||
| 183 - 2026-02-13 | 1047 | Barracuda | - | Eagles | - | |||||
| 184 - 2026-02-14 | 1061 | Barracuda | - | Eagles | - | |||||
| 190 - 2026-02-20 | 1087 | Silver Knights | - | Eagles | - | |||||
| 191 - 2026-02-21 | 1104 | Silver Knights | - | Eagles | - | |||||
| 195 - 2026-02-25 | 1121 | Eagles | - | Reign | - | |||||
| 197 - 2026-02-27 | 1137 | Eagles | - | Roadrunners | - | |||||
| 198 - 2026-02-28 | 1151 | Eagles | - | Roadrunners | - | |||||
| Arena Capacity - Ticket Price Attendance - % | ||
|---|---|---|
| Level 1 | Level 2 | |
| Arena Capacity | 2000 | 1000 |
| Ticket Price | 35 | 15 |
| Attendance | 7,725 | 3,817 |
| Attendance PCT | 96.56% | 95.43% |
| Income | |||||
|---|---|---|---|---|---|
| Home Games Left | Average Attendance - % | Average Income per Game | Year to Date Revenue | Arena Capacity | Team Popularity |
| 32 | 2886 - 96.18% | 72,079$ | 288,315$ | 3000 | 100 |
| Expenses | |||
|---|---|---|---|
| Year To Date Expenses | Players Total Salaries | Players Total Average Salaries | Coaches Salaries |
| 135,870$ | 61,000$ | 61,000$ | 0$ |
| Salary Cap Per Days | Salary Cap To Date | Players In Salary Cap | Players Out of Salary Cap |
|---|---|---|---|
| 0$ | 5,870$ | 0 | 0 |
| Estimate | |||
|---|---|---|---|
| Estimated Season Revenue | Remaining Season Days | Expenses Per Days | Estimated Season Expenses |
| 2,306,520$ | 174 | 5,305$ | 923,070$ |
| 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 |
| Regular Season | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 82 | 8 | 65 | 0 | 2 | 6 | 1 | 0 | 185 | 431 | -246 | 41 | 5 | 29 | 0 | 0 | 6 | 1 | 0 | 110 | 215 | -105 | 41 | 3 | 36 | 0 | 2 | 0 | 0 | 0 | 75 | 216 | -141 | 28 | 185 | 352 | 537 | 0 | 0 | 0 | 83 | 59 | 40 | 2191 | 0 | 738 | 744 | 697 | 3720 | 1153 | 696 | 1464 | 375 | 50 | 13.33% | 292 | 84 | 71.23% | 1 | 694 | 2043 | 33.97% | 911 | 2819 | 32.32% | 420 | 1316 | 31.91% | 1234 | 818 | 2822 | 604 | 883 | 353 |
| 13 | 68 | 48 | 13 | 0 | 2 | 2 | 1 | 2 | 262 | 140 | 122 | 34 | 25 | 6 | 0 | 1 | 1 | 0 | 1 | 129 | 65 | 64 | 34 | 23 | 7 | 0 | 1 | 1 | 1 | 1 | 133 | 75 | 58 | 106 | 262 | 476 | 738 | 1 | 12 | 0 | 90 | 89 | 80 | 2021 | 0 | 668 | 670 | 678 | 1266 | 393 | 1074 | 1458 | 394 | 80 | 20.30% | 438 | 55 | 87.44% | 5 | 1309 | 2172 | 60.27% | 985 | 1663 | 59.23% | 600 | 989 | 60.67% | 2055 | 1539 | 1274 | 421 | 772 | 425 |
| 14 | 68 | 10 | 53 | 0 | 1 | 4 | 0 | 0 | 181 | 358 | -177 | 34 | 4 | 26 | 0 | 1 | 3 | 0 | 0 | 93 | 167 | -74 | 34 | 6 | 27 | 0 | 0 | 1 | 0 | 0 | 88 | 191 | -103 | 26 | 181 | 337 | 518 | 1 | 0 | 0 | 66 | 61 | 53 | 2068 | 0 | 691 | 698 | 675 | 3061 | 827 | 626 | 1315 | 238 | 31 | 13.03% | 259 | 62 | 76.06% | 1 | 645 | 1866 | 34.57% | 785 | 2342 | 33.52% | 376 | 1136 | 33.10% | 1174 | 799 | 2159 | 494 | 753 | 316 |
| 14 | 68 | 10 | 53 | 0 | 1 | 4 | 0 | 0 | 181 | 358 | -177 | 34 | 4 | 26 | 0 | 1 | 3 | 0 | 0 | 93 | 167 | -74 | 34 | 6 | 27 | 0 | 0 | 1 | 0 | 0 | 88 | 191 | -103 | 26 | 181 | 337 | 518 | 1 | 0 | 0 | 66 | 61 | 53 | 2068 | 0 | 691 | 698 | 675 | 3061 | 827 | 626 | 1315 | 238 | 31 | 13.03% | 259 | 62 | 76.06% | 1 | 645 | 1866 | 34.57% | 785 | 2342 | 33.52% | 376 | 1136 | 33.10% | 1174 | 799 | 2159 | 494 | 753 | 316 |
| 14 | 68 | 10 | 53 | 0 | 1 | 4 | 0 | 0 | 181 | 358 | -177 | 34 | 4 | 26 | 0 | 1 | 3 | 0 | 0 | 93 | 167 | -74 | 34 | 6 | 27 | 0 | 0 | 1 | 0 | 0 | 88 | 191 | -103 | 26 | 181 | 337 | 518 | 1 | 0 | 0 | 66 | 61 | 53 | 2068 | 0 | 691 | 698 | 675 | 3061 | 827 | 626 | 1315 | 238 | 31 | 13.03% | 259 | 62 | 76.06% | 1 | 645 | 1866 | 34.57% | 785 | 2342 | 33.52% | 376 | 1136 | 33.10% | 1174 | 799 | 2159 | 494 | 753 | 316 |
| 15 | 82 | 5 | 71 | 0 | 2 | 3 | 0 | 1 | 169 | 463 | -294 | 41 | 3 | 34 | 0 | 1 | 3 | 0 | 0 | 98 | 230 | -132 | 41 | 2 | 37 | 0 | 1 | 0 | 0 | 1 | 71 | 233 | -162 | 18 | 169 | 321 | 490 | 0 | 0 | 0 | 61 | 57 | 49 | 2063 | 0 | 712 | 680 | 666 | 3905 | 1050 | 739 | 1462 | 298 | 37 | 12.42% | 310 | 88 | 71.61% | 1 | 603 | 2029 | 29.72% | 829 | 2985 | 27.77% | 384 | 1302 | 29.49% | 1212 | 809 | 2857 | 594 | 865 | 337 |
| 15 | 82 | 5 | 71 | 0 | 2 | 3 | 0 | 1 | 169 | 463 | -294 | 41 | 3 | 34 | 0 | 1 | 3 | 0 | 0 | 98 | 230 | -132 | 41 | 2 | 37 | 0 | 1 | 0 | 0 | 1 | 71 | 233 | -162 | 18 | 169 | 321 | 490 | 0 | 0 | 0 | 61 | 57 | 49 | 2063 | 0 | 712 | 680 | 666 | 3905 | 1050 | 739 | 1462 | 298 | 37 | 12.42% | 310 | 88 | 71.61% | 1 | 603 | 2029 | 29.72% | 829 | 2985 | 27.77% | 384 | 1302 | 29.49% | 1212 | 809 | 2857 | 594 | 865 | 337 |
| 16 | 82 | 29 | 47 | 0 | 2 | 0 | 3 | 1 | 213 | 314 | -101 | 41 | 14 | 25 | 0 | 0 | 0 | 1 | 1 | 108 | 157 | -49 | 41 | 15 | 22 | 0 | 2 | 0 | 2 | 0 | 105 | 157 | -52 | 69 | 213 | 399 | 612 | 1 | 8 | 0 | 79 | 60 | 69 | 2138 | 0 | 659 | 702 | 770 | 2701 | 771 | 925 | 1434 | 406 | 62 | 15.27% | 388 | 75 | 80.67% | 5 | 1013 | 2241 | 45.20% | 1000 | 2560 | 39.06% | 513 | 1277 | 40.17% | 1796 | 1285 | 2243 | 566 | 906 | 422 |
| 17 | 72 | 41 | 16 | 0 | 6 | 0 | 4 | 5 | 268 | 151 | 117 | 36 | 26 | 6 | 0 | 2 | 0 | 0 | 2 | 147 | 69 | 78 | 36 | 15 | 10 | 0 | 4 | 0 | 4 | 3 | 121 | 82 | 39 | 107 | 268 | 489 | 757 | 1 | 10 | 0 | 101 | 84 | 73 | 2290 | 0 | 742 | 755 | 759 | 1623 | 480 | 862 | 1338 | 386 | 72 | 18.65% | 362 | 48 | 86.74% | 4 | 1320 | 2291 | 57.62% | 1030 | 2083 | 49.45% | 517 | 1007 | 51.34% | 2104 | 1588 | 1474 | 452 | 801 | 433 |
| 18 | 72 | 54 | 12 | 0 | 3 | 1 | 0 | 2 | 343 | 117 | 226 | 36 | 28 | 4 | 0 | 2 | 1 | 0 | 1 | 177 | 48 | 129 | 36 | 26 | 8 | 0 | 1 | 0 | 0 | 1 | 166 | 69 | 97 | 117 | 343 | 632 | 975 | 1 | 20 | 0 | 137 | 118 | 85 | 2573 | 0 | 791 | 852 | 920 | 1577 | 520 | 946 | 1425 | 319 | 76 | 23.82% | 387 | 32 | 91.73% | 6 | 1632 | 2298 | 71.02% | 1206 | 1938 | 62.23% | 707 | 1063 | 66.51% | 2171 | 1654 | 1375 | 416 | 785 | 440 |
| 19 | 70 | 22 | 42 | 0 | 2 | 1 | 2 | 1 | 250 | 334 | -84 | 36 | 14 | 18 | 0 | 1 | 0 | 2 | 1 | 138 | 160 | -22 | 34 | 8 | 24 | 0 | 1 | 1 | 0 | 0 | 112 | 174 | -62 | 54 | 250 | 444 | 694 | 0 | 0 | 0 | 100 | 82 | 64 | 2533 | 0 | 825 | 813 | 881 | 2859 | 808 | 610 | 1421 | 288 | 42 | 14.58% | 266 | 73 | 72.56% | 2 | 1089 | 2118 | 51.42% | 1050 | 2259 | 46.48% | 570 | 1162 | 49.05% | 1465 | 1066 | 2008 | 466 | 748 | 343 |
| 20 | 6 | 5 | 0 | 0 | 0 | 0 | 1 | 0 | 35 | 12 | 23 | 4 | 3 | 0 | 0 | 0 | 0 | 1 | 0 | 23 | 10 | 13 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 10 | 12 | 35 | 52 | 87 | 0 | 0 | 13 | 9 | 12 | 3 | 318 | 110 | 94 | 113 | 4 | 197 | 59 | 42 | 130 | 26 | 7 | 26.92% | 20 | 3 | 85.00% | 1 | 156 | 234 | 66.67% | 139 | 219 | 63.47% | 53 | 88 | 60.23% | 173 | 133 | 124 | 38 | 66 | 34 |
| Total Regular Season | 820 | 247 | 496 | 0 | 24 | 28 | 12 | 13 | 2437 | 3499 | -1062 | 412 | 133 | 234 | 0 | 11 | 23 | 5 | 6 | 1307 | 1685 | -378 | 408 | 114 | 262 | 0 | 13 | 5 | 7 | 7 | 1130 | 1814 | -684 | 607 | 2437 | 4497 | 6934 | 7 | 50 | 13 | 919 | 801 | 671 | 24394 | 110 | 8014 | 8103 | 8066 | 30936 | 8765 | 8511 | 15539 | 3504 | 556 | 15.87% | 3550 | 732 | 79.38% | 29 | 10354 | 23053 | 44.91% | 10334 | 26537 | 38.94% | 5276 | 12914 | 40.85% | 16948 | 12102 | 23517 | 5639 | 8954 | 4077 |
| Playoff | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 13 | 12 | 5 | 7 | 0 | 0 | 0 | 0 | 0 | 37 | 41 | -4 | 7 | 3 | 4 | 0 | 0 | 0 | 0 | 0 | 26 | 23 | 3 | 5 | 2 | 3 | 0 | 0 | 0 | 0 | 0 | 11 | 18 | -7 | 10 | 37 | 73 | 110 | 0 | 0 | 0 | 21 | 10 | 6 | 381 | 0 | 131 | 117 | 126 | 270 | 86 | 130 | 245 | 71 | 17 | 23.94% | 60 | 14 | 76.67% | 0 | 219 | 385 | 56.88% | 144 | 257 | 56.03% | 94 | 183 | 51.37% | 381 | 293 | 220 | 70 | 130 | 73 |
| 17 | 5 | 1 | 4 | 0 | 0 | 0 | 0 | 0 | 9 | 12 | -3 | 3 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 5 | 9 | -4 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 4 | 3 | 1 | 2 | 9 | 16 | 25 | 0 | 0 | 0 | 4 | 2 | 3 | 113 | 0 | 32 | 30 | 51 | 138 | 46 | 51 | 87 | 32 | 4 | 12.50% | 22 | 2 | 90.91% | 0 | 65 | 155 | 41.94% | 50 | 169 | 29.59% | 25 | 76 | 32.89% | 120 | 84 | 121 | 35 | 58 | 28 |
| 18 | 14 | 10 | 4 | 0 | 0 | 0 | 0 | 0 | 51 | 30 | 21 | 7 | 4 | 3 | 0 | 0 | 0 | 0 | 0 | 25 | 19 | 6 | 7 | 6 | 1 | 0 | 0 | 0 | 0 | 0 | 26 | 11 | 15 | 20 | 51 | 89 | 140 | 0 | 2 | 0 | 23 | 15 | 13 | 396 | 0 | 140 | 130 | 126 | 312 | 91 | 230 | 247 | 68 | 16 | 23.53% | 98 | 11 | 88.78% | 0 | 240 | 387 | 62.02% | 243 | 414 | 58.70% | 138 | 225 | 61.33% | 388 | 288 | 294 | 89 | 157 | 83 |
| Total Playoff | 31 | 16 | 15 | 0 | 0 | 0 | 0 | 0 | 97 | 83 | 14 | 17 | 7 | 10 | 0 | 0 | 0 | 0 | 0 | 56 | 51 | 5 | 14 | 9 | 5 | 0 | 0 | 0 | 0 | 0 | 41 | 32 | 9 | 32 | 97 | 178 | 275 | 0 | 2 | 0 | 48 | 27 | 22 | 890 | 0 | 303 | 277 | 303 | 720 | 223 | 411 | 579 | 171 | 37 | 21.64% | 180 | 27 | 85.00% | 0 | 524 | 927 | 56.53% | 437 | 840 | 52.02% | 257 | 484 | 53.10% | 890 | 667 | 635 | 196 | 346 | 186 |
Players Ratings by Showtime Hockey | WebSim by SimonT Hockey Simulator