> For the complete documentation index, see [llms.txt](https://docs.metacraft.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metacraft.kr/metown-tm/undefined-1/undefined/untitled.md).

# 마을 특성: 영토확장

### 마을 영토 확장하기&#x20;

구매가 가능해지는 영토를 확장합니다.&#x20;

최대 업그레이드: 10<br>

#### 구매 가격------------------------------

**1 Lv.** 10 청크 추가   \[ 80 포인트 ] \
**2 Lv.** 20 청크 추가   \[ 100 포인트 ] \
**3 Lv.** 30 청크 추가   \[ 140 포인트 ] \
**4 Lv.** 40 청크 추가   \[ 200 포인트 ] \
**5 Lv.** 50 청크 추가   \[ 280 포인트 ] \
**6 Lv.** 60 청크 추가   \[ 380포인트 ] \
**7 Lv.** 70 청크 추가   \[ 500 포인트 ] \
**8 Lv.** 80 청크 추가   \[ 640 포인트 ] \
**9 Lv.** 90 청크 추가   \[ 800 포인트 ]\
**MAX**. 100 청크 추가   \[ 1000 포인트 ]

#### ------------------------------------------


---

# 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://docs.metacraft.kr/metown-tm/undefined-1/undefined/untitled.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.
