| 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 | Anthony Angello | 0 | X | X | 100.00 | 82 | 43 | 74 | 59 | 91 | 74 | 80 | 58 | 63 | 57 | 56 | 61 | 55 | 69 | 71 | 45 | 50 | 62 | 0 | |||
| 2 | Pierrick Dube | 0 | X | 100.00 | 60 | 37 | 75 | 62 | 64 | 89 | 84 | 61 | 63 | 59 | 61 | 58 | 62 | 64 | 66 | 43 | 50 | 61 | 0 | ||||
| 3 | Nikita Pavlychev | 0 | X | 100.00 | 86 | 53 | 71 | 57 | 95 | 74 | 77 | 56 | 65 | 58 | 55 | 59 | 56 | 68 | 70 | 41 | 50 | 61 | 0 | ||||
| 4 | Robert Bortuzzo | 0 | X | 100.00 | 73 | 71 | 69 | 62 | 88 | 81 | 67 | 61 | 30 | 60 | 50 | 76 | 45 | 79 | 76 | 31 | 50 | 67 | 0 | ||||
| 5 | Ty Smith | 0 | X | 100.00 | 59 | 38 | 78 | 65 | 67 | 83 | 80 | 66 | 30 | 68 | 67 | 62 | 55 | 65 | 66 | 80 | 50 | 64 | 0 | ||||
| 6 | Louie Belpedio | 0 | X | 100.00 | 63 | 40 | 66 | 64 | 72 | 80 | 82 | 63 | 30 | 65 | 62 | 64 | 53 | 69 | 71 | 52 | 50 | 64 | 0 | ||||
| 7 | Cade Webber | 0 | X | 100.00 | 89 | 53 | 81 | 58 | 98 | 63 | 70 | 56 | 30 | 54 | 52 | 61 | 45 | 64 | 66 | 60 | 50 | 63 | 0 | ||||
| 8 | Braden Hache | 0 | X | 100.00 | 77 | 51 | 50 | 56 | 86 | 64 | 65 | 54 | 30 | 57 | 55 | 59 | 47 | 62 | 64 | 49 | 50 | 60 | 0 | ||||
| 9 | Kyle Masters | 0 | X | 100.00 | 55 | 36 | 93 | 56 | 70 | 63 | 65 | 55 | 30 | 54 | 52 | 53 | 45 | 62 | 64 | 60 | 50 | 56 | 0 | ||||
| Scratches | |||||||||||||||||||||||||||
| 1 | Jake Leschyshyn | 0 | X | 100.00 | 65 | 38 | 81 | 63 | 72 | 73 | 82 | 62 | 67 | 60 | 59 | 64 | 62 | 66 | 68 | 64 | 50 | 62 | 0 | ||||
| 2 | Dylan Gambrell | 0 | X | 100.00 | 60 | 37 | 88 | 64 | 69 | 79 | 82 | 58 | 68 | 60 | 59 | 62 | 56 | 69 | 71 | 55 | 50 | 62 | 0 | ||||
| TEAM AVERAGE | 100.00 | 70 | 45 | 75 | 61 | 79 | 75 | 76 | 59 | 46 | 59 | 57 | 62 | 53 | 67 | 68 | 53 | 50 | 62 | ||||||||
| 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 | Jan Bednar | 100.00 | 68 | 71 | 67 | 86 | 67 | 66 | 68 | 67 | 66 | 68 | 67 | 63 | 69 | 60 | 50 | 68 | 0 | |
| 2 | Tristan Lennox | 100.00 | 59 | 72 | 68 | 82 | 58 | 57 | 59 | 58 | 57 | 59 | 58 | 63 | 69 | 62 | 50 | 62 | 0 | |
| Scratches | ||||||||||||||||||||
| TEAM AVERAGE | 100.00 | 64 | 72 | 68 | 84 | 63 | 62 | 64 | 63 | 62 | 64 | 63 | 63 | 69 | 61 | 50 | 65 | |||
| Coaches Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Bob Boughner | 63 | 64 | 70 | 68 | 81 | 75 | 68 | CAN | 54 | 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 |
|---|
| 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 |
|---|
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Anthony Angello | C/RW | 29 | 1996-03-06 | No | 210 Lbs | 6 ft5 | No | No | No | 1 | UFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Braden Hache | D | 22 | 2003-05-21 | No | 200 Lbs | 6 ft4 | No | No | No | 2 | ELC | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link | |
| Cade Webber | D | 24 | 2001-01-05 | No | 212 Lbs | 6 ft7 | No | No | No | 2 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link | |
| Dylan Gambrell | C | 29 | 1996-08-26 | No | 185 Lbs | 5 ft11 | No | No | No | 2 | UFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Jake Leschyshyn | C | 26 | 1999-03-10 | No | 198 Lbs | 5 ft11 | No | No | No | 2 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Jan Bednar | G | 23 | 2002-08-26 | No | 200 Lbs | 6 ft4 | No | No | No | 4 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link | |
| Kyle Masters | D | 22 | 2003-04-09 | No | 177 Lbs | 6 ft0 | No | No | No | 1 | ELC | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Louie Belpedio | D | 29 | 1996-05-14 | No | 197 Lbs | 5 ft11 | No | No | No | 1 | UFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Nikita Pavlychev | C | 28 | 1997-03-23 | No | 200 Lbs | 6 ft7 | No | No | No | 1 | UFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Pierrick Dube | RW | 24 | 2001-01-07 | No | 172 Lbs | 5 ft9 | No | No | No | 3 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Robert Bortuzzo | D | 36 | 1989-03-18 | No | 206 Lbs | 6 ft4 | No | No | No | 2 | UFA | Pro & Farm | 800,000$ | 0$ | 0$ | No | Link / NHL Link | |
| Tristan Lennox | G | 23 | 2002-10-21 | No | 193 Lbs | 6 ft3 | No | No | No | 4 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link | |
| Ty Smith | D | 25 | 2000-03-24 | No | 180 Lbs | 5 ft11 | No | No | No | 1 | RFA | 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 | 26.15 | 195 Lbs | 6 ft2 | 2.00 | 384,615$ |
| 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 : |
| 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 | 2 | L2 | 10 | 20 | 30 | 130 | 301 | 78 | 56 | 114 | 0 | 0 |
| All Games | ||||||||
|---|---|---|---|---|---|---|---|---|
| GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
| 6 | 0 | 5 | 1 | 0 | 0 | 0 | 10 | 35 |
| Home Games | ||||||||
|---|---|---|---|---|---|---|---|---|
| GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
| 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 7 |
| Visitor Games | ||||||||
|---|---|---|---|---|---|---|---|---|
| GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
| 5 | 0 | 4 | 1 | 0 | 0 | 0 | 10 | 28 |
| Last 10 Games | |||||
|---|---|---|---|---|---|
| W | L | OTW | OTL | SOW | SOL |
| 0 | 5 | 1 | 0 | 0 | 0 |
| Power Play Attemps | Power Play Goals | Power Play % | Penalty Kill Attemps | Penalty Kill Goals Against | Penalty Kill % | Penalty Kill Goals For |
|---|---|---|---|---|---|---|
| 15 | 2 | 13.33% | 27 | 8 | 70.37% | 0 |
| Shots 1 Period | Shots 2 Period | Shots 3 Period | Shots 4+ Period | Goals 1 Period | Goals 2 Period | Goals 3 Period | Goals 4+ Period |
|---|---|---|---|---|---|---|---|
| 27 | 47 | 55 | 1 | 1 | 5 | 3 | 1 |
| Face Offs | ||||||||
|---|---|---|---|---|---|---|---|---|
| Won Offensive Zone | Total Offensive | Won Offensive % | Won Defensif Zone | Total Defensive | Won Defensive % | Won Neutral Zone | Total Neutral | Won Neutral % |
| 33 | 116 | 28.45% | 75 | 226 | 33.19% | 26 | 95 | 27.37% |
| Puck Time | |||||
|---|---|---|---|---|---|
| In Offensive Zone | Control In Offensive Zone | In Defensive Zone | Control In Defensive Zone | In Neutral Zone | Control In Neutral Zone |
| 74 | 47 | 226 | 43 | 60 | 22 |
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|
| 9 - 2025-08-23 | 12 | Monsters | 0 | Bears | 7 | L | BoxScore | |||
| 10 - 2025-08-24 | 28 | Monsters | 1 | Bears | 8 | L | BoxScore | |||
| 15 - 2025-08-29 | 33 | Monsters | 2 | Checkers | 5 | L | BoxScore | |||
| 16 - 2025-08-30 | 46 | Monsters | 6 | Checkers | 5 | W | X | BoxScore | ||
| 20 - 2025-09-03 | 66 | Monsters | 1 | Americans | 3 | L | BoxScore | |||
| 23 - 2025-09-06 | 86 | Americans | 7 | Monsters | 0 | L | BoxScore | |||
| 30 - 2025-09-13 | 125 | Marlies | - | Monsters | - | |||||
| 31 - 2025-09-14 | 137 | Griffins | - | Monsters | - | |||||
| 34 - 2025-09-17 | 143 | Americans | - | Monsters | - | |||||
| 36 - 2025-09-19 | 149 | Monsters | - | Comets | - | |||||
| 37 - 2025-09-20 | 160 | Monsters | - | Crunch | - | |||||
| 39 - 2025-09-22 | 180 | Monsters | - | Comets | - | |||||
| 41 - 2025-09-24 | 184 | Marlies | - | Monsters | - | |||||
| 43 - 2025-09-26 | 194 | Monsters | - | Bruins | - | |||||
| 45 - 2025-09-28 | 216 | Monsters | - | Bruins | - | |||||
| 51 - 2025-10-04 | 243 | Admirals | - | Monsters | - | |||||
| 52 - 2025-10-05 | 254 | Admirals | - | Monsters | - | |||||
| 55 - 2025-10-08 | 265 | Monsters | - | Americans | - | |||||
| 57 - 2025-10-10 | 269 | Marlies | - | Monsters | - | |||||
| 59 - 2025-10-12 | 296 | Monsters | - | Griffins | - | |||||
| 61 - 2025-10-14 | 298 | Monsters | - | Admirals | - | |||||
| 64 - 2025-10-17 | 310 | Crunch | - | Monsters | - | |||||
| 65 - 2025-10-18 | 321 | Crunch | - | Monsters | - | |||||
| 70 - 2025-10-23 | 351 | Phantoms | - | Monsters | - | |||||
| 72 - 2025-10-25 | 367 | Phantoms | - | Monsters | - | |||||
| 76 - 2025-10-29 | 388 | Comets | - | Monsters | - | |||||
| 77 - 2025-10-30 | 397 | Comets | - | Monsters | - | |||||
| 80 - 2025-11-02 | 421 | Americans | - | Monsters | - | |||||
| 86 - 2025-11-08 | 442 | Griffins | - | Monsters | - | |||||
| 88 - 2025-11-10 | 456 | Monsters | - | Admirals | - | |||||
| 89 - 2025-11-11 | 461 | Monsters | - | Griffins | - | |||||
| 91 - 2025-11-13 | 469 | Griffins | - | Monsters | - | |||||
| 93 - 2025-11-15 | 481 | Monsters | - | Marlies | - | |||||
| 94 - 2025-11-16 | 495 | Monsters | - | Marlies | - | |||||
| 99 - 2025-11-21 | 511 | Rocket | - | Monsters | - | |||||
| 100 - 2025-11-22 | 526 | Rocket | - | Monsters | - | |||||
| 106 - 2025-11-28 | 561 | Monsters | - | Griffins | - | |||||
| 107 - 2025-11-29 | 569 | Monsters | - | Griffins | - | |||||
| 111 - 2025-12-03 | 593 | Wolves | - | Monsters | - | |||||
| 112 - 2025-12-04 | 600 | Wolves | - | Monsters | - | |||||
| 114 - 2025-12-06 | 616 | Monsters | - | Crunch | - | |||||
| 120 - 2025-12-12 | 648 | Bruins | - | Monsters | - | |||||
| 121 - 2025-12-13 | 665 | Bruins | - | Monsters | - | |||||
| 127 - 2025-12-19 | 680 | Monsters | - | Phantoms | - | |||||
| 128 - 2025-12-20 | 693 | Monsters | - | Penguins | - | |||||
| 131 - 2025-12-23 | 707 | Americans | - | Monsters | - | |||||
| 135 - 2025-12-27 | 736 | Monsters | - | Wolves | - | |||||
| 136 - 2025-12-28 | 748 | Monsters | - | Wolves | - | |||||
| 139 - 2025-12-31 | 762 | Monsters | - | Americans | - | |||||
| 143 - 2026-01-04 | 792 | Senators | - | Monsters | - | |||||
| 144 - 2026-01-05 | 802 | Senators | - | Monsters | - | |||||
| 148 - 2026-01-09 | 816 | Checkers | - | Monsters | - | |||||
| 149 - 2026-01-10 | 829 | Checkers | - | Monsters | - | |||||
| 153 - 2026-01-14 | 852 | Monsters | - | Marlies | - | |||||
| Trade Deadline --- Trades can’t be done after this day is simulated! | ||||||||||
| 155 - 2026-01-16 | 860 | Bears | - | Monsters | - | |||||
| 156 - 2026-01-17 | 872 | Bears | - | Monsters | - | |||||
| 162 - 2026-01-23 | 909 | Monsters | - | Stars | - | |||||
| 163 - 2026-01-24 | 920 | Monsters | - | Stars | - | |||||
| 169 - 2026-01-30 | 947 | Monsters | - | Rocket | - | |||||
| 170 - 2026-01-31 | 957 | Monsters | - | Rocket | - | |||||
| 171 - 2026-02-01 | 973 | Monsters | - | Senators | - | |||||
| 174 - 2026-02-04 | 984 | Monsters | - | Senators | - | |||||
| 176 - 2026-02-06 | 992 | Stars | - | Monsters | - | |||||
| 177 - 2026-02-07 | 1005 | Stars | - | Monsters | - | |||||
| 183 - 2026-02-13 | 1040 | Penguins | - | Monsters | - | |||||
| 184 - 2026-02-14 | 1054 | Penguins | - | Monsters | - | |||||
| 188 - 2026-02-18 | 1073 | Griffins | - | Monsters | - | |||||
| 191 - 2026-02-21 | 1091 | Marlies | - | Monsters | - | |||||
| 192 - 2026-02-22 | 1108 | Monsters | - | Marlies | - | |||||
| 195 - 2026-02-25 | 1117 | Monsters | - | Americans | - | |||||
| 197 - 2026-02-27 | 1128 | Monsters | - | Phantoms | - | |||||
| 198 - 2026-02-28 | 1139 | Monsters | - | Penguins | - | |||||
| Arena Capacity - Ticket Price Attendance - % | ||
|---|---|---|
| Level 1 | Level 2 | |
| Arena Capacity | 2000 | 1000 |
| Ticket Price | 35 | 15 |
| Attendance | 2,000 | 1,000 |
| Attendance PCT | 100.00% | 100.00% |
| Income | |||||
|---|---|---|---|---|---|
| Home Games Left | Average Attendance - % | Average Income per Game | Year to Date Revenue | Arena Capacity | Team Popularity |
| 35 | 3000 - 100.00% | 74,800$ | 74,800$ | 3000 | 100 |
| Expenses | |||
|---|---|---|---|
| Year To Date Expenses | Players Total Salaries | Players Total Average Salaries | Coaches Salaries |
| 135,855$ | 50,000$ | 50,000$ | 0$ |
| Salary Cap Per Days | Salary Cap To Date | Players In Salary Cap | Players Out of Salary Cap |
|---|---|---|---|
| 0$ | 5,855$ | 0 | 0 |
| Estimate | |||
|---|---|---|---|
| Estimated Season Revenue | Remaining Season Days | Expenses Per Days | Estimated Season Expenses |
| 2,618,000$ | 174 | 5,250$ | 913,500$ |
| 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 | 53 | 22 | 0 | 2 | 1 | 3 | 1 | 292 | 174 | 118 | 41 | 26 | 12 | 0 | 1 | 0 | 2 | 0 | 151 | 87 | 64 | 41 | 27 | 10 | 0 | 1 | 1 | 1 | 1 | 141 | 87 | 54 | 118 | 292 | 532 | 824 | 2 | 9 | 0 | 123 | 85 | 79 | 2512 | 0 | 825 | 868 | 810 | 1662 | 505 | 1384 | 1810 | 533 | 83 | 15.57% | 572 | 70 | 87.76% | 9 | 1707 | 2710 | 62.99% | 1238 | 2245 | 55.14% | 709 | 1163 | 60.96% | 2372 | 1738 | 1629 | 547 | 947 | 509 |
| 13 | 76 | 46 | 21 | 0 | 1 | 1 | 3 | 4 | 242 | 150 | 92 | 38 | 21 | 12 | 0 | 0 | 1 | 1 | 3 | 115 | 74 | 41 | 38 | 25 | 9 | 0 | 1 | 0 | 2 | 1 | 127 | 76 | 51 | 105 | 242 | 417 | 659 | 1 | 12 | 0 | 92 | 78 | 68 | 2070 | 0 | 668 | 676 | 715 | 1471 | 445 | 988 | 1406 | 529 | 95 | 17.96% | 431 | 54 | 87.47% | 6 | 1490 | 2443 | 60.99% | 1204 | 2086 | 57.72% | 659 | 1045 | 63.06% | 2135 | 1561 | 1561 | 528 | 899 | 478 |
| 14 | 76 | 42 | 22 | 0 | 3 | 1 | 4 | 4 | 271 | 156 | 115 | 38 | 23 | 11 | 0 | 1 | 0 | 1 | 2 | 137 | 76 | 61 | 38 | 19 | 11 | 0 | 2 | 1 | 3 | 2 | 134 | 80 | 54 | 103 | 271 | 484 | 755 | 1 | 11 | 0 | 112 | 77 | 75 | 2299 | 0 | 758 | 747 | 773 | 1757 | 503 | 1123 | 1452 | 334 | 54 | 16.17% | 431 | 56 | 87.01% | 4 | 1366 | 2410 | 56.68% | 1321 | 2305 | 57.31% | 640 | 1109 | 57.71% | 2043 | 1478 | 1655 | 527 | 908 | 469 |
| 14 | 76 | 42 | 22 | 0 | 3 | 1 | 4 | 4 | 271 | 156 | 115 | 38 | 23 | 11 | 0 | 1 | 0 | 1 | 2 | 137 | 76 | 61 | 38 | 19 | 11 | 0 | 2 | 1 | 3 | 2 | 134 | 80 | 54 | 103 | 271 | 484 | 755 | 1 | 11 | 0 | 112 | 77 | 75 | 2299 | 0 | 758 | 747 | 773 | 1757 | 503 | 1123 | 1452 | 334 | 54 | 16.17% | 431 | 56 | 87.01% | 4 | 1366 | 2410 | 56.68% | 1321 | 2305 | 57.31% | 640 | 1109 | 57.71% | 2043 | 1478 | 1655 | 527 | 908 | 469 |
| 14 | 76 | 42 | 22 | 0 | 3 | 1 | 4 | 4 | 271 | 156 | 115 | 38 | 23 | 11 | 0 | 1 | 0 | 1 | 2 | 137 | 76 | 61 | 38 | 19 | 11 | 0 | 2 | 1 | 3 | 2 | 134 | 80 | 54 | 103 | 271 | 484 | 755 | 1 | 11 | 0 | 112 | 77 | 75 | 2299 | 0 | 758 | 747 | 773 | 1757 | 503 | 1123 | 1452 | 334 | 54 | 16.17% | 431 | 56 | 87.01% | 4 | 1366 | 2410 | 56.68% | 1321 | 2305 | 57.31% | 640 | 1109 | 57.71% | 2043 | 1478 | 1655 | 527 | 908 | 469 |
| 15 | 82 | 34 | 34 | 0 | 4 | 3 | 2 | 5 | 227 | 179 | 48 | 41 | 21 | 16 | 0 | 1 | 1 | 1 | 1 | 119 | 80 | 39 | 41 | 13 | 18 | 0 | 3 | 2 | 1 | 4 | 108 | 99 | 9 | 88 | 227 | 424 | 651 | 0 | 8 | 0 | 87 | 78 | 56 | 2350 | 0 | 755 | 746 | 821 | 1907 | 583 | 1137 | 1452 | 405 | 65 | 16.05% | 453 | 66 | 85.43% | 1 | 1490 | 2595 | 57.42% | 1305 | 2357 | 55.37% | 645 | 1139 | 56.63% | 2181 | 1576 | 1808 | 570 | 980 | 504 |
| 15 | 82 | 34 | 34 | 0 | 4 | 3 | 2 | 5 | 227 | 179 | 48 | 41 | 21 | 16 | 0 | 1 | 1 | 1 | 1 | 119 | 80 | 39 | 41 | 13 | 18 | 0 | 3 | 2 | 1 | 4 | 108 | 99 | 9 | 88 | 227 | 424 | 651 | 0 | 8 | 0 | 87 | 78 | 56 | 2350 | 0 | 755 | 746 | 821 | 1907 | 583 | 1137 | 1452 | 405 | 65 | 16.05% | 453 | 66 | 85.43% | 1 | 1490 | 2595 | 57.42% | 1305 | 2357 | 55.37% | 645 | 1139 | 56.63% | 2181 | 1576 | 1808 | 570 | 980 | 504 |
| 16 | 82 | 44 | 25 | 0 | 3 | 5 | 3 | 2 | 248 | 160 | 88 | 41 | 20 | 13 | 0 | 2 | 3 | 2 | 1 | 119 | 83 | 36 | 41 | 24 | 12 | 0 | 1 | 2 | 1 | 1 | 129 | 77 | 52 | 107 | 248 | 455 | 703 | 0 | 8 | 0 | 89 | 82 | 71 | 2214 | 0 | 767 | 715 | 713 | 1793 | 534 | 960 | 1389 | 457 | 77 | 16.85% | 406 | 48 | 88.18% | 7 | 1469 | 2478 | 59.28% | 1211 | 2264 | 53.49% | 681 | 1133 | 60.11% | 2276 | 1674 | 1741 | 544 | 943 | 502 |
| 17 | 72 | 31 | 33 | 0 | 2 | 4 | 2 | 0 | 235 | 213 | 22 | 36 | 18 | 14 | 0 | 1 | 3 | 0 | 0 | 117 | 107 | 10 | 36 | 13 | 19 | 0 | 1 | 1 | 2 | 0 | 118 | 106 | 12 | 74 | 235 | 410 | 645 | 3 | 9 | 0 | 92 | 74 | 65 | 1980 | 0 | 646 | 688 | 633 | 1832 | 554 | 823 | 1379 | 365 | 80 | 21.92% | 332 | 69 | 79.22% | 3 | 1131 | 2113 | 53.53% | 1039 | 2027 | 51.26% | 560 | 1087 | 51.52% | 1924 | 1416 | 1601 | 469 | 816 | 425 |
| 18 | 72 | 25 | 44 | 0 | 2 | 1 | 0 | 0 | 229 | 296 | -67 | 36 | 11 | 22 | 0 | 2 | 1 | 0 | 0 | 111 | 147 | -36 | 36 | 14 | 22 | 0 | 0 | 0 | 0 | 0 | 118 | 149 | -31 | 55 | 229 | 400 | 629 | 1 | 1 | 0 | 99 | 64 | 64 | 2256 | 0 | 756 | 758 | 739 | 2398 | 740 | 835 | 1386 | 294 | 43 | 14.63% | 348 | 71 | 79.60% | 2 | 1072 | 2140 | 50.09% | 981 | 2085 | 47.05% | 565 | 1111 | 50.86% | 1721 | 1261 | 1811 | 474 | 789 | 385 |
| 19 | 70 | 13 | 53 | 0 | 3 | 1 | 0 | 0 | 174 | 363 | -189 | 36 | 8 | 26 | 0 | 2 | 0 | 0 | 0 | 90 | 173 | -83 | 34 | 5 | 27 | 0 | 1 | 1 | 0 | 0 | 84 | 190 | -106 | 33 | 174 | 320 | 494 | 0 | 0 | 0 | 68 | 48 | 55 | 2119 | 0 | 660 | 741 | 708 | 2755 | 737 | 679 | 1300 | 289 | 65 | 22.49% | 293 | 78 | 73.38% | 3 | 820 | 2071 | 39.59% | 770 | 2163 | 35.60% | 428 | 1152 | 37.15% | 1438 | 1020 | 2003 | 479 | 766 | 349 |
| 20 | 6 | 0 | 5 | 0 | 1 | 0 | 0 | 0 | 10 | 35 | -25 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | -7 | 5 | 0 | 4 | 0 | 1 | 0 | 0 | 0 | 10 | 28 | -18 | 2 | 10 | 20 | 30 | 0 | 0 | 1 | 5 | 3 | 1 | 130 | 27 | 47 | 55 | 1 | 301 | 78 | 56 | 114 | 15 | 2 | 13.33% | 27 | 8 | 70.37% | 0 | 33 | 116 | 28.45% | 75 | 226 | 33.19% | 26 | 95 | 27.37% | 74 | 47 | 226 | 43 | 60 | 22 |
| Total Regular Season | 852 | 406 | 337 | 0 | 31 | 22 | 27 | 29 | 2697 | 2217 | 480 | 425 | 215 | 165 | 0 | 13 | 10 | 10 | 12 | 1352 | 1066 | 286 | 427 | 191 | 172 | 0 | 18 | 12 | 17 | 17 | 1345 | 1151 | 194 | 979 | 2697 | 4854 | 7551 | 10 | 88 | 1 | 1078 | 821 | 740 | 24878 | 27 | 8153 | 8234 | 8280 | 21297 | 6268 | 11368 | 16044 | 4294 | 737 | 17.16% | 4608 | 698 | 84.85% | 44 | 14800 | 26491 | 55.87% | 13091 | 24725 | 52.95% | 6838 | 12391 | 55.19% | 22436 | 16309 | 19157 | 5810 | 9909 | 5090 |
| Playoff | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 12 | 20 | 16 | 4 | 0 | 0 | 0 | 0 | 0 | 49 | 19 | 30 | 10 | 8 | 2 | 0 | 0 | 0 | 0 | 0 | 21 | 9 | 12 | 10 | 8 | 2 | 0 | 0 | 0 | 0 | 0 | 28 | 10 | 18 | 32 | 49 | 83 | 132 | 0 | 6 | 0 | 12 | 18 | 17 | 466 | 0 | 143 | 156 | 146 | 405 | 121 | 392 | 396 | 141 | 14 | 9.93% | 166 | 10 | 93.98% | 3 | 381 | 673 | 56.61% | 365 | 666 | 54.80% | 168 | 279 | 60.22% | 509 | 338 | 516 | 168 | 266 | 131 |
| 13 | 5 | 1 | 4 | 0 | 0 | 0 | 0 | 0 | 10 | 12 | -2 | 2 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 5 | 3 | 2 | 3 | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 5 | 9 | -4 | 2 | 10 | 17 | 27 | 0 | 0 | 0 | 5 | 3 | 2 | 95 | 0 | 38 | 26 | 31 | 122 | 45 | 80 | 75 | 33 | 5 | 15.15% | 36 | 5 | 86.11% | 0 | 58 | 138 | 42.03% | 64 | 163 | 39.26% | 40 | 76 | 52.63% | 108 | 71 | 129 | 38 | 62 | 30 |
| 14 | 18 | 9 | 9 | 0 | 0 | 0 | 0 | 0 | 37 | 43 | -6 | 10 | 3 | 7 | 0 | 0 | 0 | 0 | 0 | 10 | 26 | -16 | 8 | 6 | 2 | 0 | 0 | 0 | 0 | 0 | 27 | 17 | 10 | 18 | 37 | 69 | 106 | 0 | 2 | 0 | 16 | 10 | 9 | 452 | 0 | 173 | 127 | 134 | 437 | 122 | 262 | 386 | 107 | 13 | 12.15% | 116 | 14 | 87.93% | 1 | 281 | 581 | 48.36% | 301 | 615 | 48.94% | 126 | 258 | 48.84% | 455 | 313 | 458 | 143 | 242 | 118 |
| Total Playoff | 43 | 26 | 17 | 0 | 0 | 0 | 0 | 0 | 96 | 74 | 22 | 22 | 12 | 10 | 0 | 0 | 0 | 0 | 0 | 36 | 38 | -2 | 21 | 14 | 7 | 0 | 0 | 0 | 0 | 0 | 60 | 36 | 24 | 52 | 96 | 169 | 265 | 0 | 8 | 0 | 33 | 31 | 28 | 1013 | 0 | 354 | 309 | 311 | 964 | 288 | 734 | 857 | 281 | 32 | 11.39% | 318 | 29 | 90.88% | 4 | 720 | 1392 | 51.72% | 730 | 1444 | 50.55% | 334 | 613 | 54.49% | 1073 | 723 | 1104 | 350 | 570 | 280 |
Players Ratings by Showtime Hockey | WebSim by SimonT Hockey Simulator