# 4.4 アイドルのスキル

* アイドルにはスキルが設定されています。スキルには発動率が変動するレベルが設定されており、アリーナバトルで一定確率でレベルが上がるほか、スキルレベルアップアイテムにてレベルを上げることができます。
* スキルは効果の発動対象・発動条件により以下のように分類されます。

<table data-header-hidden><thead><tr><th width="164.5"></th><th></th></tr></thead><tbody><tr><td>リーダースキル</td><td>アイドルをリーダーに設定した場合に、バトル開始時に確定で発動し、味方全体またはバトル相手全体のアイドルに効果が発動するスキルです。</td></tr><tr><td>Liveスキル</td><td>Liveバトル時に、一定確率で自分またはバトル相手のアイドルに効果が発動するスキルです。</td></tr></tbody></table>

&#x20;

* スキルは効果の内容により以下のように分類されます。

<table data-header-hidden><thead><tr><th width="138.5"></th><th></th></tr></thead><tbody><tr><td>バフ付与</td><td>味方のアイドルに有利な効果を付与します。</td></tr><tr><td>デバフ付与</td><td>相手のアイドルに不利な効果を付与します。</td></tr><tr><td>バフ解除</td><td>相手のアイドルに付与された有利な効果を解除します。</td></tr><tr><td>デバフ解除</td><td>味方のアイドルに付与された不利な効果を解除します。</td></tr></tbody></table>


---

# 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/4-character/skill.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.
