Add DTS-J1 antenna
* add the DTS-J1, a stack mount version of the DTS-M1 * some small fixes to other files
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 4.0 MiB |
After Width: | Height: | Size: 613 KiB |
After Width: | Height: | Size: 512 KiB |
After Width: | Height: | Size: 367 KiB |
After Width: | Height: | Size: 512 KiB |
After Width: | Height: | Size: 309 KiB |
After Width: | Height: | Size: 512 KiB |
Before Width: | Height: | Size: 4.0 MiB After Width: | Height: | Size: 4.0 MiB |
@ -135,5 +135,9 @@ Localization
|
|||||||
#LOC_RestockPlus_restock-relay-radial-2_title = HG-20 High Gain Antenna
|
#LOC_RestockPlus_restock-relay-radial-2_title = HG-20 High Gain Antenna
|
||||||
#LOC_RestockPlus_restock-relay-radial-2_description = A longer range version of the HG-5 that can handle either direct communications or short range relays, using 4 different dishes.
|
#LOC_RestockPlus_restock-relay-radial-2_description = A longer range version of the HG-5 that can handle either direct communications or short range relays, using 4 different dishes.
|
||||||
#LOC_RestockPlus_restock-relay-radial-2_tags = relay antenna radial science transmit data Apollo restock
|
#LOC_RestockPlus_restock-relay-radial-2_tags = relay antenna radial science transmit data Apollo restock
|
||||||
|
|
||||||
|
#LOC_RestockPlus_restock-antenna-stack-2_title = Communotron DTS-J1
|
||||||
|
#LOC_RestockPlus_restock-antenna-stack-2_description = 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.
|
||||||
|
#LOC_RestockPlus_restock-antenna-stack-2_tags = antenna radial transmit data dish Juno restock
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,76 @@
|
|||||||
|
// stack-mount small direct antenna
|
||||||
|
PART
|
||||||
|
{
|
||||||
|
name = restock-antenna-stack-2
|
||||||
|
module = Part
|
||||||
|
author = Andrew Cassidy
|
||||||
|
|
||||||
|
MODEL {
|
||||||
|
model = ReStock/Assets/Communication/restock-antenna-stack-2
|
||||||
|
}
|
||||||
|
rescaleFactor = 1.0
|
||||||
|
|
||||||
|
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
|
||||||
|
attachRules = 1,1,0,0,0
|
||||||
|
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
|
||||||
|
subcatagory = 0
|
||||||
|
title = #LOC_RestockPlus_restock-antenna-stack-2_title //Communotron DTS-J1
|
||||||
|
description = #LOC_RestockPlus_restock-antenna-stack-2_description
|
||||||
|
// 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.
|
||||||
|
mass = 0.15
|
||||||
|
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
|
||||||
|
|
||||||
|
MODULE {
|
||||||
|
name = ModuleDataTransmitter
|
||||||
|
antennaType = DIRECT
|
||||||
|
packetInterval = 0.35
|
||||||
|
packetSize = 2
|
||||||
|
packetResourceCost = 10.0
|
||||||
|
requiredResource = ElectricCharge
|
||||||
|
antennaPower = 2000000000
|
||||||
|
antennaCombinable = True
|
||||||
|
}
|
||||||
|
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModulePartVariants
|
||||||
|
baseVariant = Gold
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1,4 +1,4 @@
|
|||||||
// inline goo canister
|
// 4x radial relay antenna
|
||||||
PART
|
PART
|
||||||
{
|
{
|
||||||
name = restock-relay-radial-2
|
name = restock-relay-radial-2
|
||||||
|