Class OrbitalBombardment

java.lang.Object
megamek.server.props.OrbitalBombardment

public class OrbitalBombardment extends Object
Represents an orbital bombardment event. x and y are board positions, damageFactor is the damage at impact point times 10, and radius is the blast radius of the explosion with regular/linear damage droppoff.
  • Method Details

    • getCoords

      public Coords getCoords()
    • getX

      public int getX()
    • getY

      public int getY()
    • getDamage

      public int getDamage()
    • getRadius

      public int getRadius()
    • getXOffset

      public int getXOffset()
    • getYOffset

      public int getYOffset()
    • getImageSignature

      public String getImageSignature(Coords boardPosition)
    • getAllAffectedCoords

      public List<Coords> getAllAffectedCoords()