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 | Owen Tippett (R) | X | 100.00 | 71 | 45 | 89 | 65 | 79 | 82 | 81 | 64 | 59 | 62 | 63 | 66 | 65 | 61 | 64 | 86 | 50 | 64 | 0 | ||||
2 | Jeremy Bracco | X | 100.00 | 53 | 39 | 87 | 69 | 58 | 86 | 84 | 67 | 73 | 68 | 57 | 59 | 66 | 65 | 63 | 67 | 50 | 63 | 0 | ||||
3 | Yakov Trenin | X | X | 100.00 | 64 | 48 | 88 | 65 | 81 | 75 | 73 | 66 | 70 | 63 | 62 | 64 | 66 | 65 | 63 | 71 | 50 | 63 | 0 | |||
4 | Troy Terry | X | 100.00 | 58 | 39 | 85 | 67 | 70 | 76 | 73 | 69 | 57 | 68 | 63 | 61 | 72 | 65 | 66 | 54 | 50 | 63 | 0 | ||||
5 | Dillon Dube | X | 100.00 | 62 | 38 | 88 | 64 | 70 | 78 | 77 | 63 | 73 | 65 | 61 | 62 | 64 | 63 | 61 | 72 | 50 | 62 | 0 | ||||
6 | Corey Tropp | X | X | 100.00 | 59 | 62 | 66 | 61 | 73 | 82 | 83 | 59 | 58 | 60 | 57 | 56 | 61 | 79 | 71 | 54 | 50 | 61 | 0 | |||
7 | Cole Bardreau | X | 100.00 | 57 | 43 | 87 | 59 | 67 | 71 | 69 | 57 | 54 | 56 | 58 | 55 | 57 | 73 | 68 | 54 | 50 | 58 | 0 | ||||
8 | Adam Boqvist (R) | X | 100.00 | 63 | 39 | 88 | 70 | 69 | 76 | 72 | 68 | 30 | 66 | 61 | 59 | 52 | 61 | 62 | 89 | 50 | 63 | 0 | ||||
9 | Dillon Simpson | X | 100.00 | 67 | 46 | 83 | 58 | 81 | 88 | 92 | 56 | 30 | 55 | 54 | 57 | 45 | 73 | 67 | 53 | 50 | 63 | 0 | ||||
10 | Rob O'Gara | X | 100.00 | 74 | 52 | 83 | 55 | 88 | 78 | 77 | 56 | 30 | 53 | 54 | 58 | 45 | 73 | 67 | 58 | 50 | 62 | 0 | ||||
11 | Conor Timmins (R) | X | 100.00 | 61 | 45 | 86 | 64 | 77 | 73 | 69 | 62 | 30 | 63 | 57 | 59 | 46 | 63 | 62 | 77 | 50 | 61 | 0 | ||||
12 | Jeff Taylor | X | 100.00 | 53 | 42 | 87 | 59 | 58 | 72 | 73 | 57 | 30 | 56 | 52 | 58 | 45 | 71 | 66 | 59 | 50 | 58 | 0 | ||||
Scratches | ||||||||||||||||||||||||||
TEAM AVERAGE | 100.00 | 62 | 45 | 85 | 63 | 73 | 78 | 77 | 62 | 50 | 61 | 58 | 60 | 57 | 68 | 65 | 66 | 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 | Dan Vladar | 100.00 | 76 | 77 | 75 | 86 | 75 | 74 | 76 | 75 | 74 | 76 | 75 | 65 | 69 | 66 | 50 | 73 | 0 | |
2 | Jon Gillies | 100.00 | 70 | 87 | 85 | 97 | 69 | 68 | 70 | 69 | 68 | 70 | 69 | 71 | 75 | 62 | 50 | 72 | 0 | |
Scratches | ||||||||||||||||||||
TEAM AVERAGE | 100.00 | 73 | 82 | 80 | 92 | 72 | 71 | 73 | 72 | 71 | 73 | 72 | 68 | 72 | 64 | 50 | 73 |
Coaches Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|
Dan Lambert | 62 | 69 | 71 | 66 | 75 | 70 | 75 | CAN | 50 | 3 | 100,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 | Corey Tropp | Reign (Los) | LW/RW | 4 | 0 | 1 | 1 | 1 | 4 | 0 | 1 | 3 | 1 | 0 | 1 | 0.00% | 0 | 15 | 3.98 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0.00% | 1 | 0 | 0 | 0 | 0 | 1.26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Team Total or Average | 4 | 0 | 1 | 1 | 1 | 4 | 0 | 1 | 3 | 1 | 0 | 1 | 0.00% | 0 | 15 | 3.98 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0.00% | 1 | 0 | 0 | 0 | 0 | 1.26 | 0 | 0 | 0 | 0 | 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 |
# | 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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Adam Boqvist | D | 20 | 2000-08-15 | Yes | 179 Lbs | 5 ft11 | No | No | No | 4 | ELC | Pro & Farm | 900,000$ | 0$ | 0$ | No | NHL Link | |
Cole Bardreau | C | 27 | 1993-07-22 | No | 185 Lbs | 5 ft10 | No | No | No | 1 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Conor Timmins | D | 22 | 1998-09-18 | Yes | 185 Lbs | 6 ft2 | No | No | No | 4 | ELC | Pro & Farm | 900,000$ | 0$ | 0$ | No | NHL Link | |
Corey Tropp | LW/RW | 31 | 1989-07-25 | No | 192 Lbs | 6 ft0 | No | No | No | 1 | UFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Dan Vladar | G | 23 | 1997-08-20 | No | 185 Lbs | 6 ft5 | No | No | No | 1 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Dillon Dube | C | 22 | 1998-07-20 | No | 187 Lbs | 5 ft11 | No | No | No | 3 | ELC | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
Dillon Simpson | D | 27 | 1993-02-10 | No | 204 Lbs | 6 ft2 | No | No | No | 2 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Jeff Taylor | D | 26 | 1994-04-13 | No | 181 Lbs | 5 ft1 | No | No | No | 2 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Jeremy Bracco | RW | 23 | 1997-03-17 | No | 181 Lbs | 5 ft1 | No | No | No | 2 | RFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
Jon Gillies | G | 26 | 1994-01-22 | No | 223 Lbs | 6 ft6 | No | No | No | 1 | RFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
Owen Tippett | RW | 21 | 1999-02-16 | Yes | 207 Lbs | 6 ft1 | No | No | No | 4 | ELC | Pro & Farm | 900,000$ | 0$ | 0$ | No | NHL Link | |
Rob O'Gara | D | 27 | 1993-07-06 | No | 214 Lbs | 6 ft4 | No | No | No | 1 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Troy Terry | RW | 23 | 1997-09-10 | No | 180 Lbs | 6 ft0 | No | No | No | 3 | RFA | Pro & Farm | 300,000$ | 0$ | 0$ | No | Link / NHL Link | |
Yakov Trenin | C/LW | 24 | 1997-01-13 | No | 201 Lbs | 6 ft2 | No | No | No | 2 | 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 |
---|---|---|---|---|---|
14 | 24.43 | 193 Lbs | 6 ft0 | 2.21 | 485,714$ |
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 |
67 | 7 | L21 | 93 | 180 | 273 | 1488 | 3155 | 918 | 637 | 1123 | 1 | 0 |
All Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
67 | 3 | 63 | 0 | 1 | 0 | 0 | 93 | 388 |
Home Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
34 | 2 | 31 | 0 | 1 | 0 | 0 | 53 | 186 |
Visitor Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
33 | 1 | 32 | 0 | 0 | 0 | 0 | 40 | 202 |
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 |
---|---|---|---|---|---|---|
239 | 18 | 7.53% | 244 | 63 | 74.18% | 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 |
---|---|---|---|---|---|---|---|
476 | 481 | 531 | 0 | 31 | 32 | 30 | 0 |
Face Offs | ||||||||
---|---|---|---|---|---|---|---|---|
Won Offensive Zone | Total Offensive | Won Offensive % | Won Defensif Zone | Total Defensive | Won Defensive % | Won Neutral Zone | Total Neutral | Won Neutral % |
450 | 1496 | 30.08% | 660 | 2412 | 27.36% | 296 | 1035 | 28.60% |
Puck Time | |||||
---|---|---|---|---|---|
In Offensive Zone | Control In Offensive Zone | In Defensive Zone | Control In Defensive Zone | In Neutral Zone | Control In Neutral Zone |
871 | 563 | 2451 | 492 | 698 | 257 |
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 - 2020-10-18 | 1 | Monsters | 2 | Reign | 0 | L | BoxScore | |||
4 - 2020-10-21 | 25 | Reign | 0 | Crunch | 10 | L | BoxScore | |||
5 - 2020-10-22 | 47 | Barracuda | 6 | Reign | 1 | L | BoxScore | |||
6 - 2020-10-23 | 48 | Reign | 0 | Devils | 4 | L | BoxScore | |||
8 - 2020-10-25 | 72 | Reign | 2 | Gulls | 6 | L | BoxScore | |||
9 - 2020-10-26 | 87 | Checkers | 3 | Reign | 5 | W | BoxScore | |||
12 - 2020-10-29 | 99 | Reign | 2 | Bears | 7 | L | BoxScore | |||
13 - 2020-10-30 | 117 | Moose | 4 | Reign | 5 | W | BoxScore | |||
15 - 2020-11-01 | 135 | Devils | 8 | Reign | 2 | L | BoxScore | |||
19 - 2020-11-05 | 160 | Reign | 3 | Senators | 6 | L | BoxScore | |||
20 - 2020-11-06 | 168 | Wolf Pack | 8 | Reign | 1 | L | BoxScore | |||
23 - 2020-11-09 | 192 | Penguins | 8 | Reign | 1 | L | BoxScore | |||
28 - 2020-11-14 | 218 | Monsters | 7 | Reign | 1 | L | BoxScore | |||
29 - 2020-11-15 | 226 | Reign | 2 | Phantoms | 7 | L | BoxScore | |||
31 - 2020-11-17 | 244 | Reign | 0 | Devils | 8 | L | BoxScore | |||
33 - 2020-11-19 | 256 | Rampage | 6 | Reign | 0 | L | BoxScore | |||
35 - 2020-11-21 | 277 | Reign | 0 | Rocket | 9 | L | BoxScore | |||
36 - 2020-11-22 | 288 | Americans | 4 | Reign | 0 | L | BoxScore | |||
39 - 2020-11-25 | 311 | IceHogs | 4 | Reign | 3 | L | BoxScore | |||
40 - 2020-11-26 | 324 | Reign | 1 | Roadrunners | 5 | L | BoxScore | |||
44 - 2020-11-30 | 344 | Bears | 8 | Reign | 0 | L | BoxScore | |||
46 - 2020-12-02 | 358 | Reign | 0 | Bears | 9 | L | BoxScore | |||
48 - 2020-12-04 | 375 | Thunderbirds | 7 | Reign | 2 | L | BoxScore | |||
50 - 2020-12-06 | 387 | Reign | 5 | Moose | 4 | W | BoxScore | |||
52 - 2020-12-08 | 400 | Reign | 1 | Monsters | 7 | L | BoxScore | |||
53 - 2020-12-09 | 413 | Crunch | 4 | Reign | 1 | L | BoxScore | |||
57 - 2020-12-13 | 437 | Reign | 1 | Heat | 7 | L | BoxScore | |||
58 - 2020-12-14 | 446 | Devils | 5 | Reign | 1 | L | BoxScore | |||
59 - 2020-12-15 | 468 | Phantoms | 7 | Reign | 2 | L | BoxScore | |||
61 - 2020-12-17 | 475 | Reign | 0 | Wild | 5 | L | BoxScore | |||
64 - 2020-12-20 | 498 | Stars | 4 | Reign | 1 | L | BoxScore | |||
65 - 2020-12-21 | 517 | Reign | 1 | Wolf Pack | 7 | L | BoxScore | |||
66 - 2020-12-22 | 526 | Reign | 2 | Penguins | 5 | L | BoxScore | |||
67 - 2020-12-23 | 537 | Moose | 4 | Reign | 2 | L | BoxScore | |||
70 - 2020-12-26 | 548 | Reign | 0 | Comets | 4 | L | BoxScore | |||
73 - 2020-12-29 | 563 | Reign | 1 | Sound Tigers | 4 | L | BoxScore | |||
74 - 2020-12-30 | 571 | Rocket | 6 | Reign | 1 | L | BoxScore | |||
77 - 2021-01-02 | 594 | Penguins | 6 | Reign | 2 | L | BoxScore | |||
79 - 2021-01-04 | 601 | Reign | 1 | Thunderbirds | 6 | L | BoxScore | |||
81 - 2021-01-06 | 626 | Admirals | 6 | Reign | 0 | L | BoxScore | |||
82 - 2021-01-07 | 629 | Reign | 1 | Gulls | 3 | L | BoxScore | |||
85 - 2021-01-10 | 645 | Reign | 3 | Stars | 4 | L | BoxScore | |||
86 - 2021-01-11 | 659 | Checkers | 7 | Reign | 0 | L | BoxScore | |||
89 - 2021-01-14 | 674 | Reign | 1 | Griffins | 7 | L | BoxScore | |||
92 - 2021-01-17 | 688 | Reign | 1 | Bruins | 5 | L | BoxScore | |||
94 - 2021-01-19 | 699 | Eagles | 6 | Reign | 5 | L | X | BoxScore | ||
95 - 2021-01-20 | 715 | Reign | 1 | Thunderbirds | 5 | L | BoxScore | |||
97 - 2021-01-22 | 731 | Bruins | 7 | Reign | 0 | L | BoxScore | |||
100 - 2021-01-25 | 745 | Reign | 0 | Bruins | 6 | L | BoxScore | |||
102 - 2021-01-27 | 761 | Wolf Pack | 4 | Reign | 3 | L | BoxScore | |||
104 - 2021-01-29 | 779 | Reign | 2 | Condors | 7 | L | BoxScore | |||
106 - 2021-01-31 | 792 | Condors | 7 | Reign | 3 | L | BoxScore | |||
109 - 2021-02-03 | 813 | Reign | 2 | Wolves | 4 | L | BoxScore | |||
110 - 2021-02-04 | 824 | Marlies | 5 | Reign | 1 | L | BoxScore | |||
116 - 2021-02-10 | 852 | Wild | 5 | Reign | 3 | L | BoxScore | |||
117 - 2021-02-11 | 868 | Reign | 0 | Senators | 5 | L | BoxScore | |||
119 - 2021-02-13 | 882 | Barracuda | 4 | Reign | 1 | L | BoxScore | |||
121 - 2021-02-15 | 897 | Reign | 1 | Devils | 6 | L | BoxScore | |||
125 - 2021-02-19 | 914 | Senators | 2 | Reign | 0 | L | BoxScore | |||
126 - 2021-02-20 | 928 | Reign | 1 | Marlies | 8 | L | BoxScore | |||
128 - 2021-02-22 | 944 | Reign | 3 | Rampage | 9 | L | BoxScore | |||
129 - 2021-02-23 | 951 | Wolves | 5 | Reign | 1 | L | BoxScore | |||
132 - 2021-02-26 | 971 | Senators | 5 | Reign | 3 | L | BoxScore | |||
133 - 2021-02-27 | 987 | Reign | 2 | Americans | 4 | L | BoxScore | |||
135 - 2021-03-01 | 1005 | Monsters | 7 | Reign | 1 | L | BoxScore | |||
138 - 2021-03-04 | 1031 | Griffins | 5 | Reign | 1 | L | BoxScore | |||
139 - 2021-03-05 | 1040 | Reign | 0 | Checkers | 9 | L | BoxScore | |||
143 - 2021-03-09 | 1063 | Gulls | - | Reign | - | |||||
144 - 2021-03-10 | 1079 | Reign | - | Crunch | - | |||||
146 - 2021-03-12 | 1093 | Roadrunners | - | Reign | - | |||||
Trade Deadline --- Trades can’t be done after this day is simulated! | ||||||||||
149 - 2021-03-15 | 1109 | Reign | - | Admirals | - | |||||
151 - 2021-03-17 | 1116 | Reign | - | Crunch | - | |||||
153 - 2021-03-19 | 1130 | Sound Tigers | - | Reign | - | |||||
155 - 2021-03-21 | 1139 | Reign | - | Phantoms | - | |||||
156 - 2021-03-22 | 1156 | Reign | - | IceHogs | - | |||||
157 - 2021-03-23 | 1169 | Heat | - | Reign | - | |||||
160 - 2021-03-26 | 1183 | Reign | - | Eagles | - | |||||
161 - 2021-03-27 | 1194 | Sound Tigers | - | Reign | - | |||||
166 - 2021-04-01 | 1218 | Reign | - | Barracuda | - | |||||
168 - 2021-04-03 | 1227 | Comets | - | Reign | - | |||||
169 - 2021-04-04 | 1242 | Reign | - | Barracuda | - | |||||
174 - 2021-04-09 | 1262 | Roadrunners | - | Reign | - |
Arena Capacity - Ticket Price Attendance - % | ||
---|---|---|
Level 1 | Level 2 | |
Arena Capacity | 2000 | 1000 |
Ticket Price | 35 | 15 |
Attendance | 64,137 | 32,563 |
Attendance PCT | 94.32% | 95.77% |
Income | |||||
---|---|---|---|---|---|
Home Games Left | Average Attendance - % | Average Income per Game | Year to Date Revenue | Arena Capacity | Team Popularity |
7 | 2844 - 94.80% | 70,743$ | 2,405,250$ | 3000 | 100 |
Expenses | |||
---|---|---|---|
Year To Date Expenses | Players Total Salaries | Players Total Average Salaries | Coaches Salaries |
141,667$ | 68,000$ | 3,000$ | 0$ |
Salary Cap Per Days | Salary Cap To Date | Players In Salary Cap | Players Out of Salary Cap |
---|---|---|---|
0$ | 61,437$ | 0 | 0 |
Estimate | |||
---|---|---|---|
Estimated Season Revenue | Remaining Season Days | Expenses Per Days | Estimated Season Expenses |
495,199$ | 35 | 949$ | 33,215$ |
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 | 12 | 65 | 0 | 3 | 2 | 0 | 0 | 185 | 411 | -226 | 41 | 5 | 32 | 0 | 3 | 1 | 0 | 0 | 90 | 192 | -102 | 41 | 7 | 33 | 0 | 0 | 1 | 0 | 0 | 95 | 219 | -124 | 32 | 185 | 354 | 539 | 2 | 0 | 0 | 66 | 66 | 50 | 2223 | 0 | 745 | 726 | 743 | 3447 | 957 | 675 | 1577 | 369 | 58 | 15.72% | 288 | 77 | 73.26% | 2 | 700 | 2144 | 32.65% | 828 | 2728 | 30.35% | 441 | 1341 | 32.89% | 1399 | 942 | 2615 | 600 | 914 | 384 |
13 | 68 | 1 | 62 | 0 | 2 | 3 | 0 | 0 | 118 | 375 | -257 | 34 | 0 | 32 | 0 | 1 | 1 | 0 | 0 | 57 | 184 | -127 | 34 | 1 | 30 | 0 | 1 | 2 | 0 | 0 | 61 | 191 | -130 | 9 | 118 | 226 | 344 | 2 | 0 | 0 | 60 | 31 | 25 | 1443 | 0 | 471 | 525 | 443 | 2910 | 858 | 542 | 1058 | 286 | 33 | 11.54% | 235 | 68 | 71.06% | 0 | 399 | 1449 | 27.54% | 613 | 2295 | 26.71% | 287 | 1071 | 26.80% | 904 | 591 | 2470 | 509 | 719 | 265 |
14 | 68 | 2 | 62 | 0 | 1 | 1 | 0 | 2 | 135 | 409 | -274 | 34 | 0 | 31 | 0 | 0 | 1 | 0 | 2 | 70 | 203 | -133 | 34 | 2 | 31 | 0 | 1 | 0 | 0 | 0 | 65 | 206 | -141 | 9 | 135 | 259 | 394 | 0 | 0 | 0 | 52 | 39 | 43 | 1752 | 0 | 604 | 535 | 599 | 3458 | 1061 | 673 | 1298 | 213 | 25 | 11.74% | 274 | 73 | 73.36% | 3 | 576 | 1745 | 33.01% | 772 | 2509 | 30.77% | 332 | 1140 | 29.12% | 990 | 643 | 2374 | 497 | 729 | 283 |
15 | 67 | 3 | 63 | 0 | 0 | 1 | 0 | 0 | 93 | 388 | -295 | 34 | 2 | 31 | 0 | 0 | 1 | 0 | 0 | 53 | 186 | -133 | 33 | 1 | 32 | 0 | 0 | 0 | 0 | 0 | 40 | 202 | -162 | 7 | 93 | 180 | 273 | 1 | 0 | 31 | 32 | 30 | 0 | 1488 | 476 | 481 | 531 | 0 | 3155 | 918 | 637 | 1123 | 239 | 18 | 7.53% | 244 | 63 | 74.18% | 1 | 450 | 1496 | 30.08% | 660 | 2412 | 27.36% | 296 | 1035 | 28.60% | 871 | 563 | 2451 | 492 | 698 | 257 |
Total Regular Season | 285 | 18 | 252 | 0 | 6 | 7 | 0 | 2 | 531 | 1583 | -1052 | 143 | 7 | 126 | 0 | 4 | 4 | 0 | 2 | 270 | 765 | -495 | 142 | 11 | 126 | 0 | 2 | 3 | 0 | 0 | 261 | 818 | -557 | 57 | 531 | 1019 | 1550 | 5 | 0 | 31 | 210 | 166 | 118 | 6906 | 476 | 2301 | 2317 | 1785 | 12970 | 3794 | 2527 | 5056 | 1107 | 134 | 12.10% | 1041 | 281 | 73.01% | 6 | 2125 | 6834 | 31.09% | 2873 | 9944 | 28.89% | 1356 | 4587 | 29.56% | 4165 | 2741 | 9912 | 2100 | 3061 | 1190 |
Players Ratings by Showtime Hockey | WebSim by SimonT Hockey Simulator