> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/ko/reference/terrain/effects/repeat-value.md).

# 값 반복

## 개요

Repeat Value 효과는 주어진 값에 모듈로 연산을 적용하여 반복 패턴을 생성합니다. 예를 들어 레이어링 효과를 만드는 데 사용할 수 있습니다.

## 매개변수

<table><thead><tr><th width="199.7999267578125">속성</th><th>설명</th></tr></thead><tbody><tr><td><strong>반복 횟수</strong></td><td>0-1 범위에서 적용되는 반복 횟수입니다.</td></tr><tr><td><strong>미러</strong></td><td>더 부드러운 레이어를 만들기 위해 두 번째 반복마다 값을 반전합니다.</td></tr></tbody></table>

## 결과

<div><figure><img src="/files/9f0aa758471c0b7ef2bd01d3a96c6217ad8e0607" alt=""><figcaption></figcaption></figure> <figure><img src="/files/0be572a3402eb7743e46c53ab831674fa5c301d7" alt=""><figcaption></figcaption></figure></div>


---

# 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.world-creator.com/ko/reference/terrain/effects/repeat-value.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.
