# 合成

ユーザーは、同じランクの下位モンスターカード2枚と魔精石を使用して、上位ランクのモンスターカード1枚を生成します。

<figure><img src="/files/9gx4q2ffU2rxujT05fF5" alt=""><figcaption><p>ユーザーは下位ランクのモンスターカード（例：Eランク）を合成して上位ランク（Dランク）のモンスターカードを得ることができます。</p></figcaption></figure>

合成時に消費される魔精石の数は、モンスターカードのランクごとに以下の表に基づき異なります。

| モンスターカード | 必要材料                 |
| -------- | -------------------- |
| Dランク     | Eモンスターカード2枚 + 魔精石10個 |
| Cランク     | Dモンスターカード2枚 + 魔精石15個 |
| Bランク     | Cモンスターカード2枚 + 魔精石20個 |
| Aランク     | Bモンスターカード2枚 + 魔精石25個 |
| Sランク     | Aモンスターカード2枚 + 魔精石30個 |


---

# 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://doc.sololeveling.space/jp/user-guide/reberingu/he-cheng.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.
