# 5.5 ハイ＆ロー

<figure><img src="/files/XhMjA6GXbBDbZJNdHXcb" alt="" width="563"><figcaption></figcaption></figure>

* アリーナバトルでの5ステージでのバトルが終了後、報酬CPを増やすためのハイ＆ローに挑戦するか選択することができます。一度「挑戦する」を選択すると取り消すことができません。
* ハイ＆ローでは、伏せられたプレイヤーの手札が、場に表示されているカードに比べて大きい（High）か小さい（Low）かを予想します。カードは以下の13種類で、2が一番小さく、Aが一番大きい判定になっています。始めに場に表示されるカードは2、3、K、Aを除く9枚で、等確率でランダムに表示されます。

<figure><img src="/files/6aK5DZxymgSqBDyVnFZy" alt="" width="375"><figcaption></figcaption></figure>

* 予想が当たると獲得CPが1.4倍になり、アリーナバトルを終了するか、ハイ＆ローを継続するか選択できます。ハイ＆ローは最大30連勝まで継続することができます。
* 場に表示されたカードとプレイヤーの手札が同じ数字の場合、CPは変動せず再度カードが配布され、もう一度HighかLowを予想します。
* 予想が外れると獲得CPはハイ＆ロー開始前の値に戻りアリーナバトルが終了します。稀に失敗した状況から逆転する演出が発生する場合があります。


---

# 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://coin-musme.gitbook.io/coin-musme-white-paper/5-arena-battle/high-and-low.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.
