BA Torment
BA Torment is a party finder helper for Total Assault/Grand Assault in Nexon's mobile game Blue Archive.
Features
The core feature of BA Torment is processing Total Assault clear data with various filtering to help game users find parties that match their situation.
Previously, it worked by secondary processing of raw clear data above a certain ranking extracted by other users. However, due to various circumstances, data sources have gradually disappeared, and Nexon has been strengthening security, making it difficult to sustain this approach.
Therefore, starting from August-September 2025, I'm considering a method where YouTube videos are initially analyzed with Gemini, then users perform final inspection/modification to save it as unique data.
History
Time | Description |
---|---|
2023.07 | Service launch |
2024.03 | Added unique equipment and star rating data |
2024.10 | Expanded data search range, added summary feature, added YouTube video reporting |
2025.02 | Added LUNATIC, INSANE difficulty support |
2025.04 | Migrated data processing code from Python >> Go |
2025.07 | Considered service suspension due to data source shortage |
2025.08 | Resumed service maintenance work |
2025.09 | Relaunched YouTube video feature |
Data Processing Method
- Initially, data was provided in CSV format and reprocessed using Python + Polars.
- Later, data was obtained through APIs or other channels, so Go is now used.