2019-02-09 21:54:58 +00:00
// stack-mount small direct antenna
PART
{
name = restock-antenna-stack-2
module = Part
author = Andrew Cassidy
2019-03-03 16:53:04 +00:00
MODEL
{
2019-02-09 21:54:58 +00:00
model = ReStock/Assets/Communication/restock-antenna-stack-2
}
rescaleFactor = 1.0
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
2019-06-24 22:43:59 +00:00
attachRules = 1,1,0,0,0
2019-02-09 21:54:58 +00:00
node_attach = 0.0, -0.1, 0.0, 0.0, -1.0, 0.0, 0
node_stack_bottom = 0.0, -0.125, 0.0, 0.0, -1.0, 0.0, 0
TechRequired = precisionEngineering
entryCost = 4700
cost = 900
category = Communication
title = #LOC_RestockPlus_restock-antenna-stack-2_title //Communotron DTS-J1
2019-02-20 22:08:02 +00:00
manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics
2019-06-24 22:43:59 +00:00
description = #LOC_RestockPlus_restock-antenna-stack-2_description
2019-02-09 21:54:58 +00:00
// A fixed mount version of the popular DTS-M1 antenna. this version is a more traditional dish, giving it better efficiency at the expense of higher mass.
2019-02-20 22:08:02 +00:00
mass = 0.055
2019-02-09 21:54:58 +00:00
dragModelType = default
maximum_drag = 0.3
minimum_drag = 0.3
angularDrag = 1
crashTolerance = 10
maxTemp = 1800
bulkheadProfiles = srf, size0
tags = #LOC_RestockPlus_restock-antenna-stack-2_tags
2019-03-03 16:53:04 +00:00
MODULE
{
2019-02-09 21:54:58 +00:00
name = ModuleDataTransmitter
antennaType = DIRECT
packetInterval = 0.35
packetSize = 2
packetResourceCost = 10.0
requiredResource = ElectricCharge
antennaPower = 2000000000
antennaCombinable = True
}
MODULE
{
name = ModulePartVariants
baseVariant = Gold
2019-03-07 18:19:12 +00:00
useMultipleDragCubes = false
2019-02-09 21:54:58 +00:00
VARIANT
{
name = Gold
displayName = #LOC_Restock_variant-probe-gold
themeName = Gold
primaryColor = #fccb0a
GAMEOBJECTS
{
foil_gold = true
foil_silver = false
}
}
VARIANT
{
name = Silver
displayName = #LOC_Restock_variant-probe-silver
themeName = Silver
primaryColor = #cecece
GAMEOBJECTS
{
foil_gold = false
foil_silver = true
}
}
}
2019-03-03 16:53:04 +00:00
}