Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #63 from Kerbas-ad-astra/master
Browse files Browse the repository at this point in the history
NFE RTGs and updated OPT cross-section names
  • Loading branch information
Crzyrndm authored Sep 10, 2016
2 parents f7991f2 + fe6d6f9 commit 315f7e5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
20 changes: 10 additions & 10 deletions GameData/000_FilterExtensions Configs/SubCategories_Bulkhead.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,71 +56,71 @@ SUBCATEGORY
}
SUBCATEGORY
{
name = OPT A [3 x 8.2 m]
name = OPT Avatar [3 x 8.2 m]
icon = cs_mkk

FILTER
{
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
{
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
{
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
{
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
{
CHECK
{
type = profile
value = optL
value = optL, Humpback
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ SUBCATEGORY
CHECK
{
type = moduleName
value = ModuleCommand, ModuleEngines, ModuleEnginesFX, ModuleGenerator
value = ModuleCommand, ModuleEngines, ModuleEnginesFX, ModuleGenerator, ModuleRadioisotopeGenerator
invert = true
}
}
Expand Down

0 comments on commit 315f7e5

Please sign in to comment.