> For the complete documentation index, see [llms.txt](https://drlv.gitbook.io/dragonica-landverse-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://drlv.gitbook.io/dragonica-landverse-whitepaper/undefined/combat.md).

# ระบบคอมโบและการต่อสู้ (Combat)

**1. ระบบการควบคุมและหลบหลีก (Controls & Evasion Mechanics)**

* การบังคับควบคุมพื้นฐาน: ใช้ปุ่มลูกศรสำหรับการเคลื่อนที่แบบ side-scrolling และแอคชันหลัก\
  ได้แก่ โจมตีปกติ (X), กระโดด (C) และใช้งานโจมตีพิเศษ/ชาร์จ (Z)\
  พร้อมรองรับการตั้งค่าสกิลผ่านระบบ ปุ่มลัด (Hotkeys) ชุด Q, W, E, R และ A, S, D, F\
  ทั้งนี้ ผู้เล่นสามารถปรับแต่งปุ่มควบคุม (Key Mapping) ทั้งหมดได้อย่างอิสระตามความถนัดส่วนบุคคล
* กลไกการพุ่งตัว (Dash Evasion): ผู้เล่นสามารถเคลื่อนที่หลบหลีกได้โดยการกดปุ่มทิศทางไปข้างหน้า 2 ครั้งตามด้วยปุ่มกระโดด (C) ซึ่งทำให้การเดินทางในแต่ละแผนที่มีความรวดเร็วและสามารถหลบหลีกได้อย่างพริ้วไหว

**2. กลไกการต่อสู้และคอมโบ (Advanced Combat Dynamics)**

* ระบบต่อคอมโบกลางอากาศ: ถือเป็นอีกหนึ่งเอกลักษณ์ของเกมเพลย์ ที่เปิดโอกาสให้ผู้เล่นใช้สกิลโจมตีเป้าหมายให้ลอยตัวขึ้นกลางอากาศ และทำความเสียหายอย่างต่อเนื่อง โดยสายอาชีพเฉพาะทางอย่าง Ranger, Jester และ Harlequin จะมีชุดสกิลที่เหมาะกับการทำคอมโบกลางอากาศ
* ระบบสถานะชะงัก: ในสภาวะการโจมตีปกติ ศัตรูมักจะมีค่าต้านทานการชะงักสูง แต่หากผู้เล่นผสานการใช้ "สกิลแอคชัน" เข้าไปในจังหวะการโจมตี จะส่งผลให้เป้าหมายเกิดสถานะชะงักงัน กลไกนี้ช่วยเปิดช่องว่างให้ผู้เล่นสามารถร้อยเรียงคอมโบได้อย่างต่อเนื่องและปลอดภัยยิ่งขึ้น


---

# 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://drlv.gitbook.io/dragonica-landverse-whitepaper/undefined/combat.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.
