> For the complete documentation index, see [llms.txt](https://docs.dunkest.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dunkest.com/gre/kanones-fantasy/bathmologia-paikti.md).

# Βαθμολογία Παίκτη

Η βαθμολογία κάθε παίκτη λαμβάνει υπόψη **την ατομική απόδοση** (κανονικός χρόνος συν παρατάσεις) και το **αποτέλεσμα της ομάδας του**.

Η βαθμολογία των παικτών υπολογίζεται ως το **άθροισμα των παρακάτω στατιστικών ενεργειών**:

| ΕΝΕΡΓΕΙΑ ΠΑΙΚΤΗ              | Μπόνους          | Ποινή |
| ---------------------------- | ---------------- | ----- |
| Σκορ πόντων                  | +1               |       |
| Αμυντικό ριμπάουντ           | +1               |       |
| Επιθετικό ριμπάουντ          | +1.25            |       |
| Ασίστ                        | +1.5             |       |
| Κλέψιμο / Απώλεια μπάλας     | +1.5             | -1.5  |
| Αποκρούσεις / Δέχτηκες μπλοκ | +1.5             | -0,5  |
| Διπλό-Διπλό                  | +5               |       |
| Τριπλό-Διπλό                 | +10              |       |
| Τετραπλό-Διπλό               | +50              |       |
| Αρχική πεντάδα               | +1               |       |
| Ευστοχίες τρίποντων: 3/4/5+  | +3/+4/+5         |       |
| Νίκη ομάδας                  | +5% of his score |       |
| Αστοχία σουτ                 |                  | -1    |
| Αστοχία βολής                |                  | -1    |

## Καπετάνιος

Η βαθμολογία του Καπετάνιου πολλαπλασιάζεται επί 1,5

### Πηγή Δεδομένων

Οι βαθμολογίες υπολογίζονται με βάση τα **επίσημα στατιστικά της OPTA**.\
Αυτή η πηγή δεδομένων είναι **οριστική και αδιαμφισβήτητη**, και όλα τα στατιστικά μετρώνται **αντικειμενικά και αδιαμφισβήτητα** σύμφωνα με τις πραγματικές εμφανίσεις των παικτών στους αγώνες.

Συνεπώς, **δεν αναλαμβάνεται καμία ευθύνη** για την ακρίβεια των δεδομένων.\
Η οργάνωση διατηρεί το δικαίωμα να τροποποιήσει **ένα ή περισσότερα δεδομένα** σε περίπτωση σαφών λαθών ή διαφορετικών ερμηνειών των αγωνιστικών ενεργειών από τον πάροχο δεδομένων.


---

# 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.dunkest.com/gre/kanones-fantasy/bathmologia-paikti.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.
