# 分解

ユーザーはカードを分解して魔精石を獲得できます。

<figure><img src="/files/o5FZMZos7jOQgi5OaUK8" alt=""><figcaption><p>ユーザーがモンスターカードを分解して魔晶石を獲得する画像</p></figcaption></figure>

#### **カードのランクに応じて獲得可能な魔精石の数は以下の通りです。:**

| カード区分    | ランク | 獲得する魔晶石 |
| -------- | --- | ------- |
| モンスターカード | E   | 3       |
|          | D   | 9       |
|          | C   | 25      |
|          | B   | 62      |
|          | A   | 140     |
|          | S   | 306     |
| 影の軍団カード  | SB  | 451     |
|          | SA  | 651     |
|          | SS  | 1,529   |


---

# 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/fen-jie.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.
