Skip to content

Commit

Permalink
Merge pull request #155 from InvalidArgument3/initialversion
Browse files Browse the repository at this point in the history
more sane radar stats
  • Loading branch information
InvalidArgument3 authored Oct 19, 2024
2 parents 9e240d0 + 2a3f736 commit 74b735f
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ public class DeltaVEWARstats : MySessionComponentBase
["DeltaV_Search_Radar_Large"] = new RadarStat()
{
MaxRadiatedPower = 30000, // 30 MW
Gain = 500,
Sensitivity = -400,
Gain = 50,
Sensitivity = -40,
MaxSearchRange = 10000000, // 10,000 km

ApertureSize = 300,
Expand All @@ -45,8 +45,8 @@ public class DeltaVEWARstats : MySessionComponentBase
["DeltaV_Track_Radar_Large"] = new RadarStat()
{
MaxRadiatedPower = 5000, // 5 MW
Gain = 500,
Sensitivity = -400,
Gain = 50,
Sensitivity = -40,
MaxSearchRange = 250000, // 250 km

ApertureSize = 50,
Expand All @@ -68,8 +68,8 @@ public class DeltaVEWARstats : MySessionComponentBase
["DeltaV_Search_Radar_Small"] = new RadarStat()
{
MaxRadiatedPower = 1500, // 1.5 MW
Gain = 400,
Sensitivity = -300,
Gain = 40,
Sensitivity = -30,
MaxSearchRange = 500000, // 500 km

ApertureSize = 15,
Expand All @@ -91,8 +91,8 @@ public class DeltaVEWARstats : MySessionComponentBase
["DeltaV_Track_Radar_Small"] = new RadarStat()
{
MaxRadiatedPower = 250, // 250 kW
Gain = 5,
Sensitivity = -400,
Gain = 50,
Sensitivity = -40,
MaxSearchRange = 50000, // 50 km

ApertureSize = 5,
Expand Down

0 comments on commit 74b735f

Please sign in to comment.