Class MekMortarHandler

All Implemented Interfaces:
Serializable, AttackHandler

public class MekMortarHandler extends AmmoWeaponHandler
See Also:
  • Constructor Details

  • Method Details

    • calcHits

      protected int calcHits(Vector<Report> vPhaseReport)
      Description copied from class: WeaponHandler
      Calculate the number of hits
      Overrides:
      calcHits in class WeaponHandler
      Parameters:
      vPhaseReport - - the Vector containing the phase report.
      Returns:
      an int containing the number of hits.
    • calcnCluster

      protected int calcnCluster()
      Calculate the clustering of the hits
      Overrides:
      calcnCluster in class WeaponHandler
      Returns:
      a int value saying how much hits are in each cluster of damage.
    • calcDamagePerHit

      protected int calcDamagePerHit()
      Description copied from class: WeaponHandler
      Calculate the damage per hit.
      Overrides:
      calcDamagePerHit in class WeaponHandler
      Returns:
      an int representing the damage dealt per hit.