Skip to content

Commit

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

ApertureSize = 300,
NoiseFilter = 2,
SignalToNoiseRatio = 1,

PositionError = 800,
PositionError = 80,
VelocityError = 5,

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

ApertureSize = 50,
NoiseFilter = 1,
SignalToNoiseRatio = 1,

PositionError = 20,
PositionError = 2,
VelocityError = 1,

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

ApertureSize = 15,
NoiseFilter = 2,
SignalToNoiseRatio = 1,

PositionError = 400,
PositionError = 40,
VelocityError = 5,

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

ApertureSize = 5,
NoiseFilter = 1,
SignalToNoiseRatio = 1,

PositionError = 50,
PositionError = 5,
VelocityError = 1,

CanTargetLock = true,
Expand All @@ -119,7 +119,7 @@ public class DeltaVEWARstats : MySessionComponentBase
["DeltaV_LargeJammer"] = new JammerStat()
{
MaxRadiatedPower = 15000, // 15 MW
Gain = 15,
Gain = 150,
MaxSearchRange = 500000, // 500 km

AreaEffectRatio = 0.4f, // Larger area of effect
Expand Down

0 comments on commit 3f5fe58

Please sign in to comment.