# การตีบวก

#### ภาพรวมระบบ

ระบบการตีบวกอุปกรณ์เป็นกลไกหลักในการพัฒนาความสามารถของตัวละคร ผู้เล่นสามารถนำอุปกรณ์สวมใส่ประเภทต่าง ๆ ไปทำการตีบวกหรืออัปเกรดได้ที่ **Blacksmith** เพื่อเพิ่มค่าสถานะและประสิทธิภาพของอุปกรณ์นั้น ๆ

#### กระบวนการตีบวก

* อุปกรณ์ทุกชนิดที่รองรับระบบการตีบวก สามารถนำไปดำเนินการได้ที่ Blacksmith
* การตีบวกแต่ละครั้งจะมี **โอกาสสำเร็จ (Success Rate)** และ **ค่าใช้จ่าย** ซึ่งแตกต่างกันไปตามระดับขั้นของการตีบวก
* เมื่อการตีบวกสำเร็จ ระดับการตีบวกของอุปกรณ์จะเพิ่มขึ้น และค่าสถานะของอุปกรณ์จะถูกปรับปรุงตามระดับนั้น

  <figure><img src="/files/JiyzpiKIAA13guzHLs5m" alt="" width="369"><figcaption></figcaption></figure>

#### ความเสี่ยงในการตีบวก

* หากการตีบวก **ล้มเหลว** จะเกิดผลลัพธ์เป็น **การลดระดับการตีบวกของอุปกรณ์**
* ความเสี่ยงนี้ถูกออกแบบมาเพื่อสร้างสมดุลระหว่างความคุ้มค่าและความเสี่ยงในการพัฒนาอุปกรณ์ระดับสูง

  <figure><img src="/files/kv4fzgvVk4wfjmLpycou" alt="" width="374"><figcaption></figcaption></figure>

#### การป้องกันการลดระดับ

* ผู้เล่นสามารถใช้ไอเทม **Blessing Anvil** เพื่อป้องกันการลดระดับการตีบวกเมื่อเกิดความล้มเหลว
* เมื่อใช้ Blessing Anvil หากการตีบวกล้มเหลว ระดับการตีบวกของอุปกรณ์จะไม่ถูกลดลง
* การใช้ Blessing Anvil ไม่ได้เพิ่มโอกาสสำเร็จ แต่ช่วยลดความเสี่ยงในการสูญเสียความก้าวหน้า

<figure><img src="/files/hDaSCIFC9LFXpQxn9psi" alt="" width="175"><figcaption><p>Blessing Anvil</p></figcaption></figure>


---

# 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://whitepaper-th.morningmoonvillage.com/nfts/augment.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.
