# ブリードシステム

### はじめに

アンドレスでは、スターモンは現実の動物と同じように、繁殖によって新しい子供を作ることができます。スターモンの数が増えすぎないように、設定上、各スターモンの繁殖回数は最大で7回となっています。スターモンの子孫はゲームシーンに参加できるほか、NFTアセットとしてマーケットで取引することも可能です。

1回の繁殖につき、2体のスターモンが参加し、いくつかのコストが必要です。

**ブリード料の詳細**

<table><thead><tr><th align="center">Breed Times</th><th width="172" align="center">Breed Number</th><th width="178" align="center">BNB For Each Parent</th><th align="center">SMON For Each Breed</th></tr></thead><tbody><tr><td align="center">0/7</td><td align="center">1</td><td align="center">0.08</td><td align="center">20</td></tr><tr><td align="center">1/7</td><td align="center">2</td><td align="center">0.1</td><td align="center">20</td></tr><tr><td align="center">2/7</td><td align="center">3</td><td align="center">0.12</td><td align="center">20</td></tr><tr><td align="center">3/7</td><td align="center">4</td><td align="center">0.16</td><td align="center">20</td></tr><tr><td align="center">4/7</td><td align="center">5</td><td align="center">0.26</td><td align="center">20</td></tr><tr><td align="center">5/7</td><td align="center">6</td><td align="center">0.38</td><td align="center">20</td></tr><tr><td align="center">6/7</td><td align="center">7</td><td align="center">0.52</td><td align="center">20</td></tr></tbody></table>

{% hint style="info" %}
例えば、繁殖回数が2回のスターモンと4回のスターモンを1回繁殖させる場合、0.1BNB＋0.16BNB＋20SMONの費用が発生します。
{% endhint %}


---

# 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://starmon.gitbook.io/starmon.io/copy-of-starmon-japanese/starmon/kegmugaido/shisutemu/burdoshisutemu.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.
