> For the complete documentation index, see [llms.txt](https://bamg-sports.gitbook.io/oval3-game-rules/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bamg-sports.gitbook.io/oval3-game-rules/scoring-system/card-score.md).

# Card score

The final score of a player card is hence a function the player card rarity (immutable), its XP and its realtime player score.

$$
Card Score = PlayerScore \* (Base+Rarity+Card XP+ifCaptain)
$$

{% hint style="success" %}
**Example:**&#x20;

*Gameweek player score = 82pts*

*Base = 100*

*Rarity = rare = +50%*

*CardXP = 12%*

*Captain = 0 (20% if he was captain)*

**Card score =** 82 x (100+50+12+0)% = **133pts**
{% endhint %}
