# 結晶化

残り寿命が0になったMonsterを結晶化し、同時にMonster Memoryを生成します。 Monster結晶は1体のMonsterにつき1度だけ使用可能で、基本パラメーターの増加や先天特性の習得効果があります。

{% hint style="danger" %}
結晶化したMonsterは元に戻すことができず、Monster NFTはバーンされます。
{% endhint %}

<figure><img src="/files/Qbg6RdAcBSRZxYT6Z18E" alt=""><figcaption></figcaption></figure>

1. 結晶化するMonsterの選択
2. 各基本パラメーターの育成値（現在値ー各Monsterの基準値=RP）と成長適正（GP）
3. 保有先天特性
4. 選択したMonsterを結晶化した時のパラメーター表示
5. 結晶化時に付与される先天特性（2つある場合はどちらか1つがランダムで付与される）
6. 結晶化時の係数
   * Monsterランクによる補正
   * 成長適正による補正
   * 先天特性「継承」の有無
7. &#x20;結晶化開始


---

# 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://docs.remonster.world/japanese/play-guide/open-beta/monster-xie-hui/jie-jing-hua.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.
