Skip to content

Commit

Permalink
Add 3m dish (#2984)
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav authored Aug 11, 2024
1 parent e925f28 commit 069a8ea
Showing 1 changed file with 40 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
}
@PART[RelayAntenna100]:AFTER[RemoteTech]
{
@description ^= :$: <b><color=#00eaf0>Effective range to Earth DSN [41 Tm] — Power Consumption [80 Watts] — Maximum Data Rate [512 kbit/s] — Use Case [Pluton]</color></b>
@description ^= :$: <b><color=#00eaf0>Effective range to Earth DSN [41 Tm] — Power Consumption [80 Watts] — Maximum Data Rate [512 kbit/s] — Use Case [Pluto]</color></b>

@MODULE[ModuleRTAntenna]
{
Expand All @@ -530,3 +530,42 @@
}
}
}

// ==================================================
// 3m variant of RA-100 parabolic antenna.

// Dimensions: 3 m x 1.7 m
// Inert Mass: 36 kg (RA) / 70 kg (RT)
// ==================================================
+PART[RelayAntenna100]:FOR[RealismOverhaul]
{
@name = RelayAntenna3m
@title = 3m Parabolic Antenna
@mass = 0.07

%rescaleFactor = 1
%rescaleFactor:NEEDS[VenStockRevamp/Squad] = 0.8475
%rescaleFactor:NEEDS[ReStock] = 0.983625
}

@PART[RelayAntenna3m]:FOR[RealismOverhaul]:NEEDS[RealAntennas]
{
@mass = 0.036
@MODULE[ModuleRealAntenna] { @antennaDiameter = 3.0 }
}
@PART[RelayAntenna3m]:AFTER[RemoteTech]
{
@description ^= :$: <b><color=#00eaf0>Effective range to Earth DSN [30.5 Tm] — Power Consumption [60 Watts] — Maximum Data Rate [512 kbit/s] — Use Case [Pluto]</color></b>

@MODULE[ModuleRTAntenna]
{
@Mode1DishRange = 5.5e12
@EnergyCost = 0.07
@DishAngle = 0.6

@TRANSMITTER
{
@PacketResourceCost = 0.03
}
}
}

0 comments on commit 069a8ea

Please sign in to comment.