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 | Buddy Robinson | X | 100.00 | 72 | 54 | 85 | 61 | 99 | 78 | 73 | 59 | 52 | 60 | 60 | 63 | 58 | 77 | 67 | 53 | 50 | 63 | 0 | ||||
2 | Darren Archibald | X | 100.00 | 66 | 49 | 88 | 61 | 85 | 77 | 75 | 59 | 53 | 58 | 60 | 62 | 57 | 78 | 67 | 52 | 50 | 62 | 0 | ||||
3 | Eric Tangradi | X | 100.00 | 69 | 47 | 86 | 60 | 92 | 76 | 69 | 58 | 56 | 59 | 61 | 62 | 58 | 79 | 71 | 58 | 50 | 62 | 0 | ||||
4 | Anthony Peluso | X | 100.00 | 68 | 48 | 82 | 59 | 88 | 74 | 73 | 58 | 54 | 57 | 57 | 60 | 59 | 79 | 71 | 54 | 50 | 61 | 0 | ||||
5 | Brendan Woods | X | 100.00 | 73 | 64 | 73 | 58 | 88 | 87 | 86 | 57 | 53 | 56 | 55 | 59 | 58 | 75 | 68 | 57 | 50 | 61 | 0 | ||||
6 | Jamie Devane | X | 100.00 | 81 | 64 | 68 | 55 | 96 | 79 | 78 | 53 | 51 | 52 | 54 | 60 | 53 | 77 | 69 | 54 | 50 | 60 | 0 | ||||
7 | Ryan White | X | 100.00 | 71 | 68 | 59 | 58 | 74 | 77 | 72 | 56 | 60 | 51 | 55 | 54 | 58 | 80 | 69 | 53 | 50 | 58 | 0 | ||||
8 | Jan Drozg (R) | X | 100.00 | 58 | 43 | 89 | 57 | 75 | 77 | 74 | 56 | 50 | 52 | 55 | 54 | 58 | 61 | 63 | 62 | 50 | 57 | 0 | ||||
9 | Steven Whitney | X | 100.00 | 53 | 42 | 87 | 56 | 61 | 78 | 75 | 54 | 51 | 53 | 55 | 52 | 56 | 77 | 69 | 53 | 50 | 56 | 0 | ||||
10 | Andrej Sekera | X | 100.00 | 60 | 40 | 87 | 64 | 73 | 83 | 77 | 63 | 30 | 69 | 55 | 78 | 48 | 84 | 74 | 35 | 50 | 68 | 0 | ||||
11 | Julian Melchiori | X | 100.00 | 78 | 52 | 86 | 58 | 94 | 86 | 88 | 56 | 30 | 53 | 54 | 60 | 45 | 77 | 69 | 53 | 50 | 65 | 0 | ||||
12 | Chris Wideman | X | 100.00 | 57 | 45 | 84 | 61 | 68 | 76 | 71 | 59 | 30 | 62 | 58 | 57 | 54 | 78 | 70 | 54 | 50 | 61 | 0 | ||||
13 | Frank Corrado | X | 100.00 | 63 | 45 | 89 | 58 | 75 | 78 | 77 | 56 | 30 | 54 | 52 | 55 | 45 | 73 | 67 | 58 | 50 | 60 | 0 | ||||
Scratches | ||||||||||||||||||||||||||
1 | Jayson Megna | X | 100.00 | 62 | 45 | 89 | 61 | 76 | 73 | 74 | 59 | 63 | 60 | 60 | 58 | 61 | 78 | 68 | 52 | 50 | 61 | 0 | ||||
TEAM AVERAGE | 100.00 | 67 | 50 | 82 | 59 | 82 | 79 | 76 | 57 | 47 | 57 | 57 | 60 | 55 | 77 | 69 | 53 | 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 | Zane McIntyre | 100.00 | 70 | 86 | 84 | 82 | 69 | 68 | 70 | 69 | 68 | 70 | 69 | 75 | 81 | 57 | 50 | 71 | 0 | |
2 | Brad Thiessen | 100.00 | 65 | 66 | 64 | 70 | 64 | 63 | 65 | 64 | 63 | 65 | 64 | 84 | 88 | 51 | 50 | 65 | 0 | |
Scratches | ||||||||||||||||||||
1 | Martin Ouellette | 100.00 | 60 | 54 | 52 | 70 | 59 | 58 | 60 | 59 | 58 | 60 | 59 | 77 | 83 | 56 | 50 | 60 | 0 | |
TEAM AVERAGE | 100.00 | 65 | 69 | 67 | 74 | 64 | 63 | 65 | 64 | 63 | 65 | 64 | 79 | 84 | 55 | 50 | 65 |
Coaches Name | PH | DF | OF | PD | EX | LD | PO | CNT | Age | Contract | Salary |
---|---|---|---|---|---|---|---|---|---|---|---|
Dominique Ducharme | 72 | 70 | 69 | 68 | 71 | 66 | 78 | CAN | 47 | 4 | 1,000,000$ |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
# | Player Name | Team Name | POS | GP | G | A | P | +/- | PIM | PIM5 | HIT | HTT | SHT | OSB | OSM | SHT% | SB | MP | AMG | PPG | PPA | PPP | PPS | PPM | PKG | PKA | PKP | PKS | PKM | GW | GT | FO% | FOT | GA | TA | EG | HT | P/20 | PSG | PSS | FW | FL | FT | S1 | S2 | S3 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Andrej Sekera | Roadrunners (PHX) | D | 67 | 22 | 36 | 58 | 9 | 32 | 0 | 49 | 116 | 182 | 45 | 109 | 12.09% | 115 | 1621 | 24.20 | 16 | 16 | 32 | 143 | 279 | 0 | 0 | 0 | 0 | 288 | 5 | 5 | 0.00% | 0 | 0 | 0 | 0 | 0 | 0.72 | 0 | 0 | 0 | 0 | 0 | 5 | 6 | 2 |
2 | Zach Trotman | Phoenix Coyotes | D | 62 | 17 | 39 | 56 | 5 | 80 | 0 | 125 | 64 | 144 | 49 | 94 | 11.81% | 67 | 1302 | 21.01 | 11 | 21 | 32 | 107 | 237 | 1 | 0 | 1 | 1 | 225 | 1 | 0 | 0.00% | 0 | 0 | 0 | 0 | 0 | 0.86 | 0 | 0 | 0 | 0 | 0 | 2 | 6 | 4 |
3 | Buddy Robinson | Roadrunners (PHX) | RW | 67 | 28 | 27 | 55 | 10 | 113 | 25 | 176 | 97 | 213 | 67 | 148 | 13.15% | 41 | 1250 | 18.66 | 10 | 10 | 20 | 46 | 178 | 1 | 0 | 1 | 5 | 186 | 5 | 1 | 51.00% | 100 | 0 | 0 | 0 | 2 | 0.88 | 1 | 4 | 1 | 1 | 2 | 5 | 5 | 2 |
4 | Anthony Peluso | Roadrunners (PHX) | RW | 67 | 21 | 24 | 45 | 25 | 14 | 0 | 34 | 40 | 126 | 24 | 94 | 16.67% | 9 | 817 | 12.21 | 4 | 8 | 12 | 19 | 124 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 58.97% | 39 | 0 | 0 | 0 | 1 | 1.10 | 0 | 1 | 0 | 0 | 0 | 2 | 3 | 6 |
5 | Eric Tangradi | Roadrunners (PHX) | LW | 67 | 15 | 28 | 43 | 21 | 34 | 0 | 54 | 82 | 153 | 46 | 126 | 9.80% | 9 | 1083 | 16.17 | 3 | 7 | 10 | 29 | 152 | 0 | 0 | 0 | 2 | 75 | 1 | 2 | 60.34% | 174 | 0 | 0 | 0 | 0 | 0.79 | 2 | 2 | 0 | 0 | 0 | 1 | 2 | 0 |
6 | Julian Melchiori | Roadrunners (PHX) | D | 67 | 11 | 32 | 43 | 10 | 118 | 0 | 212 | 57 | 166 | 55 | 90 | 6.63% | 66 | 1584 | 23.65 | 9 | 19 | 28 | 129 | 278 | 0 | 0 | 0 | 3 | 254 | 2 | 1 | 0.00% | 0 | 0 | 0 | 0 | 0 | 0.54 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 7 |
7 | Ryan White | Roadrunners (PHX) | C | 67 | 11 | 22 | 33 | 26 | 70 | 20 | 95 | 88 | 67 | 28 | 62 | 16.42% | 4 | 835 | 12.47 | 3 | 5 | 8 | 14 | 123 | 0 | 0 | 0 | 0 | 1 | 2 | 1 | 55.92% | 955 | 0 | 0 | 0 | 0 | 0.79 | 0 | 0 | 1 | 0 | 3 | 1 | 0 | 1 |
8 | Matt Bartkowski | Phoenix Coyotes | D | 48 | 12 | 19 | 31 | -4 | 59 | 15 | 63 | 66 | 109 | 37 | 66 | 11.01% | 64 | 1048 | 21.85 | 10 | 8 | 18 | 77 | 181 | 0 | 2 | 2 | 1 | 185 | 0 | 2 | 0.00% | 0 | 0 | 0 | 0 | 0 | 0.59 | 0 | 0 | 2 | 0 | 1 | 4 | 0 | 2 |
9 | Jayson Megna | Roadrunners (PHX) | C | 48 | 9 | 12 | 21 | 11 | 14 | 0 | 18 | 74 | 92 | 27 | 69 | 9.78% | 4 | 717 | 14.95 | 1 | 2 | 3 | 14 | 96 | 0 | 0 | 0 | 0 | 3 | 2 | 0 | 59.76% | 830 | 0 | 0 | 0 | 0 | 0.59 | 0 | 0 | 0 | 0 | 0 | 3 | 1 | 0 |
10 | Chris Wideman | Roadrunners (PHX) | D | 67 | 3 | 15 | 18 | -3 | 54 | 0 | 69 | 52 | 30 | 14 | 26 | 10.00% | 56 | 935 | 13.96 | 0 | 1 | 1 | 3 | 9 | 0 | 0 | 0 | 0 | 72 | 0 | 0 | 0.00% | 0 | 0 | 0 | 0 | 0 | 0.38 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
11 | Frank Corrado | Roadrunners (PHX) | D | 67 | 3 | 15 | 18 | -3 | 91 | 5 | 89 | 35 | 29 | 21 | 22 | 10.34% | 55 | 958 | 14.30 | 0 | 1 | 1 | 4 | 11 | 0 | 0 | 0 | 0 | 81 | 0 | 0 | 0.00% | 0 | 0 | 0 | 0 | 0 | 0.38 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 |
12 | Brendan Woods | Roadrunners (PHX) | LW | 67 | 7 | 10 | 17 | 4 | 100 | 10 | 99 | 60 | 94 | 29 | 73 | 7.45% | 6 | 727 | 10.86 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 16 | 0 | 1 | 57.99% | 338 | 0 | 0 | 0 | 0 | 0.47 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 |
13 | Cole Schneider | Phoenix Coyotes | LW/RW | 14 | 8 | 8 | 16 | 12 | 6 | 0 | 19 | 28 | 45 | 15 | 37 | 17.78% | 5 | 347 | 24.83 | 1 | 3 | 4 | 11 | 67 | 0 | 0 | 0 | 1 | 84 | 3 | 1 | 57.79% | 154 | 0 | 0 | 0 | 0 | 0.92 | 0 | 1 | 0 | 0 | 0 | 4 | 1 | 3 |
14 | Darren Archibald | Roadrunners (PHX) | LW | 67 | 7 | 8 | 15 | 2 | 23 | 5 | 17 | 51 | 79 | 20 | 48 | 8.86% | 12 | 498 | 7.45 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 75 | 2 | 0 | 61.21% | 116 | 0 | 0 | 0 | 0 | 0.60 | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 1 |
15 | Jan Drozg | Roadrunners (PHX) | RW | 67 | 4 | 4 | 8 | 0 | 4 | 0 | 14 | 34 | 43 | 10 | 34 | 9.30% | 6 | 423 | 6.33 | 0 | 0 | 0 | 1 | 3 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 42.31% | 26 | 0 | 0 | 0 | 0 | 0.38 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
16 | Jamie Devane | Roadrunners (PHX) | LW | 67 | 4 | 4 | 8 | 4 | 25 | 5 | 38 | 14 | 21 | 8 | 7 | 19.05% | 4 | 227 | 3.40 | 0 | 0 | 0 | 4 | 19 | 0 | 0 | 0 | 0 | 29 | 3 | 0 | 50.00% | 38 | 0 | 0 | 0 | 0 | 0.70 | 0 | 0 | 0 | 1 | 0 | 0 | 3 | 1 |
17 | Steven Whitney | Roadrunners (PHX) | RW | 33 | 0 | 1 | 1 | -2 | 2 | 0 | 6 | 9 | 13 | 7 | 17 | 0.00% | 8 | 210 | 6.39 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 78 | 0 | 0 | 40.74% | 27 | 0 | 0 | 0 | 0 | 0.09 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Team Total or Average | 1009 | 182 | 304 | 486 | 127 | 839 | 85 | 1177 | 967 | 1606 | 502 | 1122 | 11.33% | 531 | 14592 | 14.46 | 68 | 101 | 169 | 602 | 1764 | 2 | 2 | 4 | 15 | 1658 | 29 | 14 | 57.42% | 2797 | 0 | 0 | 0 | 3 | 0.67 | 3 | 9 | 5 | 4 | 7 | 31 | 34 | 31 |
Priority | Type | Description |
---|---|---|
1 | | or OR | Logical "or" (Vertical bar). Filter the column for content that matches text from either side of the bar |
2 | && or AND | Logical "and". Filter the column for content that matches text from either side of the operator. |
3 | /\d/ | Add any regex to the query to use in the query ("mig" flags can be included /\w/mig ) |
4 | < <= >= > | Find alphabetical or numerical values less than or greater than or equal to the filtered query |
5 | ! or != | Not operator, or not exactly match. Filter the column with content that do not match the query. Include an equal (= ), single (' ) or double quote (" ) to exactly not match a filter. |
6 | " or = | To exactly match the search query, add a quote, apostrophe or equal sign to the beginning and/or end of the query |
7 | - or to | Find a range of values. Make sure there is a space before and after the dash (or the word "to") |
8 | ? | Wildcard for a single, non-space character. |
8 | * | Wildcard for zero or more non-space characters. |
9 | ~ | Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query |
10 | text | Any text entered in the filter will match text found within the column |
# | Goalie Name | Team Name | GP | W | L | OTL | PCT | GAA | MP | PIM | SO | GA | SA | SAR | A | EG | PS % | PSA | ST | BG | S1 | S2 | S3 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Zane McIntyre | Roadrunners (PHX) | 67 | 33 | 23 | 11 | 0.907 | 2.38 | 4003 | 6 | 2 | 159 | 1707 | 0 | 10 | 1 | 0.500 | 26 | 67 | 0 | 2 | 4 | 4 |
2 | Dylan Ferguson | Phoenix Coyotes | 3 | 0 | 0 | 0 | 1.000 | 0.00 | 63 | 0 | 0 | 0 | 27 | 0 | 0 | 0 | 0.000 | 0 | 0 | 34 | 0 | 0 | 0 |
Team Total or Average | 70 | 33 | 23 | 11 | 0.908 | 2.35 | 4067 | 6 | 2 | 159 | 1734 | 0 | 10 | 1 | 0.500 | 26 | 67 | 34 | 2 | 4 | 4 |
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Andrej Sekera | D | 34 | 1986-06-08 | No | 195 Lbs | 6 ft0 | No | No | No | 2 | UFA | Pro & Farm | 1,051,865$ | 0$ | 0$ | No | Link / NHL Link | |
Anthony Peluso | RW | 31 | 1989-04-18 | No | 225 Lbs | 6 ft3 | No | No | No | 4 | UFA | Pro & Farm | 491,289$ | 0$ | 0$ | No | Link / NHL Link | |
Brad Thiessen | G | 34 | 1986-03-19 | No | 180 Lbs | 6 ft0 | No | No | No | 1 | UFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
Brendan Woods | LW | 28 | 1992-06-11 | No | 210 Lbs | 6 ft4 | No | No | No | 3 | UFA | Pro & Farm | 499,994$ | 0$ | 0$ | No | Link / NHL Link | |
Buddy Robinson | RW | 29 | 1991-09-30 | No | 232 Lbs | 6 ft6 | No | No | No | 4 | UFA | Pro & Farm | 499,523$ | 0$ | 0$ | No | Link / NHL Link | |
Chris Wideman | D | 31 | 1990-01-07 | No | 190 Lbs | 5 ft10 | No | No | No | 3 | UFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
Darren Archibald | LW | 30 | 1990-02-09 | No | 210 Lbs | 6 ft3 | No | No | No | 1 | UFA | Pro & Farm | 491,289$ | 0$ | 0$ | No | Link / NHL Link | |
Eric Tangradi | LW | 31 | 1989-02-10 | No | 226 Lbs | 6 ft4 | No | No | No | 2 | UFA | Pro & Farm | 499,994$ | 0$ | 0$ | No | Link / NHL Link | |
Frank Corrado | D | 27 | 1993-03-26 | No | 205 Lbs | 6 ft0 | No | No | No | 4 | RFA | Pro & Farm | 494,527$ | 0$ | 0$ | No | Link / NHL Link | |
Jamie Devane | LW | 29 | 1991-02-20 | No | 232 Lbs | 6 ft5 | No | No | No | 1 | UFA | Pro & Farm | 499,994$ | 0$ | 0$ | No | Link / NHL Link | |
Jan Drozg | RW | 21 | 1999-04-01 | Yes | 174 Lbs | 6 ft2 | No | No | No | 4 | ELC | Pro & Farm | 300,000$ | 0$ | 0$ | No | NHL Link | |
Jayson Megna | C | 30 | 1990-02-01 | No | 195 Lbs | 6 ft1 | No | No | No | 1 | UFA | Pro & Farm | 491,289$ | 0$ | 0$ | No | Link / NHL Link | |
Julian Melchiori | D | 29 | 1991-12-06 | No | 222 Lbs | 6 ft5 | No | No | No | 4 | UFA | Pro & Farm | 491,289$ | 0$ | 0$ | No | Link / NHL Link | |
Martin Ouellette | G | 29 | 1991-12-30 | No | 160 Lbs | 6 ft1 | No | No | No | 1 | UFA | Pro & Farm | 462,943$ | 0$ | 0$ | No | Link / NHL Link | |
Ryan White | C | 32 | 1988-03-17 | No | 200 Lbs | 6 ft0 | No | No | No | 3 | UFA | Pro & Farm | 500,000$ | 0$ | 0$ | No | Link / NHL Link | |
Steven Whitney | RW | 29 | 1991-02-18 | No | 168 Lbs | 5 ft7 | No | No | No | 2 | UFA | Pro & Farm | 494,528$ | 0$ | 0$ | No | Link / NHL Link | |
Zane McIntyre | G | 28 | 1992-08-20 | No | 206 Lbs | 6 ft2 | No | No | No | 1 | UFA | Pro & Farm | 749,317$ | 0$ | 0$ | No | Link / NHL Link |
Total Players | Average Age | Average Weight | Average Height | Average Contract | Average Year 1 Salary |
---|---|---|---|---|---|
17 | 29.53 | 202 Lbs | 6 ft2 | 2.41 | 530,461$ |
5 vs 5 Forward | |||||||
---|---|---|---|---|---|---|---|
Line # | Left Wing | Center | Right Wing | Time % | PHY | DF | OF |
1 | Buddy Robinson | 40 | 1 | 2 | 2 | ||
2 | Eric Tangradi | Ryan White | Anthony Peluso | 30 | 1 | 2 | 2 |
3 | Darren Archibald | Brendan Woods | Jan Drozg | 20 | 1 | 2 | 2 |
4 | Brendan Woods | Steven Whitney | 10 | 1 | 2 | 2 |
5 vs 5 Defense | |||||||
---|---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF | |
1 | Andrej Sekera | Julian Melchiori | 40 | 1 | 2 | 2 | |
2 | 30 | 1 | 2 | 2 | |||
3 | Chris Wideman | Frank Corrado | 20 | 1 | 2 | 2 | |
4 | Andrej Sekera | Julian Melchiori | 10 | 1 | 2 | 2 |
Power Play Forward | |||||||
---|---|---|---|---|---|---|---|
Line # | Left Wing | Center | Right Wing | Time % | PHY | DF | OF |
1 | Buddy Robinson | 60 | 1 | 2 | 2 | ||
2 | Eric Tangradi | Ryan White | Anthony Peluso | 40 | 1 | 2 | 2 |
Power Play Defense | |||||||
---|---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF | |
1 | Andrej Sekera | Julian Melchiori | 60 | 1 | 2 | 2 | |
2 | 40 | 1 | 2 | 2 |
Penalty Kill 4 Players Forward | ||||||
---|---|---|---|---|---|---|
Line # | Center | Wing | Time % | PHY | DF | OF |
1 | Buddy Robinson | 60 | 1 | 2 | 2 | |
2 | Eric Tangradi | Darren Archibald | 40 | 1 | 2 | 2 |
Penalty Kill 4 Players Defense | ||||||
---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF |
1 | Andrej Sekera | Julian Melchiori | 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 | Andrej Sekera | Julian Melchiori | 60 | 1 | 2 | 2 | |
2 | Buddy Robinson | 40 | 1 | 2 | 2 | 40 | 1 | 2 | 2 |
4 vs 4 Forward | ||||||
---|---|---|---|---|---|---|
Line # | Center | Wing | Time % | PHY | DF | OF |
1 | Buddy Robinson | 60 | 1 | 2 | 2 | |
2 | Eric Tangradi | Darren Archibald | 40 | 1 | 2 | 2 |
4 vs 4 Defense | ||||||
---|---|---|---|---|---|---|
Line # | Defense | Defense | Time % | PHY | DF | OF |
1 | Andrej Sekera | Julian Melchiori | 60 | 1 | 2 | 2 |
2 | 40 | 1 | 2 | 2 |
Last Minutes Offensive | ||||
---|---|---|---|---|
Left Wing | Center | Right Wing | Defense | Defense |
Buddy Robinson | Andrej Sekera | Julian Melchiori |
Last Minutes Defensive | ||||
---|---|---|---|---|
Left Wing | Center | Right Wing | Defense | Defense |
Buddy Robinson | Andrej Sekera | Julian Melchiori |
Extra Forwards | ||
---|---|---|
Normal | PowerPlay | Penalty Kill |
Jamie Devane, Jan Drozg, Steven Whitney | Jamie Devane, Jan Drozg | Steven Whitney |
Extra Defensemen | ||
---|---|---|
Normal | PowerPlay | Penalty Kill |
Chris Wideman, Frank Corrado, | Chris Wideman | Frank Corrado, |
Penalty Shots |
---|
, Buddy Robinson, Eric Tangradi, Darren Archibald, Anthony Peluso |
Goalie |
---|
#1 : Zane McIntyre, #2 : Brad Thiessen |
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 | 77 | W5 | 193 | 335 | 528 | 1677 | 1735 | 550 | 911 | 1342 | 1 | 2 |
All Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
67 | 28 | 23 | 4 | 5 | 1 | 6 | 193 | 166 |
Home Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
34 | 15 | 11 | 1 | 1 | 1 | 5 | 93 | 84 |
Visitor Games | ||||||||
---|---|---|---|---|---|---|---|---|
GP | W | L | OTW | OTL | SOW | SOL | GF | GA |
33 | 13 | 12 | 3 | 4 | 0 | 1 | 100 | 82 |
Last 10 Games | |||||
---|---|---|---|---|---|
W | L | OTW | OTL | SOW | SOL |
6 | 2 | 0 | 1 | 0 | 1 |
Power Play Attemps | Power Play Goals | Power Play % | Penalty Kill Attemps | Penalty Kill Goals Against | Penalty Kill % | Penalty Kill Goals For |
---|---|---|---|---|---|---|
356 | 76 | 21.35% | 382 | 56 | 85.34% | 2 |
Shots 1 Period | Shots 2 Period | Shots 3 Period | Shots 4+ Period | Goals 1 Period | Goals 2 Period | Goals 3 Period | Goals 4+ Period |
---|---|---|---|---|---|---|---|
493 | 536 | 625 | 46 | 64 | 53 | 71 | 9 |
Face Offs | ||||||||
---|---|---|---|---|---|---|---|---|
Won Offensive Zone | Total Offensive | Won Offensive % | Won Defensif Zone | Total Defensive | Won Defensive % | Won Neutral Zone | Total Neutral | Won Neutral % |
909 | 1977 | 45.98% | 868 | 2090 | 41.53% | 432 | 937 | 46.10% |
Puck Time | |||||
---|---|---|---|---|---|
In Offensive Zone | Control In Offensive Zone | In Defensive Zone | Control In Defensive Zone | In Neutral Zone | Control In Neutral Zone |
1696 | 1205 | 1587 | 469 | 789 | 400 |
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 |
Arena Capacity - Ticket Price Attendance - % | ||
---|---|---|
Level 1 | Level 2 | |
Arena Capacity | 2000 | 1000 |
Ticket Price | 35 | 15 |
Attendance | 64,078 | 32,025 |
Attendance PCT | 94.23% | 94.19% |
Income | |||||
---|---|---|---|---|---|
Home Games Left | Average Attendance - % | Average Income per Game | Year to Date Revenue | Arena Capacity | Team Popularity |
7 | 2827 - 94.22% | 70,480$ | 2,396,329$ | 3000 | 100 |
Expenses | |||
---|---|---|---|
Year To Date Expenses | Players Total Salaries | Players Total Average Salaries | Coaches Salaries |
884,656$ | 90,178$ | 5,000$ | 0$ |
Salary Cap Per Days | Salary Cap To Date | Players In Salary Cap | Players Out of Salary Cap |
---|---|---|---|
0$ | 82,383$ | 0 | 0 |
Estimate | |||
---|---|---|---|
Estimated Season Revenue | Remaining Season Days | Expenses Per Days | Estimated Season Expenses |
493,362$ | 35 | 6,159$ | 215,565$ |
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 | 35 | 29 | 0 | 3 | 6 | 4 | 5 | 294 | 257 | 37 | 41 | 18 | 12 | 0 | 1 | 4 | 2 | 4 | 173 | 131 | 42 | 41 | 17 | 17 | 0 | 2 | 2 | 2 | 1 | 121 | 126 | -5 | 95 | 294 | 476 | 770 | 0 | 7 | 0 | 115 | 95 | 77 | 2444 | 0 | 797 | 796 | 824 | 2036 | 600 | 1033 | 1607 | 504 | 89 | 17.66% | 417 | 83 | 80.10% | 6 | 1298 | 2515 | 51.61% | 1146 | 2215 | 51.74% | 691 | 1282 | 53.90% | 2219 | 1643 | 1823 | 555 | 937 | 481 |
13 | 68 | 23 | 37 | 0 | 1 | 4 | 2 | 1 | 174 | 216 | -42 | 34 | 13 | 16 | 0 | 0 | 3 | 1 | 1 | 90 | 114 | -24 | 34 | 10 | 21 | 0 | 1 | 1 | 1 | 0 | 84 | 102 | -18 | 57 | 174 | 299 | 473 | 1 | 4 | 0 | 61 | 56 | 54 | 1665 | 0 | 528 | 530 | 591 | 1873 | 548 | 863 | 1253 | 411 | 54 | 13.14% | 339 | 60 | 82.30% | 3 | 1093 | 1948 | 56.11% | 1063 | 1973 | 53.88% | 559 | 988 | 56.58% | 1603 | 1132 | 1711 | 493 | 794 | 386 |
14 | 68 | 38 | 16 | 0 | 2 | 4 | 3 | 5 | 239 | 167 | 72 | 34 | 17 | 12 | 0 | 1 | 2 | 1 | 1 | 110 | 81 | 29 | 34 | 21 | 4 | 0 | 1 | 2 | 2 | 4 | 129 | 86 | 43 | 95 | 239 | 429 | 668 | 0 | 5 | 0 | 94 | 84 | 56 | 2288 | 0 | 797 | 709 | 755 | 1630 | 429 | 795 | 1280 | 306 | 63 | 20.59% | 274 | 43 | 84.31% | 4 | 1365 | 2201 | 62.02% | 1063 | 1781 | 59.69% | 622 | 1015 | 61.28% | 1996 | 1495 | 1350 | 421 | 783 | 428 |
15 | 67 | 28 | 23 | 0 | 4 | 5 | 1 | 6 | 193 | 166 | 27 | 34 | 15 | 11 | 0 | 1 | 1 | 1 | 5 | 93 | 84 | 9 | 33 | 13 | 12 | 0 | 3 | 4 | 0 | 1 | 100 | 82 | 18 | 77 | 193 | 335 | 528 | 1 | 2 | 64 | 53 | 71 | 9 | 1677 | 493 | 536 | 625 | 46 | 1735 | 550 | 911 | 1342 | 356 | 76 | 21.35% | 382 | 56 | 85.34% | 2 | 909 | 1977 | 45.98% | 868 | 2090 | 41.53% | 432 | 937 | 46.10% | 1696 | 1205 | 1587 | 469 | 789 | 400 |
Total Regular Season | 285 | 124 | 105 | 0 | 10 | 19 | 10 | 17 | 900 | 806 | 94 | 143 | 63 | 51 | 0 | 3 | 10 | 5 | 11 | 466 | 410 | 56 | 142 | 61 | 54 | 0 | 7 | 9 | 5 | 6 | 434 | 396 | 38 | 324 | 900 | 1539 | 2439 | 2 | 18 | 64 | 323 | 306 | 196 | 8074 | 493 | 2658 | 2660 | 2216 | 7274 | 2127 | 3602 | 5482 | 1577 | 282 | 17.88% | 1412 | 242 | 82.86% | 15 | 4665 | 8641 | 53.99% | 4140 | 8059 | 51.37% | 2304 | 4222 | 54.57% | 7515 | 5475 | 6473 | 1939 | 3304 | 1697 |
Playoff | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 | 7 | 3 | 4 | 0 | 0 | 0 | 0 | 0 | 13 | 18 | -5 | 3 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 6 | 5 | 1 | 4 | 1 | 3 | 0 | 0 | 0 | 0 | 0 | 7 | 13 | -6 | 6 | 13 | 22 | 35 | 0 | 1 | 0 | 4 | 3 | 6 | 156 | 0 | 41 | 63 | 52 | 186 | 55 | 94 | 129 | 62 | 11 | 17.74% | 39 | 2 | 94.87% | 0 | 95 | 213 | 44.60% | 84 | 217 | 38.71% | 37 | 89 | 41.57% | 147 | 102 | 195 | 51 | 77 | 36 |
14 | 12 | 7 | 5 | 0 | 0 | 0 | 0 | 0 | 27 | 27 | 0 | 5 | 1 | 4 | 0 | 0 | 0 | 0 | 0 | 8 | 19 | -11 | 7 | 6 | 1 | 0 | 0 | 0 | 0 | 0 | 19 | 8 | 11 | 14 | 27 | 45 | 72 | 0 | 3 | 0 | 9 | 7 | 8 | 270 | 0 | 82 | 84 | 80 | 297 | 77 | 176 | 216 | 67 | 11 | 16.42% | 77 | 10 | 87.01% | 0 | 189 | 400 | 47.25% | 207 | 400 | 51.75% | 86 | 176 | 48.86% | 293 | 194 | 317 | 101 | 164 | 79 |
Total Playoff | 19 | 10 | 9 | 0 | 0 | 0 | 0 | 0 | 40 | 45 | -5 | 8 | 3 | 5 | 0 | 0 | 0 | 0 | 0 | 14 | 24 | -10 | 11 | 7 | 4 | 0 | 0 | 0 | 0 | 0 | 26 | 21 | 5 | 20 | 40 | 67 | 107 | 0 | 4 | 0 | 13 | 10 | 14 | 426 | 0 | 123 | 147 | 132 | 483 | 132 | 270 | 345 | 129 | 22 | 17.05% | 116 | 12 | 89.66% | 0 | 284 | 613 | 46.33% | 291 | 617 | 47.16% | 123 | 265 | 46.42% | 440 | 297 | 512 | 152 | 242 | 115 |
Players Ratings by Showtime Hockey | WebSim by SimonT Hockey Simulator