# 확률형 아이템 정보공개

베어타운의 모든 확률형 콘텐츠는 가중치 기반의 추첨 방식을 사용합니다.

각 보상에는 미리 설정된 가중치가 존재하며, 이 가중치의 비율에 따라 실제 등장 확률이 결정됩니다.

유상 아이템의 확률이 변경될 때에는 변경되는 항목의 가중치만 고지하며, 정확한 확률은 인 게임에서 항상 확인하실 수 있습니다.

## **보급 상자** <a href="#crates" id="crates"></a>

{% hint style="success" %}
보급상자 기반의 모든 확률형 콘텐츠에 대한 정보는 해당 보급상자를 마우스 좌클릭하여 확인할 수 있습니다.
{% endhint %}

![](https://1047705985-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0VmRsWgoXTbnQ487Ckd5%2Fuploads%2FiMuQ5i7FOGgxGv1bLCV8%2FScreenshot_13.png?alt=media\&token=870b9706-90fa-40d2-a51d-0c159da5cf10)

표기된 확률은 자동 계산되므로 정확한 확률이 표기됩니다.

### 수량 <a href="#amount" id="amount"></a>

여러 개의 아이템이 지급되는 보급상자의 경우, 별도 표기가 없는 한 표기된 최소치와 최대치 사이의 수량이 동일한 확률로 선택됩니다.

***

## **치장 구입** <a href="#cosmetics" id="cosmetics"></a>

{% hint style="warning" %}
이벤트를 통해서만 획득 가능한 치장은 포함되지 않습니다.
{% endhint %}

| 치장 종류 | 출현 확률  |
| ----- | ------ |
| 모자    | 43.75% |
| 의상    | 43.75% |
| 펫     | 10%    |
| 칭호    | 2.5%   |

모자, 의상, 칭호는 모두 동일한 등장 확률을 가지며, 펫은 등급에 따라 출현 확률이 상이합니다.

동일한 등급의 펫은 모두 동일한 등장 확률을 가집니다.

| 펫 등급 | 출현 확률 |
| ---- | ----- |
| 일반   | 70%   |
| 희귀   | 25%   |
| 전설   | 5%    |

#### **일반 등급 펫** <a href="#normal" id="normal"></a>

<pre><code><strong>엘프, 눈사람,흰올빼미, 갈색곰, BT-007
</strong>붉은 용용이, 검은 용용이, 하얀 용용이, 초록 용용이, 라임 용용이, 푸른 용용이
봄베이, 유러피안 숏헤어, 메인쿤, 먼치킨 스코티시 폴드, 샴 
</code></pre>

#### **희귀 등급 펫** <a href="#epic" id="epic"></a>

```
전투 멧돼지, 순록, 예티, 흑곰, 북극곰, 파워 용용이, 기사 고양이, 갈색사자
```

#### **전설 등급 펫** <a href="#legendary" id="legendary"></a>

```
구미호, 카피바라, 페가수스, 스파르탄, 팬텀, 피닉스, 드래곤, 만티코어, 판다
```

***

## **커스텀 인챈트 책** <a href="#ce" id="ce"></a>

동일한 등급의 커스텀 인챈트 책은 모두 동일한 등장 확률을 가집니다.

***

## **제작 및 강화** <a href="#crafting" id="crafting"></a>

표기된 확률은 자동 계산되므로 정확한 확률이 표기됩니다.


---

# 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://wiki.beartown.kr/beartown/info/rules/chances.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.
