From 32a4b0f6d1433679502cd3e98d426cbc53e7cd30 Mon Sep 17 00:00:00 2001 From: ChrisAdderley Date: Mon, 24 Jun 2019 15:43:59 -0700 Subject: [PATCH] Fix subcategory typo --- .../Parts/Communication/restock-antenna-stack-2.cfg | 6 +++--- .../Parts/Communication/restock-antenna-stack-3.cfg | 8 ++++---- .../Parts/Communication/restock-relay-radial-2.cfg | 8 ++++---- .../Parts/Control/restock-reactionwheel-radial-1.cfg | 2 +- .../Parts/Science/restock-goocanister-625-1.cfg | 2 +- .../Parts/Science/restock-materialbay-radial-1.cfg | 2 +- .../Parts/Science/restock-sciencebox-stack-1.cfg | 6 +++--- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Communication/restock-antenna-stack-2.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Communication/restock-antenna-stack-2.cfg index 9f53d1cb..a135f02e 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Communication/restock-antenna-stack-2.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Communication/restock-antenna-stack-2.cfg @@ -10,17 +10,17 @@ PART } rescaleFactor = 1.0 // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision - attachRules = 1,1,0,0,0 + 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 + subcategory = 0 title = #LOC_RestockPlus_restock-antenna-stack-2_title //Communotron DTS-J1 manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics - description = #LOC_RestockPlus_restock-antenna-stack-2_description + 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.055 dragModelType = default diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Communication/restock-antenna-stack-3.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Communication/restock-antenna-stack-3.cfg index 262ff913..30ca7a0a 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Communication/restock-antenna-stack-3.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Communication/restock-antenna-stack-3.cfg @@ -10,24 +10,24 @@ PART } rescaleFactor = 1.0 // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision - attachRules = 1,1,0,0,0 + attachRules = 1,1,0,0,0 node_attach = 0.0, -0.01, 0.0, 0.0, -1.0, 0.0, 0 node_stack_bottom = 0.0, -0.004736, 0.0, 0.0, -1.0, 0.0, 0 category = Communication TechRequired = electronics entryCost = 7500 cost = 999 - subcatagory = 0 + subcategory = 0 title = #LOC_RestockPlus_restock-antenna-stack-3_title //Communotron HG-61 manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics - description = #LOC_RestockPlus_restock-antenna-stack-3_description + description = #LOC_RestockPlus_restock-antenna-stack-3_description // After developing the venerable HG-55, one of our marketing people came up with the idea of a budget version for small probes. The HG-61 removes the fancy extending arm, while still providing the same great communication range of its predecessor, making it perfect for building deep space probes on a budget. mass = 0.06 dragModelType = default maximum_drag = 0.3 minimum_drag = 0.3 angularDrag = 1 - crashTolerance = 8 + crashTolerance = 8 maxTemp = 1800 bulkheadProfiles = srf, size0 tags = #LOC_RestockPlus_restock-antenna-stack-3_tags diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Communication/restock-relay-radial-2.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Communication/restock-relay-radial-2.cfg index c71ebcdb..adebff7f 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Communication/restock-relay-radial-2.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Communication/restock-relay-radial-2.cfg @@ -10,18 +10,18 @@ PART } rescaleFactor = 1.0 // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision - attachRules = 1,1,0,0,0 + attachRules = 1,1,0,0,0 node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0 node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0 TechRequired = electrics entryCost = 2000 cost = 1000 category = Communication - subcatagory = 0 + subcategory = 0 title = #LOC_RestockPlus_restock-relay-radial-2_title //HG-20 High Gain Antenna manufacturer = #autoLOC_501635 //#autoLOC_501635 = Ionic Symphonic Protonic Electronics - description = #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. + description = #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. mass = 0.18 dragModelType = default maximum_drag = 0.3 diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Control/restock-reactionwheel-radial-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Control/restock-reactionwheel-radial-1.cfg index 067dde7f..e705a1d3 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Control/restock-reactionwheel-radial-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Control/restock-reactionwheel-radial-1.cfg @@ -23,7 +23,7 @@ PART cost = 500 mass = 0.03 category = Control - subcatagory = 0 + subcategory = 0 title = #LOC_RestockPlus_reactionwheel-radial-1_title //Small Radial Gyroscope manufacturer = #autoLOC_501631 //#autoLOC_501631 = STEADLER Engineering Corps diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Science/restock-goocanister-625-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Science/restock-goocanister-625-1.cfg index 02aa60c1..4695f886 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Science/restock-goocanister-625-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Science/restock-goocanister-625-1.cfg @@ -19,7 +19,7 @@ PART entryCost = 0 cost = 1000 category = Science - subcatagory = 0 + subcategory = 0 title = #LOC_RestockPlus_restock-goocanister-625-1_title //Mystery Goo™ Inline Containment Unit manufacturer = #autoLOC_501634 //#autoLOC_501634 = FLOOYD Dynamics Research Labs description = #LOC_RestockPlus_restock-goocanister-625-1_description diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Science/restock-materialbay-radial-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Science/restock-materialbay-radial-1.cfg index 3f72c990..349cb825 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Science/restock-materialbay-radial-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Science/restock-materialbay-radial-1.cfg @@ -19,7 +19,7 @@ PART entryCost = 5500 cost = 1800 category = Science - subcatagory = 0 + subcategory = 0 title = #LOC_RestockPlus_restock-materialbay-radial-1_title //SC-9001R Radial Science Jr. manufacturer = #autoLOC_501644 //#autoLOC_501644 = Experimental Engineering Group description = #LOC_RestockPlus_restock-materialbay-radial-1_description diff --git a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Science/restock-sciencebox-stack-1.cfg b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Science/restock-sciencebox-stack-1.cfg index 82a223b8..2072d1bd 100644 --- a/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Science/restock-sciencebox-stack-1.cfg +++ b/Distribution/RestockPlus/GameData/ReStockPlus/Parts/Science/restock-sciencebox-stack-1.cfg @@ -19,7 +19,7 @@ PART entryCost = 0 cost = 1000 category = Science - subcatagory = 0 + subcategory = 0 title = #LOC_RestockPlus_restock-sciencebox-inline-1_title //Experiment Return Unit manufacturer = #autoLOC_501644 //#autoLOC_501644 = Experimental Engineering Group description = #LOC_RestockPlus_restock-goocanister-625-1_description @@ -49,12 +49,12 @@ PART name = ModuleConductionMultiplier modifiedConductionFactor = 0.001 convectionFluxThreshold = 500 - } + } MODULE { name = ModuleScienceContainer - + reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments evaOnlyStorage = True // i.e. can nearby regular vessels also do this, or EVA only