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 | Jonny Brodzinski | X | X | X | 100.00 | 58 | 43 | 84 | 63 | 80 | 69 | 70 | 66 | 68 | 65 | 64 | 62 | 66 | 75 | 68 | 45 | 50 | 63 | 0 | ||
2 | Blake Pietila | X | X | 100.00 | 63 | 39 | 86 | 58 | 72 | 81 | 86 | 60 | 55 | 57 | 59 | 56 | 58 | 75 | 68 | 51 | 50 | 60 | 0 | |||
3 | Thomas Di Pauli | X | X | 100.00 | 72 | 42 | 85 | 57 | 70 | 68 | 71 | 58 | 62 | 59 | 60 | 61 | 57 | 73 | 67 | 52 | 50 | 60 | 0 | |||
4 | Zack Hayes | X | 100.00 | 78 | 52 | 74 | 55 | 87 | 81 | 86 | 54 | 30 | 55 | 52 | 60 | 45 | 63 | 62 | 38 | 50 | 62 | 0 | ||||
5 | Ryan Collins | X | 100.00 | 84 | 36 | 82 | 58 | 93 | 63 | 68 | 56 | 30 | 55 | 54 | 60 | 46 | 69 | 65 | 70 | 50 | 62 | 0 | ||||
6 | Brayden Pachal | X | 100.00 | 70 | 56 | 69 | 54 | 73 | 76 | 81 | 52 | 30 | 56 | 53 | 60 | 51 | 63 | 62 | 45 | 50 | 60 | 0 | ||||
7 | Connor Hobbs | X | 100.00 | 68 | 51 | 76 | 54 | 77 | 68 | 65 | 52 | 30 | 51 | 53 | 56 | 45 | 67 | 64 | 53 | 50 | 58 | 0 | ||||
Scratches | ||||||||||||||||||||||||||
TEAM AVERAGE | 100.00 | 70 | 46 | 79 | 57 | 79 | 72 | 75 | 57 | 44 | 57 | 56 | 59 | 53 | 69 | 65 | 51 | 50 | 61 |
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 | Zachary Sawchenko | 100.00 | 73 | 80 | 78 | 74 | 72 | 71 | 73 | 72 | 71 | 73 | 72 | 68 | 72 | 53 | 50 | 71 | 0 | |
Scratches | ||||||||||||||||||||
TEAM AVERAGE | 100.00 | 73 | 80 | 78 | 74 | 72 | 71 | 73 | 72 | 71 | 73 | 72 | 68 | 72 | 53 | 50 | 71 |
Coaches Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|
Dallas Eakins | 82 | 83 | 77 | 79 | 81 | 76 | 67 | USA | 55 | 3 | 1,600,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 | Conor Timmins | Chicago Blackhawks | D | 5 | 0 | 3 | 3 | 2 | 0 | 0 | 1 | 9 | 11 | 3 | 6 | 0.00% | 3 | 108 | 21.71 | 0 | 0 | 0 | 6 | 20 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0.00% | 0 | 0 | 0 | 0 | 0 | 0.55 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Team Total or Average | 5 | 0 | 3 | 3 | 2 | 0 | 0 | 1 | 9 | 11 | 3 | 6 | 0.00% | 3 | 108 | 21.71 | 0 | 0 | 0 | 6 | 20 | 0 | 0 | 0 | 0 | 14 | 0 | 0 | 0.00% | 0 | 0 | 0 | 0 | 0 | 0.55 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
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 | Status | Type | Current Salary | Salary Cap | Salary Cap Remaining | Exclude from Salary Cap | Link |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Blake Pietila | C/LW | 29 | 1993-02-20 | No | 200 Lbs | 5 ft11 | No | No | No | 3 | UFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Brayden Pachal | D | 22 | 1999-08-23 | No | 200 Lbs | 6 ft0 | No | No | No | 3 | ELC | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Connor Hobbs | D | 25 | 1997-01-04 | No | 197 Lbs | 6 ft1 | No | No | No | 1 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Jonny Brodzinski | C/LW/RW | 28 | 1993-06-19 | No | 215 Lbs | 6 ft1 | No | No | No | 1 | UFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Ryan Collins | D | 25 | 1996-05-06 | No | 216 Lbs | 6 ft5 | No | No | No | 1 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Thomas Di Pauli | C/LW | 27 | 1994-04-29 | No | 188 Lbs | 5 ft11 | No | No | No | 2 | RFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
Zachary Sawchenko | G | 24 | 1997-12-30 | No | 185 Lbs | 6 ft1 | No | No | No | 3 | RFA | Pro & Farm | 750,000$ | 0$ | 0$ | No | Link / NHL Link | |
Zack Hayes | D | 22 | 1999-04-24 | No | 219 Lbs | 6 ft3 | No | No | No | 2 | ELC | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link |
Total Players | Average Age | Average Weight | Average Height | Average Contract | Average Year 1 Salary |
---|---|---|---|---|---|
8 | 25.25 | 203 Lbs | 6 ft1 | 2.00 | 381,250$ |
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 |
82 | 15 | L33 | 151 | 296 | 447 | 1979 | 3994 | 1169 | 709 | 1389 | 0 | 0 |
All Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
82 | 5 | 74 | 2 | 0 | 0 | 1 | 151 | 507 |
Home Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
41 | 4 | 35 | 1 | 0 | 0 | 1 | 88 | 254 |
Visitor Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
41 | 1 | 39 | 1 | 0 | 0 | 0 | 63 | 253 |
Last 10 Games | |||||
---|---|---|---|---|---|
W | L | OTW | OTL | SOW | SOL |
0 | 10 | 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 |
---|---|---|---|---|---|---|
311 | 31 | 9.97% | 326 | 99 | 69.63% | 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 |
---|---|---|---|---|---|---|---|
644 | 673 | 649 | 18 | 52 | 48 | 49 | 4 |
Face Offs | ||||||||
---|---|---|---|---|---|---|---|---|
Won Offensive Zone | Total Offensive | Won Offensive % | Won Defensif Zone | Total Defensive | Won Defensive % | Won Neutral Zone | Total Neutral | Won Neutral % |
572 | 1902 | 30.07% | 905 | 2899 | 31.22% | 392 | 1332 | 29.43% |
Puck Time | |||||
---|---|---|---|---|---|
In Offensive Zone | Control In Offensive Zone | In Defensive Zone | Control In Defensive Zone | In Neutral Zone | Control In Neutral Zone |
1146 | 750 | 2930 | 588 | 854 | 324 |
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 |
---|---|---|---|---|---|---|---|---|---|---|
1 - 2021-10-01 | 3 | IceHogs | 1 | Penguins | 4 | L | BoxScore | |||
2 - 2021-10-02 | 14 | IceHogs | 5 | Reign | 3 | W | BoxScore | |||
4 - 2021-10-04 | 30 | Condors | 4 | IceHogs | 2 | L | BoxScore | |||
6 - 2021-10-06 | 46 | IceHogs | 1 | Bears | 7 | L | BoxScore | |||
7 - 2021-10-07 | 58 | Roadrunners | 5 | IceHogs | 6 | W | BoxScore | |||
9 - 2021-10-09 | 78 | IceHogs | 1 | Monsters | 4 | L | BoxScore | |||
11 - 2021-10-11 | 93 | Senators | 7 | IceHogs | 2 | L | BoxScore | |||
14 - 2021-10-14 | 112 | Wolf Pack | 6 | IceHogs | 1 | L | BoxScore | |||
15 - 2021-10-15 | 121 | IceHogs | 0 | Phantoms | 6 | L | BoxScore | |||
17 - 2021-10-17 | 136 | IceHogs | 2 | Bruins | 7 | L | BoxScore | |||
19 - 2021-10-19 | 157 | Condors | 5 | IceHogs | 3 | L | BoxScore | |||
21 - 2021-10-21 | 177 | Bruins | 3 | IceHogs | 0 | L | BoxScore | |||
22 - 2021-10-22 | 180 | IceHogs | 1 | Wolf Pack | 6 | L | BoxScore | |||
25 - 2021-10-25 | 200 | IceHogs | 2 | Penguins | 8 | L | BoxScore | |||
27 - 2021-10-27 | 216 | Marlies | 6 | IceHogs | 5 | L | BoxScore | |||
29 - 2021-10-29 | 229 | IceHogs | 4 | Reign | 5 | L | BoxScore | |||
32 - 2021-11-01 | 253 | Crunch | 7 | IceHogs | 3 | L | BoxScore | |||
33 - 2021-11-02 | 268 | IceHogs | 6 | Moose | 5 | W | X | BoxScore | ||
35 - 2021-11-04 | 283 | Monsters | 10 | IceHogs | 1 | L | BoxScore | |||
38 - 2021-11-07 | 304 | Stars | 5 | IceHogs | 3 | L | BoxScore | |||
40 - 2021-11-09 | 317 | IceHogs | 0 | Stars | 5 | L | BoxScore | |||
42 - 2021-11-11 | 335 | IceHogs | 3 | Wild | 7 | L | BoxScore | |||
43 - 2021-11-12 | 346 | Senators | 8 | IceHogs | 2 | L | BoxScore | |||
46 - 2021-11-15 | 366 | IceHogs | 3 | Reign | 6 | L | BoxScore | |||
47 - 2021-11-16 | 378 | Marlies | 5 | IceHogs | 2 | L | BoxScore | |||
49 - 2021-11-18 | 396 | IceHogs | 1 | Bears | 4 | L | BoxScore | |||
51 - 2021-11-20 | 408 | IceHogs | 2 | Phantoms | 7 | L | BoxScore | |||
52 - 2021-11-21 | 416 | Eagles | 4 | IceHogs | 5 | W | BoxScore | |||
55 - 2021-11-24 | 439 | IceHogs | 1 | Thunderbirds | 4 | L | BoxScore | |||
56 - 2021-11-25 | 448 | Heat | 7 | IceHogs | 3 | L | BoxScore | |||
59 - 2021-11-28 | 473 | Reign | 4 | IceHogs | 5 | W | BoxScore | |||
61 - 2021-11-30 | 491 | IceHogs | 0 | Checkers | 7 | L | BoxScore | |||
62 - 2021-12-01 | 505 | Americans | 3 | IceHogs | 1 | L | BoxScore | |||
64 - 2021-12-03 | 522 | IceHogs | 0 | Rocket | 8 | L | BoxScore | |||
66 - 2021-12-05 | 537 | Bruins | 9 | IceHogs | 2 | L | BoxScore | |||
69 - 2021-12-08 | 556 | IceHogs | 1 | Monsters | 7 | L | BoxScore | |||
70 - 2021-12-09 | 568 | Moose | 4 | IceHogs | 6 | W | BoxScore | |||
71 - 2021-12-10 | 583 | IceHogs | 5 | Roadrunners | 6 | L | BoxScore | |||
73 - 2021-12-12 | 600 | Moose | 4 | IceHogs | 5 | W | X | BoxScore | ||
75 - 2021-12-14 | 619 | IceHogs | 0 | Gulls | 2 | L | BoxScore | |||
77 - 2021-12-16 | 634 | Wild | 8 | IceHogs | 0 | L | BoxScore | |||
79 - 2021-12-18 | 645 | IceHogs | 1 | Americans | 8 | L | BoxScore | |||
81 - 2021-12-20 | 665 | Roadrunners | 7 | IceHogs | 4 | L | BoxScore | |||
83 - 2021-12-22 | 683 | IceHogs | 2 | Heat | 8 | L | BoxScore | |||
85 - 2021-12-24 | 699 | Condors | 6 | IceHogs | 2 | L | BoxScore | |||
87 - 2021-12-26 | 714 | IceHogs | 1 | Sound Tigers | 4 | L | BoxScore | |||
89 - 2021-12-28 | 729 | Checkers | 8 | IceHogs | 2 | L | BoxScore | |||
92 - 2021-12-31 | 750 | IceHogs | 0 | Marlies | 3 | L | BoxScore | |||
93 - 2022-01-01 | 763 | Crunch | 6 | IceHogs | 5 | L | X | X | BoxScore | |
95 - 2022-01-03 | 779 | IceHogs | 1 | Gulls | 7 | L | BoxScore | |||
96 - 2022-01-04 | 790 | IceHogs | 4 | Palm Springs | 6 | L | BoxScore | |||
98 - 2022-01-06 | 800 | Wolf Pack | 8 | IceHogs | 1 | L | BoxScore | |||
100 - 2022-01-08 | 824 | IceHogs | 0 | Bruins | 9 | L | BoxScore | |||
101 - 2022-01-09 | 832 | Admirals | 7 | IceHogs | 0 | L | BoxScore | |||
104 - 2022-01-12 | 854 | IceHogs | 0 | Crunch | 6 | L | BoxScore | |||
105 - 2022-01-13 | 861 | Penguins | 7 | IceHogs | 0 | L | BoxScore | |||
107 - 2022-01-15 | 879 | IceHogs | 1 | Senators | 5 | L | BoxScore | |||
109 - 2022-01-17 | 891 | Rocket | 6 | IceHogs | 0 | L | BoxScore | |||
111 - 2022-01-19 | 915 | IceHogs | 1 | Sound Tigers | 6 | L | BoxScore | |||
113 - 2022-01-21 | 926 | Devils | 5 | IceHogs | 1 | L | BoxScore | |||
114 - 2022-01-22 | 943 | IceHogs | 2 | Americans | 8 | L | BoxScore | |||
116 - 2022-01-24 | 956 | Palm Springs | 7 | IceHogs | 1 | L | BoxScore | |||
118 - 2022-01-26 | 972 | IceHogs | 1 | Wolf Pack | 8 | L | BoxScore | |||
120 - 2022-01-28 | 986 | Devils | 6 | IceHogs | 2 | L | BoxScore | |||
121 - 2022-01-29 | 1000 | IceHogs | 0 | Devils | 6 | L | BoxScore | |||
122 - 2022-01-30 | 1013 | IceHogs | 2 | Barracuda | 7 | L | BoxScore | |||
123 - 2022-01-31 | 1023 | Gulls | 6 | IceHogs | 1 | L | BoxScore | |||
127 - 2022-02-04 | 1046 | IceHogs | 2 | Griffins | 6 | L | BoxScore | |||
128 - 2022-02-05 | 1057 | Sound Tigers | 7 | IceHogs | 1 | L | BoxScore | |||
131 - 2022-02-08 | 1081 | IceHogs | 3 | Condors | 7 | L | BoxScore | |||
132 - 2022-02-09 | 1087 | IceHogs | 2 | Penguins | 8 | L | BoxScore | |||
133 - 2022-02-10 | 1092 | Thunderbirds | 7 | IceHogs | 1 | L | BoxScore | |||
136 - 2022-02-13 | 1117 | Bears | 9 | IceHogs | 2 | L | BoxScore | |||
Trade Deadline --- Trades can’t be done after this day is simulated! | ||||||||||
141 - 2022-02-18 | 1144 | IceHogs | 1 | Palm Springs | 7 | L | BoxScore | |||
142 - 2022-02-19 | 1152 | Wolves | 5 | IceHogs | 0 | L | BoxScore | |||
145 - 2022-02-22 | 1181 | Barracuda | 5 | IceHogs | 1 | L | BoxScore | |||
146 - 2022-02-23 | 1186 | IceHogs | 0 | Eagles | 9 | L | BoxScore | |||
149 - 2022-02-26 | 1211 | IceHogs | 0 | Comets | 7 | L | BoxScore | |||
150 - 2022-02-27 | 1217 | Barracuda | 6 | IceHogs | 1 | L | BoxScore | |||
154 - 2022-03-03 | 1247 | Phantoms | 10 | IceHogs | 3 | L | BoxScore | |||
158 - 2022-03-07 | 1278 | Comets | 7 | IceHogs | 2 | L | BoxScore | |||
162 - 2022-03-11 | 1301 | Rampage | 5 | IceHogs | 1 | L | BoxScore |
Arena Capacity - Ticket Price Attendance - % | ||
---|---|---|
Level 1 | Level 2 | |
Arena Capacity | 2000 | 1000 |
Ticket Price | 35 | 15 |
Attendance | 77,321 | 38,746 |
Attendance PCT | 94.29% | 94.50% |
Income | |||||
---|---|---|---|---|---|
Home Games Left | Average Attendance - % | Average Income per Game | Year to Date Revenue | Arena Capacity | Team Popularity |
0 | 2831 - 94.36% | 70,559$ | 2,892,933$ | 3000 | 100 |
Expenses | |||
---|---|---|---|
Year To Date Expenses | Players Total Salaries | Players Total Average Salaries | Coaches Salaries |
1,636,680$ | 30,500$ | 0$ | 0$ |
Salary Cap Per Days | Salary Cap To Date | Players In Salary Cap | Players Out of Salary Cap |
---|---|---|---|
0$ | 36,675$ | 0 | 0 |
Estimate | |||
---|---|---|---|
Estimated Season Revenue | Remaining Season Days | Expenses Per Days | Estimated Season Expenses |
0$ | 0 | 9,882$ | 0$ |
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 | 42 | 32 | 0 | 5 | 0 | 2 | 1 | 268 | 215 | 53 | 41 | 20 | 18 | 0 | 2 | 0 | 1 | 0 | 135 | 107 | 28 | 41 | 22 | 14 | 0 | 3 | 0 | 1 | 1 | 133 | 108 | 25 | 99 | 268 | 469 | 737 | 0 | 5 | 0 | 111 | 75 | 75 | 2281 | 0 | 742 | 716 | 808 | 2178 | 608 | 1327 | 1906 | 485 | 90 | 18.56% | 557 | 85 | 84.74% | 1 | 1302 | 2391 | 54.45% | 1241 | 2548 | 48.70% | 666 | 1209 | 55.09% | 2083 | 1478 | 1908 | 576 | 962 | 493 |
13 | 76 | 26 | 42 | 0 | 1 | 5 | 0 | 2 | 175 | 232 | -57 | 38 | 15 | 20 | 0 | 0 | 2 | 0 | 1 | 89 | 107 | -18 | 38 | 11 | 22 | 0 | 1 | 3 | 0 | 1 | 86 | 125 | -39 | 61 | 175 | 297 | 472 | 1 | 3 | 0 | 64 | 51 | 59 | 1777 | 0 | 559 | 583 | 626 | 2099 | 545 | 921 | 1453 | 444 | 72 | 16.22% | 382 | 77 | 79.84% | 2 | 841 | 2123 | 39.61% | 869 | 2400 | 36.21% | 414 | 1103 | 37.53% | 1698 | 1174 | 1980 | 559 | 898 | 430 |
14 | 76 | 6 | 65 | 0 | 1 | 1 | 1 | 2 | 119 | 398 | -279 | 38 | 5 | 32 | 0 | 0 | 1 | 0 | 0 | 60 | 193 | -133 | 38 | 1 | 33 | 0 | 1 | 0 | 1 | 2 | 59 | 205 | -146 | 19 | 119 | 203 | 322 | 1 | 1 | 0 | 45 | 41 | 31 | 1673 | 0 | 554 | 527 | 580 | 3162 | 925 | 692 | 1301 | 261 | 28 | 10.73% | 311 | 86 | 72.35% | 0 | 462 | 1789 | 25.82% | 651 | 2490 | 26.14% | 295 | 1161 | 25.41% | 1179 | 785 | 2587 | 555 | 816 | 324 |
15 | 82 | 6 | 72 | 0 | 1 | 3 | 0 | 0 | 157 | 453 | -296 | 41 | 3 | 36 | 0 | 1 | 1 | 0 | 0 | 74 | 221 | -147 | 41 | 3 | 36 | 0 | 0 | 2 | 0 | 0 | 83 | 232 | -149 | 17 | 157 | 290 | 447 | 0 | 0 | 0 | 52 | 56 | 48 | 2051 | 0 | 637 | 714 | 695 | 3569 | 1045 | 767 | 1528 | 358 | 38 | 10.61% | 331 | 108 | 67.37% | 1 | 626 | 2158 | 29.01% | 711 | 2662 | 26.71% | 365 | 1306 | 27.95% | 1358 | 918 | 2692 | 581 | 878 | 361 |
16 | 82 | 5 | 74 | 0 | 2 | 0 | 0 | 1 | 151 | 507 | -356 | 41 | 4 | 35 | 0 | 1 | 0 | 0 | 1 | 88 | 254 | -166 | 41 | 1 | 39 | 0 | 1 | 0 | 0 | 0 | 63 | 253 | -190 | 15 | 151 | 296 | 447 | 0 | 0 | 52 | 48 | 49 | 4 | 1979 | 644 | 673 | 649 | 18 | 3994 | 1169 | 709 | 1389 | 311 | 31 | 9.97% | 326 | 99 | 69.63% | 1 | 572 | 1902 | 30.07% | 905 | 2899 | 31.22% | 392 | 1332 | 29.43% | 1146 | 750 | 2930 | 588 | 854 | 324 |
Total Regular Season | 398 | 85 | 285 | 0 | 10 | 9 | 3 | 6 | 870 | 1805 | -935 | 199 | 47 | 141 | 0 | 4 | 4 | 1 | 2 | 446 | 882 | -436 | 199 | 38 | 144 | 0 | 6 | 5 | 2 | 4 | 424 | 923 | -499 | 211 | 870 | 1555 | 2425 | 2 | 9 | 52 | 320 | 272 | 217 | 9761 | 644 | 3165 | 3189 | 2727 | 15002 | 4292 | 4416 | 7577 | 1859 | 259 | 13.93% | 1907 | 455 | 76.14% | 5 | 3803 | 10363 | 36.70% | 4377 | 12999 | 33.67% | 2132 | 6111 | 34.89% | 7466 | 5107 | 12099 | 2862 | 4410 | 1934 |
Playoff | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 | 4 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 8 | 18 | -10 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 4 | 9 | -5 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 4 | 9 | -5 | 0 | 8 | 13 | 21 | 0 | 0 | 0 | 5 | 2 | 1 | 96 | 0 | 32 | 29 | 35 | 118 | 25 | 66 | 82 | 40 | 6 | 15.00% | 28 | 7 | 75.00% | 0 | 65 | 140 | 46.43% | 54 | 147 | 36.73% | 27 | 64 | 42.19% | 90 | 61 | 103 | 31 | 45 | 21 |
12 | 4 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 6 | 24 | -18 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 6 | 10 | -4 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 14 | -14 | 0 | 6 | 11 | 17 | 0 | 0 | 0 | 2 | 2 | 2 | 88 | 0 | 30 | 32 | 26 | 143 | 31 | 40 | 78 | 17 | 2 | 11.76% | 20 | 6 | 70.00% | 0 | 52 | 123 | 42.28% | 34 | 119 | 28.57% | 27 | 67 | 40.30% | 82 | 56 | 114 | 27 | 44 | 21 |
Total Playoff | 8 | 0 | 8 | 0 | 0 | 0 | 0 | 0 | 14 | 42 | -28 | 4 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 10 | 19 | -9 | 4 | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 4 | 23 | -19 | 0 | 14 | 24 | 38 | 0 | 0 | 0 | 7 | 4 | 3 | 184 | 0 | 62 | 61 | 61 | 261 | 56 | 106 | 160 | 57 | 8 | 14.04% | 48 | 13 | 72.92% | 0 | 117 | 263 | 44.49% | 88 | 266 | 33.08% | 54 | 131 | 41.22% | 173 | 117 | 218 | 58 | 89 | 42 |
Players Ratings by Showtime Hockey | WebSim by SimonT Hockey Simulator