Package megamek.server.props
Class OrbitalBombardment
java.lang.Object
megamek.server.props.OrbitalBombardment
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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder of an orbital bombardment event. -
Method Summary
Modifier and TypeMethodDescriptionintgetImageSignature(Coords boardPosition) intintgetX()intintgetY()int
-
Method Details
-
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
-
getAllAffectedCoords
-