# Punteggio Giocatore

Il punteggio dei giocatori è basato su dati forniti da Opta, partner ufficiale per la rilevazione delle statistiche. Le azioni considerate riguardano esclusivamente tempi regolamentari e recupero.

Il punteggio viene calcolato come la somma dei seguenti valori statistici:

## **Voci Principali** *(≥ 5 punti per evento)*

| Azione               | Tutti | Att | Cen | Dif | Por |
| -------------------- | :---: | :-: | :-: | :-: | :-: |
| Titolare             |   +5  |     |     |     |     |
| Gol                  |       | +14 | +16 | +18 | +50 |
| Gol su rigore        |  +10  |     |     |     |     |
| Assist               |   +7  |     |     |     |     |
| Espulsione           |   -5  |     |     |     |     |
| Autogol              |   -5  |     |     |     |     |
| Autogol provocato    |   +5  |     |     |     |     |
| Rigore guadagnato    |   +5  |     |     |     |     |
| Rigore causato       |   -5  |     |     |     |     |
| Rigore sbagliato     |  -10  |     |     |     |     |
| Rete inviolata (60') |       |     |     |  +5 | +10 |
| Errore decisivo      |   -7  |     |     |     |     |
| Rigore parato        |       |     |     |     | +15 |

## **Altre voci** *(< 5 punti per evento)*

| Azione              | Tutti | Att | Cen | Dif |  Por |
| ------------------- | :---: | :-: | :-: | :-: | :--: |
| Subentrate          |  +2,5 |     |     |     |      |
| Ammonizione         |   -2  |     |     |     |      |
| Passaggio riuscito  |  +0,1 |     |     |     |      |
| Passaggio sbagliato |  -0,2 |     |     |     |      |
| Pallone rubato      |       |  +1 |  +1 |  +1 |      |
| Pallone perso       |  -0,3 |     |     |     |      |
| Tiro in porta       |   +2  |     |     |     |      |
| Duello vinto        |  +0,4 |     |     |     |      |
| Duello perso        |  -0,2 |     |     |     |      |
| Dribbling riuscito  |   +1  |     |     |     |      |
| Tiro respinto       |  +0,5 |     |     |     |      |
| Big chance fallita  |   -2  |     |     |     |      |
| Gol subito          |       |     |     |  -1 |  -2  |
| Parata              |       |     |     |     | +1,5 |

**Note:**

* Il Capitano moltiplica il suo punteggio **x1,5;**
* L'Assist non verrà considerato se il passaggio vincente viene deviato in maniera decisiva da un difensore della squadra avversaria;
* L'Autogol provocato è il bonus attribuito al giocatore che in fase offensiva induce il giocatore avversario a segnare nella propria rete;
* Il Bonus Rigore Guadagnato NON viene assegnato per eventuali tocchi di mano del giocatore che provoca il rigore;
* Il calciatore espulso o ammonito mentre non è in campo o al termine della partita subirà il malus solo se è già sceso o scenderà in campo.
* Il Bonus Porta Inviolata viene attribuito solamente se il giocatore ha giocato almeno 60’ e, al termine della partita, la sua squadra non ha subito gol.

Per maggiori informazioni sulle voci statistiche che compongono il punteggio del giocatore, a questo [**LINK**](https://www.kickest.it/it/serie-a/notizie/fantacalcio/33172/voci-statistiche-punteggio-fantacalcio-kickest-domande) potete trovare alcuni approfondimenti utili.

{% hint style="info" %}
&#x20;***L’organizzazione si riserva il diritto di modificare uno o più dati in base ad evidenti errori o diverse interpretazioni delle azioni di gioco da parte del fornitore.***
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kickest.it/regolamento-kickest/punteggio-giocatore.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
