# スターポイント

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

1. **スターポイントとは？**

   * スターポイントはプレイヤーがどのリーグに配置されるかを決定します。
   * リーグモードで勝利すると、プレイヤーはスターポイントを獲得します。
   * リーグモードで敗北すると、プレイヤーはスターポイントを失います。
   * 上位リーグに昇格するためには、次のリーグで要求される最低スターポイント数に到達する必要があります。

2. **スターポイントシステム**
   * 獲得または失うスターポイントの数は、自分と相手のスターポイント数の差によって決定されます。
   * 相手プレイヤーのスターポイント数 > 自分のスターポイント数
     * 勝利: ずっと多くのスターポイントを獲得
     * 敗北: ずっと少ないスターポイントを失う
     * つまり、プレイヤーは敗北した場合、少量のスターポイントを失い、勝利した場合はより多くのスターポイントを獲得することができます。
   * 相手プレイヤーのスターポイント数 = 自分のスターポイント数（同じまたは類似の場合）
     * 勝利: スターポイント獲得
     * 敗北: スターポイント損失
     * つまり、似たような量のスターポイントを得るか失います。
   * 相手プレイヤーのスターポイント数 < 自分のスターポイント数

     * 勝利: ずっと少ないスターポイントを獲得
     * 敗北: ずっと多くのスターポイントを失う
     * つまり、プレイヤーは勝利した場合には少量のスターポイントを獲得し、敗北した場合にはより多くのスターポイントを失います。

3. **ゴールドスターポイント**
   * リーグ10以上で獲得できます。
   * ゴールドスターポイントはシーズンごとにリセットされます。
     * 毎月新しいシーズンが始まります。
     * ただし、シーズンゴールドスターポイントはリセットされても、週間スターポイント（基本スターポイント）はリセットされません。


---

# 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://wiki.boxingstarx.com/jp/game-modes/rgumdo/sutpointo.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.
