I am working on the new unit database and it requires to extract all balance-related numbers, including some default constants (default shield overspill, veterancy modifiers, etc)
But aeon TMD flare is very hostile-written to do that
The max number of missiles deflected is hardcoded in if statement and the max radius of deflection is encrypted in the loop calculations
This prevents the unit db for being accurate: any change in these files will cause the db to be outdated until someone notices it
It would be nice to have the deflected missile count and max radius written as constants or local variables more explicitly, so they can be somewhat reliably extracted from the file by the unit database