# 概要

本章では、ライブ中にスクールアイドルがアピールしたときに獲得できるボルテージの計算方法を記載します。アピールの獲得ボルテージは、次の3ステップにより計算できます。

1. **ライブ基本パラメータの計算**
2. **ライブパラメータの計算**
3. **獲得ボルテージの計算**

![](/files/-M7XZ225VIoPPy9LFgaq)

まず、ライブ開始前のパラメータ（アピール・スタミナ・テクニック）である、ライブ基本パラメータを計算します。次に、ライブ基本パラメータのアピール値（ライブ基本アピール値）に対して、ライブ中に発動する効果を適用したライブアピール値を計算します。最後に、ライブアピール値をもとに獲得ボルテージを計算します。

本章では、獲得ボルテージの計算順序に合わせて、ライブ基本パラメータの計算、ライブアピール値の計算、獲得ボルテージの計算の順に、各ステップの計算を記載していきます。


---

# 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://unisif.gitbook.io/sifas-deep-dive/appeal_voltage/abstract.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.
