Skip to content

Commit

Permalink
Improve NFEX configs (#2976)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Jul 13, 2024
1 parent b07f587 commit e22acb5
Showing 1 changed file with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
%breakingForce = 250
%breakingTorque = 250
%fuelCrossFeed = False
@maxTemp = 673.15
%skinMaxTemp = 773.15
!MODULE[ModuleDataTransmitter],*:NEEDS[RealAntennas|RemoteTech] {}
@manufacturer = Generic
@manufacturer = #roMfrGeneric
skinTempTag = Aluminum
internalTempTag = Aluminum
}
// Dishes
Expand All @@ -38,3 +38,15 @@
@mass *= #$MODULE[ModuleRealAntenna]/antennaDiameter$
}
@PART[nfex-antenna-static-mini-1]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%mass = 0.004 //twice a communotron 16
}
@PART[nfex-antenna-rover-2]:FOR[RealismOverhaul]
{
%RSSROConfig = True
%mass = 0.001 //communotron 16-S
}

0 comments on commit e22acb5

Please sign in to comment.