# Players scoring

The **score of each player** takes into consideration the personal performance (regular time plus overtimes) and the result of his team.

It is calculated as the sum of the following statistical actions:

| PLAYER ACTION                      | BONUS | PENALTY                          |
| ---------------------------------- | ----- | -------------------------------- |
| Point scored                       | +1    |                                  |
| Rebound                            | +1    |                                  |
| Assist                             | +1    |                                  |
| Steal / Turnover                   | +1    | -1                               |
| Blocked shots performed / suffered | +1    | -1                               |
| Foul drawn / committed             | +1    | -1                               |
| Missed shot                        |       | -1                               |
| Missed free throw                  |       | -1                               |
| Team Win Bonus                     |       | +10% of fantasy score that round |
