This is an AP (Stamina) calculator designed for BlueArchive events.
May also be applicable to other games.
- Open AP Calculator.
- Enter the values.
- View the results.
- Supported languages: English, Traditional Chinese.
- 🆕 Supported themes: Light, Dark.
- 🆕 PWA.
- Real-time interaction, input validation.
- Support JSON import and export.
- 🆕 Enable \ disable, add \ delete data rows.
- 🆕 Will remember your input data and interface settings.
- 🆕 Reset data and settings.
- Ibuki-friendly design.
- All calculations are performed locally in the browser; JavaScript must be enabled.
If you're worried about incorrect values, you can verify them using/docs/stamina.ipynb
.Schale and Yuuka may not endorse the calculation results.
If only simple calculations are required, in other words, if the "Total Tokens Needed" is already known, you can set the store item to have a Quantity of "1" and a Price equal to the "Total Tokens Needed". For example:
{"shop":[{"quantity":1,"price":1000}],"currentTokens":250,"tokensPerMission":50,"staminaPerMission":20}
If you're familiar with JSON, directly editing the import / export content may be faster.