> For the complete documentation index, see [llms.txt](https://wiki.revolgc.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.revolgc.pro/kr/undefined-2/specifikaciya-klassov/mag.md).

# 마술사

Mage는 RevolGC 프로젝트의 R2 온라인 게임에서 가장 흥미로운 클래스 중 하나입니다.

이점:

* 원거리 및 근접 전투에서 그의 무기를 사용할 수 있습니다.
* 버프와 디버프가 많다
* 개인 트리에는 세 가지 다른 방향이 있습니다.

결점:

* 정식 게임을 하려면 여러 세트의 아이템이 필요합니다.
* 장비 외에도 획득 및 강화가 어려운 스킬이 필요합니다.


---

# 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://wiki.revolgc.pro/kr/undefined-2/specifikaciya-klassov/mag.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.
