# Score Calculation

Score is calculated via a variety of metrics, the following charts explain the distribution of score.

## Equipment

Score is gained from equipment based on the equipped items on each Test Subject at the end of the match.

<table data-card-size="large" data-view="cards" data-full-width="true"><thead><tr><th></th><th>Grade</th><th>Common</th><th>Uncommon</th><th>Rare</th><th>Epic</th><th>Legend</th></tr></thead><tbody><tr><td>Weapon</td><td>Score</td><td>1,000</td><td>3,000</td><td>5,000</td><td>10,000</td><td>30,000</td></tr><tr><td>Helmet</td><td>Score</td><td>400</td><td>1,450</td><td>2,250</td><td>4,500</td><td>13,500</td></tr><tr><td>Armor</td><td>Score</td><td>500</td><td>1,500</td><td>2,500</td><td>5,000</td><td>15,000</td></tr><tr><td>Arm/Leg/Accessory</td><td>Score</td><td>300</td><td>1,050</td><td>1,750</td><td>3,500</td><td>10,500</td></tr></tbody></table>

## Monsters&#x20;

#### Type Modifier

Each monster type provides a specific type of score

| Monster Type          | Score  |
| --------------------- | ------ |
| Animals               | 250    |
| Androids              | 300    |
| Test Subjects         | 1000   |
| Wickeline/Meiji       | 20,000 |
| Enraged Test Subjects | 50,000 |

#### Grade Modifier

The Grade (Colour quality) adjusts the score gained from killing a monster.

\
Examples:\
Rare Test Subject\
Monster Type (1000) x Grade (2x) = 2000\
\
Epic Enraged Test Subject\
Monster Type (50,000) x Grade (2.5x) = 125,000

| Grade     | Score |
| --------- | ----- |
| Common    | 1x    |
| Uncommon  | 1.5x  |
| Rare      | 2x    |
| Epic      | 2.5x  |
| Legendary | 3x    |

## Mastery Modifier

Additional score is gained for each Test Subject's (That is in your party) mastery at the end of the match.

| Mastery Grade | Score  |
| ------------- | ------ |
| F             | 0      |
| E             | 900    |
| E+            | 2,100  |
| D             | 3,200  |
| D+            | 4,990  |
| C             | 6,150  |
| C+            | 7,960  |
| B             | 8,950  |
| B+            | 10,100 |
| A             | 14,300 |
| A+            | 28,600 |
| S             | 57,200 |
| S+            | 58,900 |
| SS            | 60,900 |
| SS+           | 61,600 |
| M             | 63,200 |
| M+            | 65,000 |
| VF            | 67,000 |

## Enraged Test Subject Day Modifier

| Day            | Day 1 | Day 2 | Day 3 (Final) |
| -------------- | ----- | ----- | ------------- |
| Score Modifier | 2x    | 1.5x  | 1x            |

## Difficulty Modifier

| Difficulty | Easy | Normal | Hard |
| ---------- | ---- | ------ | ---- |
| Modifier   | 1x   | 2.5x   | 5x   |


---

# 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://wiki.projectlumia.com/labyrinthos/score-calculation.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.
