# ระบบ Gear Score

### 📣 ระบบ Gear Score <a href="#gear-score" id="gear-score"></a>

การคำนวน Gear Score Point จะทำงานโดยนับจาก Equipment ของตัวละครนั้นๆ โดยแต่ละ Equipment จะคำนวนดังด้านล่าง

| List              | Desc                                                                                                                                                                                                                                                        | Remark                                        |
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| Weapon (ATK/MATK) | <p></p><ul><li>1 ATK / MATK = 1 Point</li></ul>                                                                                                                                                                                                             |                                               |
| Armor (DEF)       | <ul><li>1 DEF = 2 Point</li></ul>                                                                                                                                                                                                                           |                                               |
| Card              | <ul><li>1 Slot = 300 Point</li></ul>                                                                                                                                                                                                                        | <mark style="color:red;">ไม่รวม ประดับ</mark> |
| Weapon Lv.        | <ul><li>Lv. 1 = 100 Point</li><li>Lv.2 = 1,000 Point</li><li>Lv.3 = 5,000 Point</li><li>Lv.4 = 10,000 Point</li></ul>                                                                                                                                       |                                               |
| Weapon Refine     | <ul><li>+1 = 50 Point</li><li>+2 = 150 Point</li><li>+3 = 350 Point</li><li>+4 = 500 Point</li><li>+5 = 2,500 Point</li><li>+6 = 3,000 Point</li><li>+7 = 3,500 Point</li><li>+8 = 4,500 Point</li><li>+9 = 5,000 Point</li><li>+10 = 5,500 Point</li></ul> |                                               |
| Armor Refine      | <ul><li>+1 = 50 Point</li><li>+2 = 150 Point</li><li>+3 = 350 Point</li><li>+4 = 500 Point</li><li>+5 = 2,500 Point</li><li>+6 = 3,000 Point</li><li>+7 = 3,500 Point</li><li>+8 = 4,500 Point</li><li>+9 = 5,000 Point</li><li>+10 = 5,500 Point</li></ul> |                                               |

{% hint style="danger" %}
สำคัญ : ไม่คิด Gear Score อุปกรณ์ข้างซ้าย \[อาวุธ/โล่]
{% endhint %}

### 📣 ระบบ Mapflag Gear Score <a href="#mapflag-gear-score" id="mapflag-gear-score"></a>

ระบบ Mapflag Gear Score คืออะไร ?

ระบบ Mapflag Gear Score คือระบบที่จะคำนวน Gear Score ของตัวละคร กับความต้องการค่า Gear Score ของแผนที่นั้นๆ และถ้า Gear Score ตัวละคร ต่ำกว่า Mapflag Gear Score มีได้รับ Effect ดังนี้

### <mark style="color:red;">ตัวอย่างเช่น 'moc\_pryd04'</mark>

แผนที่ moc\_pryd04 ต้องการ 6,000 Gear Score

<div align="left"><figure><img src="/files/hfu3H007QAgvuosaUjCL" alt=""><figcaption></figcaption></figure></div>

ตัวละครมี Gear Score : 4,341 Point

<mark style="color:red;">**ระบบจะคำนวน Effect ดังนี้**</mark>

100 - ( (gear score (ตัวละคร) \[4,341] / mapflag gear score \[6,000] ) x 100 ) = -27% (โอกาสดรอป -27%)

#### <mark style="color:red;">Map List</mark> <a href="#map-list" id="map-list"></a>

* moc\_pryd04 : 10,000 Gear Score
* mjo\_dun03 : 15,000 Gear Score
* mjolnir\_05 : 15,000 Gear Score
* mjolnir\_10 : 15,000 Gear Score


---

# 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://pawanrat.gitbook.io/poring/undefined-1/gear-score.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.
