Added support for research-limpet-controller

This commit is contained in:
Felix Linker
2018-08-26 20:12:00 +02:00
parent 80f5a95297
commit 58510bbd22
3 changed files with 4 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ const GRPCAT = {
'tbem': 'experimental',
'tbrfl': 'experimental',
'mahr': 'experimental',
'rsl': 'experimental',
'tp': 'ordnance',
'nl': 'ordnance',
'sc': 'scanners',
@@ -97,7 +98,7 @@ const CATEGORIES = {
'defence': ['ch', 'po', 'ec'],
'scanners': ['sc', 'ss', 'cs', 'kw', 'ws'], // Overloaded with internal scanners
// Experimental
'experimental': ['axmc', 'axmr', 'rfl', 'tbrfl', 'tbsc', 'tbem', 'xs', 'sfn', 'rcpl', 'dtl', 'mahr', ],
'experimental': ['axmc', 'axmr', 'rfl', 'tbrfl', 'tbsc', 'tbem', 'xs', 'sfn', 'rcpl', 'dtl', 'rsl', 'mahr', ],
// Guardian
'guardian': ['gpp', 'gpd', 'gpc', 'ggc', 'gsrp', 'gfsb', 'ghrp', 'gmrp', 'gsc']

View File

@@ -135,6 +135,7 @@
"rf": "Refinery",
"rfl": "Remote Release Flak Launcher",
"rg": "Rail Gun",
"rsl": "Research Limpet Controller",
"s": "Sensors",
"sb": "Shield Booster",
"sc": "Stellar Scanners",

View File

@@ -86,6 +86,7 @@ export const ModuleGroupToName = {
sfn: 'Shutdown Field Neutraliser',
xs: 'Xeno Scanner',
rcpl: 'Recon Limpet Controller',
rsl: 'Research Limpet Controller',
dtl: 'Decontamination Limpet Controller',
gpc: 'Guardian Plasma Charger',
ggc: 'Guardian Gauss Cannon',