> For the complete documentation index, see [llms.txt](https://forsakentales.gitbook.io/fl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://forsakentales.gitbook.io/fl/server-features/gear-score.md).

# Gear Score

***

<figure><img src="/files/bxY0KKSe3RFegYKgXIrd" alt=""><figcaption></figcaption></figure>

***

### 💡Overview

A system where players are being determined by power with their gears. Players within the top 10 ranking will receive a daily buff for 24 hours.

The Gear Score checking will reset every 00:00 Server Time and the buff shall be received immediately whenever they log in.

***

*<mark style="color:$warning;">The information below will be updated on the next maintenance.</mark>*

<figure><img src="/files/1pLxI6cbdbPIs2NSuuLJ" alt=""><figcaption></figcaption></figure>

| Ranking                                                                               | Buffs              |
| ------------------------------------------------------------------------------------- | ------------------ |
| ![](/files/mx4jnQWa5EqHgOoEjbqX) <mark style="color:red;">**Rank 1**</mark>           | EXP Rate +5%       |
|                                                                                       | Drop Rate +5%      |
|                                                                                       | Movement Speed +5% |
|                                                                                       | Weight Limit +500  |
| ![](/files/mx4jnQWa5EqHgOoEjbqX) <mark style="color:$warning;">**Rank 2**</mark>      | EXP Rate +4%       |
|                                                                                       | Drop Rate +4%      |
|                                                                                       | Movement Speed +4% |
|                                                                                       | Weight Limit +400  |
| ![](/files/mx4jnQWa5EqHgOoEjbqX) <mark style="color:purple;">**Rank 3**</mark>        | EXP Rate +3%       |
|                                                                                       | Drop Rate +3%      |
|                                                                                       | Movement Speed +3% |
|                                                                                       | Weight Limit +300  |
| ![](/files/mx4jnQWa5EqHgOoEjbqX) <mark style="color:$primary;">**Rank 4 \~ 7**</mark> | EXP Rate +2%       |
|                                                                                       | Drop Rate +2%      |
|                                                                                       | Movement Speed +2% |
|                                                                                       | Weight Limit +200  |
| ![](/files/mx4jnQWa5EqHgOoEjbqX) <mark style="color:green;">**Rank 8 \~ 10**</mark>   | EXP Rate +1%       |
|                                                                                       | Drop Rate +1%      |
|                                                                                       | Movement Speed +1% |
|                                                                                       | Weight Limit +100  |

<figure><img src="/files/oCUAY3RFFkU0NQGsEAvz" alt=""><figcaption></figcaption></figure>


---

# 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://forsakentales.gitbook.io/fl/server-features/gear-score.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.
