> For the complete documentation index, see [llms.txt](https://universal-stallion.gitbook.io/universal-stallion/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://universal-stallion.gitbook.io/universal-stallion/horse/rarity.md).

# レアリティと強さについて

競走馬や種牡馬、繁殖牝馬にはレアリティがあり

* LR　レジェンドレア
* UR　ウルトラレア
* HR　ハイレア
* R　　レア
* HN　ハイノーマル
* N 　 ノーマル

と6段階が存在しています。

レアリティが高いほどパラメータの限界値や初期値が高く、貴重なスキルを持っている傾向にあります。

レアリティが低い馬からでも、交配の組み合わせによっては名馬が誕生する可能性もあります。

NFTセールでは必ずR以上の競走馬NFTが獲得できます。 ​


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://universal-stallion.gitbook.io/universal-stallion/horse/rarity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
