Class ASArcSummary

All Implemented Interfaces:
Serializable, ASSpecialAbilityCollector

public class ASArcSummary extends ASSpecialAbilityCollection
This class holds the AlphaStrike information for a firing arc of any element that uses arcs such as a WarShip (WS). It is a standard ASSpecialAbilityCollection except that getSpecialsExportString(String, BattleForceSUAFormatter) can be used to export the arc information including the STD, CAP, SCAP and MSL damage values which are otherwise not listed among the special abilities.
See Also:
  • Constructor Details

    • ASArcSummary

      public ASArcSummary()
  • Method Details

    • getSpecialsExportString

      public String getSpecialsExportString(String delimiter, BattleForceSUAFormatter element)
      Returns:
      A string formatted for export (listing the damage values of STD, SCAP, MSL and CAP for arcs).
    • getSpecialsShortExportString

      public String getSpecialsShortExportString(String delimiter, BattleForceSUAFormatter element)
      Returns:
      A string formatted for export (listing the damage values of STD, SCAP, MSL and CAP for arcs).