From fe6d6f935aaa47c841ac4d126c8e769dc3934b9a Mon Sep 17 00:00:00 2001 From: Kerbas-ad-astra Date: Thu, 8 Sep 2016 16:46:45 -0400 Subject: [PATCH] Added decaying RTGs from NFE to electrical patches, and updated the new names of the OPT cross-sections. --- .../Default/StockCategories.cfg | 10 +++++----- .../SubCategories_Bulkhead.cfg | 20 +++++++++---------- .../SubCategories_Electrical.cfg | 4 ++-- .../SubCategories_Stock.cfg | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/GameData/000_FilterExtensions Configs/Default/StockCategories.cfg b/GameData/000_FilterExtensions Configs/Default/StockCategories.cfg index f2bfaa26..428d8e07 100644 --- a/GameData/000_FilterExtensions Configs/Default/StockCategories.cfg +++ b/GameData/000_FilterExtensions Configs/Default/StockCategories.cfg @@ -28,11 +28,11 @@ CATEGORY list = 1,Mk 2 Oversized [2.5 x 2.5 m] list = 2,Mk 3 [3.8 x 3.3 m] list = 3,Mk 4 [4.1 x 7.9 m] - list = 4,OPT A [3 x 8.2 m] - list = 5,OPT B [2.5 x 5.1 m] - list = 6,OPT J [2.9 x 5.0 m] - list = 7,OPT K [3.2 x 8.0 m] - list = 8,OPT L [4.0 x 8.3 m] + list = 4,OPT Avatar [3 x 8.2 m] + list = 5,OPT Stail [2.5 x 5.1 m] + list = 6,OPT Juno [2.9 x 5.0 m] + list = 7,OPT Kraken [3.2 x 8.0 m] + list = 8,OPT Humpback [4.0 x 8.3 m] list = 9,Size 00 [0.35 m] list = 10,Size 0 [0.625 m] list = 11,Wedge [0.6 x 0.9 m] diff --git a/GameData/000_FilterExtensions Configs/SubCategories_Bulkhead.cfg b/GameData/000_FilterExtensions Configs/SubCategories_Bulkhead.cfg index 942e5e61..5ed3ec89 100644 --- a/GameData/000_FilterExtensions Configs/SubCategories_Bulkhead.cfg +++ b/GameData/000_FilterExtensions Configs/SubCategories_Bulkhead.cfg @@ -56,7 +56,7 @@ SUBCATEGORY } SUBCATEGORY { - name = OPT A [3 x 8.2 m] + name = OPT Avatar [3 x 8.2 m] icon = cs_mkk FILTER @@ -64,13 +64,13 @@ SUBCATEGORY CHECK { type = profile - value = optA, k + value = optA, k, Avatar, Chimera } } } SUBCATEGORY { - name = OPT B [2.5 x 5.1 m] + name = OPT Stail [2.5 x 5.1 m] icon = cs_mkj FILTER @@ -78,13 +78,13 @@ SUBCATEGORY CHECK { type = profile - value = optB, j + value = optB, j, Stail } } } SUBCATEGORY { - name = OPT J [2.9 x 5.0 m] + name = OPT Juno [2.9 x 5.0 m] icon = cs_optj FILTER @@ -92,13 +92,13 @@ SUBCATEGORY CHECK { type = profile - value = optJ + value = optJ, Juno } } } SUBCATEGORY { - name = OPT K [3.2 x 8.0 m] + name = OPT Kraken [3.2 x 8.0 m] icon = cs_optk FILTER @@ -106,13 +106,13 @@ SUBCATEGORY CHECK { type = profile - value = optK + value = optK, Kraken } } } SUBCATEGORY { - name = OPT L [4.0 x 8.3 m] + name = OPT Humpback [4.0 x 8.3 m] icon = cs_optl FILTER @@ -120,7 +120,7 @@ SUBCATEGORY CHECK { type = profile - value = optL + value = optL, Humpback } } } diff --git a/GameData/000_FilterExtensions Configs/SubCategories_Electrical.cfg b/GameData/000_FilterExtensions Configs/SubCategories_Electrical.cfg index 6700558a..d0a427b6 100644 --- a/GameData/000_FilterExtensions Configs/SubCategories_Electrical.cfg +++ b/GameData/000_FilterExtensions Configs/SubCategories_Electrical.cfg @@ -7,7 +7,7 @@ SUBCATEGORY CHECK { type = moduleName - value = ModuleGenerator, REGO_ModuleTrickleCharger, FNGenerator, InterstellarCatalysedFissionFusion, FNAntimatterReactor, InterstellarTokamakFusionReator, InterstellarFissionMSRGC, InterstellarFissionPBDP, FissionReactor + value = ModuleGenerator, REGO_ModuleTrickleCharger, FNGenerator, InterstellarCatalysedFissionFusion, FNAntimatterReactor, InterstellarTokamakFusionReator, InterstellarFissionMSRGC, InterstellarFissionPBDP, FissionReactor, ModuleRadioisotopeGenerator } } FILTER @@ -66,7 +66,7 @@ SUBCATEGORY CHECK { type = moduleName - value = ModuleCommand, ModuleEngines, ModuleEnginesFX, REGO_ModuleResourceConverter, ModuleGenerator, FNGenerator + value = ModuleCommand, ModuleEngines, ModuleEnginesFX, REGO_ModuleResourceConverter, ModuleGenerator, FNGenerator, ModuleRadioisotopeGenerator invert = true } } diff --git a/GameData/000_FilterExtensions Configs/SubCategories_Stock.cfg b/GameData/000_FilterExtensions Configs/SubCategories_Stock.cfg index fd9ab31a..c2ea3e05 100644 --- a/GameData/000_FilterExtensions Configs/SubCategories_Stock.cfg +++ b/GameData/000_FilterExtensions Configs/SubCategories_Stock.cfg @@ -167,7 +167,7 @@ SUBCATEGORY CHECK { type = moduleName - value = ModuleCommand, ModuleEngines, ModuleEnginesFX, ModuleGenerator + value = ModuleCommand, ModuleEngines, ModuleEnginesFX, ModuleGenerator, ModuleRadioisotopeGenerator invert = true } }