Skip to main content

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

TimeDescription
2023.07Service launch
2024.03Added unique equipment and star rating data
2024.10Expanded data search range, added summary feature, added YouTube video reporting
2025.02Added LUNATIC, INSANE difficulty support
2025.04Migrated data processing code from Python >> Go
2025.07Considered service suspension due to data source shortage
2025.08Resumed service maintenance work
2025.09Relaunched 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.