Problem with sentry drones?

Input data: Targeting range: 105km; Drone control range: 60km; Drone optimal range + falloff: 55km (for example).

Case 1

  • Distance between your ship and the target > 105 km;
  • Result: you can’t do anything!

Case 2

  • Distance between your ship and the target > 60 km;
  • Distance between drones and the target can be any on the grid;
  • Result: Drone fails to execute your command because the Drone control range isn’t enough.

Case 3

  • Distance between your ship and the target <= 60 km;
  • Distance between drones and the target can be any on the grid;
  • Subcase 3 - 1
    • Distance between your sentry drones and the target > Drone optimal range + falloff (55km)
    • Result: Drones will engage and miss 100%;
  • Subcase 3 - 2
    • Distance between your sentry drones and the target <= Drone optimal range + falloff (55km)
    • Result: Drones will hit the target bsed on the tracking values.
1 Like