# 자원수집

게임 세계에서는 광물 매장지(또는 자원 노드), 패배한 몹, 다른 죽은 몹으로부터 자원을 수집할 수 있습니다.

리소스 노드는 게임 세계에서 발견되는 개체이며 귀중한 리소스를 포함하고 있습니다. 이러한 노드는 다양한 품질로 제공되며 특정 도구를 사용해야 합니다. 이러한 노드에서 자원을 수집하는 프로세스를 검색이라고 합니다.

**약탈 및 스캔**

몹을 처치한 후에는 약탈할 수 있고 도구를 사용하여 몹의 잔해를 스캔할 수도 있습니다. 검색이 진행되는 동안은 다른 작업을 수행할 수 없으며 시간이 걸립니다.

<figure><img src="/files/6uklChXv3hhf2nWC6pg6" alt=""><figcaption></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://docs.2040world.io/korean/undefined-14.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.
