> For the complete documentation index, see [llms.txt](https://survivalismg.gitbook.io/survivalismg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survivalismg.gitbook.io/survivalismg/game/farming.md).

# Farming

<figure><img src="/files/ruiX0MOPajPqM7EGGDWV" alt=""><figcaption><p>Farming</p></figcaption></figure>

무기를 장착한 영웅을 최대 4명까지 자신이 보유한 Recon Area로 정찰을 보내 일정 시간 뒤에 Gold와 영웅 성장을 위한 아이템을 획득할 수 있습니다.&#x20;

활성화되어 있지 않은 Recon Area는 홀더 레벨이 증가함에 따라 활성화됩니다. 상위 레벨에 도달하면 활성화되는 몇몇의 Recon Area에서는 더욱 희귀한 아이템을 얻을 수 있습니다.

### 리워드 레벨

영웅의 레어도에 따라 일반 등급은 1, 고급 등급은 2, 레어 등급은 3, 에픽 등급은 4, 레전더리 등급은 5에 해당하는 수치가 부여됩니다.&#x20;

정찰에 투입한 영웅들의 레어도에 해당하는 수치를 전부 더하고 4로 나눈 숫자가 리워드 레벨이 됩니다.&#x20;

* *소숫점 발생 시 올림 처리됩니다.*
* *리워드 레벨이 1일 때 4명 미만의 영웅이 투입됐을 시 리워드 레벨이 0이 될 수 있습니다.*
* *4명 모두 레전더리 영웅일 경우 리워드 레벨은 6이 됩니다.*

### **성장치**

영웅의 성장치는 각성 등급과 현재 레벨에 따라 증가하고, 영웅의 성장치에 비례해 획득 보상이 증가합니다.

### 보상

***골드*** 는 아래 표의 획득 골드량에 기반하고, 영웅의 성장치에 비례해 획득 보상이 산정됩니다.

<table data-full-width="false"><thead><tr><th width="123" align="right">리워드 레벨</th><th width="123" align="right">획득 골드량</th></tr></thead><tbody><tr><td align="right">0</td><td align="right">20</td></tr><tr><td align="right">1</td><td align="right">60</td></tr><tr><td align="right">2</td><td align="right">130</td></tr><tr><td align="right">3</td><td align="right">210</td></tr><tr><td align="right">4</td><td align="right">320</td></tr><tr><td align="right">5</td><td align="right">450</td></tr><tr><td align="right">6</td><td align="right">720</td></tr></tbody></table>

***아이템*** 은 리워드 레벨 별 확률에 따라 획득이 가능합니다. 기본 확률이 존재하며, 리워드 레벨 2부터 획득 확률이 증가합니다.&#x20;

* *리워드 레벨이 0일 경우에도 기본 확률은 보장됩니다.*
* *기본 확률은 Recon Area 별로 상이합니다.*


---

# 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://survivalismg.gitbook.io/survivalismg/game/farming.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.
