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 | Matthew Poitras (R) | 0 | X | 100.00 | 62 | 34 | 95 | 72 | 68 | 82 | 66 | 69 | 75 | 67 | 63 | 65 | 64 | 59 | 63 | 72 | 50 | 65 | 0 | ||||
2 | Jiri Kulich | 0 | X | 100.00 | 68 | 38 | 88 | 67 | 75 | 91 | 82 | 65 | 63 | 58 | 64 | 62 | 66 | 61 | 67 | 82 | 50 | 64 | 0 | ||||
3 | Joel L'Esperance | 0 | X | 100.00 | 74 | 39 | 81 | 63 | 83 | 94 | 84 | 59 | 62 | 58 | 61 | 60 | 63 | 69 | 71 | 36 | 50 | 64 | 0 | ||||
4 | Sheldon Rempal | 0 | X | X | 100.00 | 56 | 37 | 83 | 64 | 67 | 89 | 87 | 65 | 62 | 63 | 66 | 61 | 64 | 69 | 71 | 36 | 50 | 64 | 0 | |||
5 | William Bitten | 0 | X | 100.00 | 70 | 37 | 84 | 64 | 70 | 83 | 85 | 63 | 60 | 65 | 58 | 57 | 60 | 66 | 68 | 63 | 50 | 63 | 0 | ||||
6 | Cole Schneider | 0 | X | 100.00 | 71 | 39 | 92 | 60 | 80 | 81 | 83 | 59 | 60 | 58 | 61 | 57 | 63 | 74 | 76 | 23 | 50 | 62 | 0 | ||||
7 | Jared Davidson (R) | 0 | X | 100.00 | 62 | 40 | 74 | 60 | 71 | 87 | 66 | 57 | 63 | 54 | 61 | 56 | 60 | 62 | 64 | 58 | 50 | 59 | 0 | ||||
8 | Ryan Hofer (R) | 0 | X | 100.00 | 71 | 39 | 90 | 57 | 80 | 69 | 66 | 56 | 53 | 54 | 55 | 58 | 56 | 62 | 64 | 49 | 50 | 58 | 0 | ||||
9 | Alexis Gendron (R) | 0 | X | 100.00 | 55 | 38 | 76 | 58 | 64 | 81 | 62 | 57 | 54 | 53 | 61 | 52 | 59 | 61 | 63 | 49 | 50 | 57 | 0 | ||||
10 | Casey Fitzgerald | 0 | X | 100.00 | 66 | 39 | 77 | 62 | 70 | 76 | 78 | 56 | 30 | 63 | 52 | 65 | 48 | 67 | 69 | 54 | 50 | 63 | 0 | ||||
11 | Maksymilian Szuber (R) | 0 | X | 100.00 | 72 | 40 | 78 | 60 | 81 | 82 | 73 | 58 | 30 | 59 | 57 | 63 | 49 | 62 | 64 | 49 | 50 | 63 | 0 | ||||
12 | Brandon Hickey | 0 | X | 100.00 | 72 | 39 | 87 | 56 | 81 | 64 | 69 | 55 | 30 | 53 | 54 | 57 | 46 | 68 | 70 | 55 | 50 | 60 | 0 | ||||
13 | Gavin White (R) | 0 | X | 100.00 | 65 | 38 | 89 | 56 | 74 | 70 | 68 | 54 | 30 | 57 | 50 | 53 | 45 | 62 | 64 | 60 | 50 | 58 | 0 | ||||
Scratches | |||||||||||||||||||||||||||
TEAM AVERAGE | 100.00 | 66 | 38 | 84 | 61 | 74 | 81 | 75 | 59 | 52 | 59 | 59 | 59 | 57 | 65 | 67 | 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 | Ukko-Pekka Luukkonen | 100.00 | 88 | 89 | 85 | 93 | 87 | 86 | 88 | 87 | 86 | 88 | 87 | 66 | 73 | 68 | 50 | 83 | 0 | |
2 | Cayden Primeau | 100.00 | 80 | 83 | 79 | 85 | 79 | 78 | 80 | 79 | 78 | 80 | 79 | 65 | 73 | 57 | 50 | 77 | 0 | |
Scratches | ||||||||||||||||||||
1 | Dennis Hildeby | 100.00 | 71 | 78 | 74 | 91 | 70 | 69 | 71 | 70 | 69 | 71 | 70 | 63 | 69 | 58 | 50 | 71 | 0 | |
TEAM AVERAGE | 100.00 | 80 | 83 | 79 | 90 | 79 | 78 | 80 | 79 | 78 | 80 | 79 | 65 | 72 | 61 | 50 | 77 |
Coaches Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|
Bruce Boudreau | 80 | 73 | 82 | 77 | 99 | 96 | 39 | CAN | 69 | 8 | 3,200,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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Alexis Gendron | RW | 20 | 2003-12-30 | Yes | 175 Lbs | 5 ft9 | No | No | No | 4 | ELC | Pro & Farm | 300,000$ | 0$ | 0$ | No | NHL Link | |
Brandon Hickey | D | 28 | 1996-04-13 | No | 201 Lbs | 6 ft2 | No | No | No | 1 | UFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
Casey Fitzgerald | D | 27 | 1997-02-25 | No | 188 Lbs | 5 ft11 | No | No | No | 3 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Cayden Primeau | G | 25 | 1999-08-11 | No | 207 Lbs | 6 ft3 | No | No | No | 3 | RFA | Pro & Farm | 1,000,000$ | 0$ | 0$ | No | Link / NHL Link | |
Cole Schneider | LW | 34 | 1990-08-26 | No | 199 Lbs | 6 ft2 | No | No | No | 3 | UFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
Dennis Hildeby | G | 23 | 2001-08-19 | No | 209 Lbs | 6 ft5 | No | No | No | 4 | RFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
Gavin White | D | 21 | 2002-11-12 | Yes | 196 Lbs | 6 ft0 | No | No | No | 4 | ELC | Pro & Farm | 300,000$ | 0$ | 0$ | No | NHL Link | |
Jared Davidson | C | 22 | 2002-07-07 | Yes | 188 Lbs | 5 ft11 | No | No | No | 4 | ELC | Pro & Farm | 300,000$ | 0$ | 0$ | No | NHL Link | |
Jiri Kulich | C | 20 | 2004-04-14 | No | 186 Lbs | 6 ft1 | No | No | No | 4 | ELC | Pro & Farm | 900,000$ | 0$ | 0$ | No | Link / NHL Link | |
Joel L'Esperance | RW | 29 | 1995-08-18 | No | 215 Lbs | 6 ft2 | No | No | No | 3 | UFA | Pro & Farm | 499,999$ | 0$ | 0$ | No | Link / NHL Link | |
Maksymilian Szuber | D | 22 | 2002-08-25 | Yes | 190 Lbs | 6 ft3 | No | No | No | 4 | ELC | Pro & Farm | 300,000$ | 0$ | 0$ | No | NHL Link | |
Matthew Poitras | C | 20 | 2004-03-10 | Yes | 180 Lbs | 5 ft11 | No | No | No | 4 | ELC | Pro & Farm | 500,000$ | 0$ | 0$ | No | NHL Link | |
Ryan Hofer | RW | 22 | 2002-05-10 | Yes | 184 Lbs | 6 ft3 | No | No | No | 4 | ELC | Pro & Farm | 300,000$ | 0$ | 0$ | No | NHL Link | |
Sheldon Rempal | LW/RW | 29 | 1995-08-07 | No | 173 Lbs | 5 ft11 | No | No | No | 2 | UFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Ukko-Pekka Luukkonen | G | 25 | 1999-03-09 | No | 217 Lbs | 6 ft5 | No | No | No | 2 | RFA | Pro & Farm | 1,000,000$ | 0$ | 0$ | No | Link / NHL Link | |
William Bitten | RW | 26 | 1998-07-10 | No | 180 Lbs | 5 ft11 | No | No | No | 1 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link |
Total Players | Average Age | Average Weight | Average Height | Average Contract | Average Year 1 Salary |
---|---|---|---|---|---|
16 | 24.56 | 193 Lbs | 6 ft1 | 3.13 | 487,500$ |
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 |
5 | 0 | L5 | 9 | 18 | 27 | 143 | 254 | 61 | 42 | 95 | 0 | 0 |
All Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
5 | 0 | 5 | 0 | 0 | 0 | 0 | 9 | 31 |
Home Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
2 | 0 | 2 | 0 | 0 | 0 | 0 | 4 | 13 |
Visitor Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
3 | 0 | 3 | 0 | 0 | 0 | 0 | 5 | 18 |
Last 10 Games | |||||
---|---|---|---|---|---|
W | L | OTW | OTL | SOW | SOL |
0 | 5 | 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 |
---|---|---|---|---|---|---|
19 | 3 | 15.79% | 16 | 3 | 81.25% | 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 |
---|---|---|---|---|---|---|---|
54 | 39 | 50 | 0 | 6 | 2 | 1 | 0 |
Face Offs | ||||||||
---|---|---|---|---|---|---|---|---|
Won Offensive Zone | Total Offensive | Won Offensive % | Won Defensif Zone | Total Defensive | Won Defensive % | Won Neutral Zone | Total Neutral | Won Neutral % |
52 | 134 | 38.81% | 47 | 178 | 26.40% | 23 | 74 | 31.08% |
Puck Time | |||||
---|---|---|---|---|---|
In Offensive Zone | Control In Offensive Zone | In Defensive Zone | Control In Defensive Zone | In Neutral Zone | Control In Neutral Zone |
87 | 60 | 159 | 34 | 53 | 21 |
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 |
---|---|---|---|---|---|---|---|---|---|---|
2 - 2024-08-27 | 8 | Bruins | 7 | Roadrunners | 1 | L | BoxScore | |||
4 - 2024-08-29 | 25 | Roadrunners | 0 | Bruins | 4 | L | BoxScore | |||
6 - 2024-08-31 | 34 | Roadrunners | 4 | Wild | 6 | L | BoxScore | |||
8 - 2024-09-02 | 46 | Roadrunners | 1 | Barracuda | 8 | L | BoxScore | |||
11 - 2024-09-05 | 57 | Moose | 6 | Roadrunners | 3 | L | BoxScore | |||
16 - 2024-09-10 | 83 | Reign | - | Roadrunners | - | |||||
18 - 2024-09-12 | 97 | Roadrunners | - | Reign | - | |||||
22 - 2024-09-16 | 119 | Roadrunners | - | Moose | - | |||||
24 - 2024-09-18 | 128 | Barracuda | - | Roadrunners | - | |||||
Trade Deadline --- Trades can’t be done after this day is simulated! | ||||||||||
29 - 2024-09-23 | 152 | Wild | - | Roadrunners | - |
Arena Capacity - Ticket Price Attendance - % | ||
---|---|---|
Level 1 | Level 2 | |
Arena Capacity | 2000 | 1000 |
Ticket Price | 35 | 15 |
Attendance | 0 | 0 |
Attendance PCT | 0.00% | 0.00% |
Income | |||||
---|---|---|---|---|---|
Home Games Left | Average Attendance - % | Average Income per Game | Year to Date Revenue | Arena Capacity | Team Popularity |
3 | 0 - 0.00% | 0$ | 0$ | 3000 | 100 |
Expenses | |||
---|---|---|---|
Year To Date Expenses | Players Total Salaries | Players Total Average Salaries | Coaches Salaries |
0$ | 78,000$ | 0$ | 0$ |
Salary Cap Per Days | Salary Cap To Date | Players In Salary Cap | Players Out of Salary Cap |
---|---|---|---|
0$ | 0$ | 0 | 0 |
Estimate | |||
---|---|---|---|
Estimated Season Revenue | Remaining Season Days | Expenses Per Days | Estimated Season Expenses |
0$ | 21 | 0$ | 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 |
Players Ratings by Showtime Hockey | WebSim by SimonT Hockey Simulator