Skip to content

Commit

Permalink
Fix TeleBlade Antenna
Browse files Browse the repository at this point in the history
  • Loading branch information
dsolmann authored Nov 18, 2018
1 parent db89046 commit 36194be
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions Parts/TeleBladeAntenna/TeleBladeAntenna.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ PART

MODEL
{
model = Telemachus/Parts/ThirdPartyParts/TeleBladeAntenna
model = Telemachus/Parts/TeleBladeAntenna/TeleBladeAntenna
}

node_stack_bottom = 0.0, -0.02, 0.0, 0.0, -1.0, 0.0, 0
node_attach = 0.0, -0.02, 0.0, 0.0, -1.0, 0.0, 0
attachRules = 1,1,0,0,1

TechRequired = basicScience
entryCost = 1600
cost = 450
category = Control
entryCost = 800
cost = 650
category = Communication
subcategory = 0
title = Telemachus Atmospheric Blade Antenna
title = TeleBlade Atmospheric Blade Antenna for Telemachus
manufacturer = Karmin Navigation
description = A simple antenna for atmospheric & planetary craft, shuttles and SSTO's. You can send and receive complex
description = A simple aerodynamic antenna for atmospheric & planetary craft, shuttles and SSTO's. You can send and receive complex
telemetry and command signals within the atmosphere of ANY planetary body! Never lose telemtry or comms again, even during a fast and HOT re-entry! The CloudCutter™ antenna is made from an old Frisbee and elevon, coated with our patented Kerbalminium space-age material, and is guaranteed to maybe not fall apart or burn up under most usage.
mass = 0.025
Expand All @@ -40,7 +40,21 @@ PART
{
name = TelemachusDataLink
}
MODULE
{
name = ModuleDataTransmitter
packetInterval = 0.18
packetSize = 2
packetResourceCost = 20.0
requiredResource = ElectricCharge
DeployFxModules = 0
}
MODULE
{
name = TelemachusPowerDrain
Expand Down

0 comments on commit 36194be

Please sign in to comment.