Sensor Detection Range Calculator

Updated: v2026.02.13

Calculate detection ranges for all three Aurora sensor types: passive thermal, passive EM, and active gravitational. Compare up to 2 configurations side-by-side. All formulas and tech values are verified against the Aurora game database (AuroraDB.db v2.7.1) and referenced in the manual.

Reference Tables

Thermal Sensor Sensitivity (12 tiers) — AuroraDB.db TechTypeID=19 [ref D-14]
Tech LevelSensitivityResearch (RP)
151,000
262,000
384,000
4118,000
51415,000
61830,000
72460,000
832120,000
940250,000
1050500,000
11601,000,000
12752,000,000
EM Sensor Sensitivity (12 tiers) — AuroraDB.db TechTypeID=125 [ref D-15]
Tech LevelSensitivityResearch (RP)
151,000
262,000
384,000
4118,000
51415,000
61830,000
72460,000
832120,000
940250,000
1050500,000
11601,000,000
12752,000,000
Active Grav Sensor Strength (13 tiers) — AuroraDB.db TechTypeID=20 [ref D-16]
Tech LevelStrengthResearch (RP)
Conventional2500
1101,000
2122,000
3164,000
4218,000
52815,000
63630,000
74860,000
860125,000
980250,000
10100500,000
111351,000,000
121802,000,000
Thermal Reduction Technology (13 tiers) — AuroraDB.db TechTypeID=127 [ref 11.1-2]
TechnologySignature MultiplierResearch (RP)
100% Normal1.00xStarting
75% Normal0.75x1,500
50% Normal0.50x3,000
35% Normal0.35x6,000
24% Normal0.24x12,000
16% Normal0.16x25,000
12% Normal0.12x50,000
8% Normal0.08x100,000
6% Normal0.06x200,000
4% Normal0.04x400,000
3% Normal0.03x750,000
2% Normal0.02x1,500,000
1% Normal0.01x2,500,000
Cloaking Sensor Reduction (10 tiers) — AuroraDB.db TechTypeID=154 [ref 11.4-2]
TechnologySignature ReductionResearch (RP)
Cloak Sensor Reduction 75%75%4,000
Cloak Sensor Reduction 80%80%8,000
Cloak Sensor Reduction 85%85%15,000
Cloak Sensor Reduction 90%90%30,000
Cloak Sensor Reduction 93%93%60,000
Cloak Sensor Reduction 95%95%125,000
Cloak Sensor Reduction 97%97%250,000
Cloak Sensor Reduction 98%98%500,000
Cloak Sensor Reduction 99%99%1,000,000
Cloak Sensor Reduction 99.5%99.5%2,000,000
Formulas used:
Passive Range (km) = sqrt(Size_HS * Tech_Value * Signature) * 250,000ref A-12
Active Range (km) = sqrt((Strength * HS * EM_Sens * Res^(2/3)) / PI) * 1,000,000ref A-16
Off-Resolution = Base_Range * sqrt(Target_HS / Resolution)ref A-12
Thermal Sig = Engine_EP * Thermal_Reduction_Multiplierref 11.1-1
Cloak Effect = Signature * (1 - Cloak% / 100)ref 11.4-1
Jammer Effect = Range * max(0, 1 - (SJ - ECCM) * 0.1)ref A-17 (active sensors only; passive thermal/EM sensors detect emissions and cannot be jammed)

Back to top

Aurora 4X Manual & Guide - Unofficial community documentation for Aurora C# (game by Steve Walmsley)

This site uses Just the Docs, a documentation theme for Jekyll.