# Introduction

**EFG （Easy Fighting Game）Battle System**

<figure><img src="/files/R2BxzgKQmdxveID4I7JK" alt=""><figcaption><p><mark style="color:purple;"><strong>Counteraction Cycle of Game Skills</strong></mark></p></figcaption></figure>

* Bladerite builds upon the core combat of action games by introducing a rock-paper-scissors system inspired by fighting games. The three primary skills counter each other, requiring you to quickly assess and strategize in the exhilarating battles to go further and achieve greater success.
* After extensively player testing, Bladerite has discarded the active defense found in traditional action games and implemented an automatic defense mechanism along with a corresponding armor system. This provides friendly protection for newcomers to action games.
* Centered around the Action Gauge, the displacement mechanism is designed to balance heroes with different ranges, allowing melee and ranged heroes to compete on equal footing in the game.


---

# 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://bladerite.gitbook.io/bladerite-whitepaper/overview/introduction.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.
