> For the complete documentation index, see [llms.txt](https://docs.kickest.it/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kickest.it/regolamento-kickest/punteggio-allenatore.md).

# Punteggio Allenatore

Il punteggio dell’allenatore si calcola sommando bonus e malus associati alla partita e moltiplicando il risultato per un **coefficiente di difficoltà**, che dipende dalla differenza di valore tra i due allenatori coinvolti nel match

| Azione                           | Bonus/Malus |
| -------------------------------- | :---------: |
| Vittoria squadra appartenenza    |      10     |
| Pareggio squadra appartenenza    |      4      |
| Sconfitta squadra appartenenza   |      0      |
| Gol fatto dalla propria squadra  |      3      |
| Gol subito dalla propria squadra |      -2     |
| Rete inviolata                   |      3      |
| Giocatore subentrante che segna  |      2      |
| Bonus vittoria in trasferta      |      2      |
| Malus sconfitta in casa          |      -2     |

\
**COEFFICIENTE ALLENATORE**

Il punteggio del coach viene moltiplicato per un **coefficiente che esprime la difficoltà della sfida**. Questo coefficiente è calcolato in base alla differenza di quotazione tra i due allenatori sfidanti.

**TABELLA COEFFICIENTI**

Quando il punteggio ottenuto dall’allenatore è positivo si moltiplica per il valore indicato nella tabella, quando invece è negativo si divide per lo stesso.

<table><thead><tr><th width="213">Differenza crediti</th><th width="244.33333333333331" align="center">Allenatore Quotaz. Più Alta</th><th align="center">Allenatore Quotaz. Più Bassa</th></tr></thead><tbody><tr><td>>  o = 7,00</td><td align="center">0,60</td><td align="center">2,50</td></tr><tr><td>6,00 -6,99</td><td align="center">0,65</td><td align="center">2,40</td></tr><tr><td>5,00 - 5,99</td><td align="center">0,70</td><td align="center">2,30</td></tr><tr><td>4,00 - 4,99</td><td align="center">0,75</td><td align="center">2,10</td></tr><tr><td>3,00 - 3,99</td><td align="center">0,80</td><td align="center">1,90</td></tr><tr><td>2,00 - 2,99</td><td align="center">0,85</td><td align="center">1,60</td></tr><tr><td>1,00 - 1,99</td><td align="center">0,90</td><td align="center">1,30</td></tr><tr><td>0,00 - 0,99</td><td align="center">1,00</td><td align="center">1,00</td></tr></tbody></table>

{% hint style="info" %}
***In caso di esonero, assenza o squalifica dell’allenatore, verrà comunque attribuito regolarmente il punteggio.***
{% endhint %}

<br>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kickest.it/regolamento-kickest/punteggio-allenatore.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
