# カゲレオンのレア度

カゲレオンNFTにはレア度が設定されています。レア度とは、NFTを構成する各要素に出現パラメータを付与することで生じる仕組みです。カゲレオンでは、レア度を「ノーマル」「レア」「激レア」の3段階に分けて定義しています。

Shadow BooksのNFT発行画面でも、レア度に応じて装飾が変わるようになっています。自分が発行したNFTがどのレア度に当てはまるのか、ぜひチェックしてみてください。

* ノーマル：レア、激レア以外のイラスト
* レア：以下のいずれかの要素を備えたイラスト
  * Head：シャンプーハット
  * Item：pencil
  * Body color：gray , pink
  * Back color：gray , pink
  * Background Color：white , gray , pink
* 激レア：以下のいずれかの要素を備えたイラスト
  * Head：王冠
  * Item：heart

上記の他に、カゲレオンの各パーツの構成要素を次のページで紹介しています。NFTのレアリティは、設計の際にいくつかの点に注意しなければなりません。カゲレオンを参考に今後NFTコレクションを発行できるよう[全て公開](/nft/kagereon-rare/rarity.md)することにしました。皆さんの参考になれば幸いです。

<div><figure><img src="/files/rn46xAI4jW6uchvJX5VC" alt=""><figcaption></figcaption></figure> <figure><img src="/files/Nj2e13dZB2IzcUceDEKf" alt=""><figcaption><p>テストネットで発行されたレア度ごとのカゲレオンの例</p></figcaption></figure> <figure><img src="/files/fNHwFMDZ5V5VL8E0wkXL" alt=""><figcaption></figcaption></figure></div>


---

# 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.shadow-books.com/nft/kagereon-rare.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.
