mining tools in their own section, prep for scl

This commit is contained in:
Willyb321
2018-12-19 08:21:13 +11:00
parent aca90d7077
commit 94141aa3c5
3 changed files with 6 additions and 2 deletions

View File

@@ -98,12 +98,14 @@ const CATEGORIES = {
'sb': ['sb'],
'hs': ['hs'],
'defence': ['ch', 'po', 'ec'],
'scanners': ['sc', 'ss', 'cs', 'kw', 'ws', 'pwa'], // Overloaded with internal scanners
'scanners': ['sc', 'ss', 'cs', 'kw', 'ws'], // Overloaded with internal scanners
// Experimental
'experimental': ['axmc', 'axmr', 'rfl', 'tbrfl', 'tbsc', 'tbem', 'xs', 'sfn', 'rcpl', 'dtl', 'rsl', 'mahr',],
// Guardian
'guardian': ['gpp', 'gpd', 'gpc', 'ggc', 'gsrp', 'gfsb', 'ghrp', 'gmrp', 'gsc']
'guardian': ['gpp', 'gpd', 'gpc', 'ggc', 'gsrp', 'gfsb', 'ghrp', 'gmrp', 'gsc'],
'mining': ['scl', 'pwa'],
};
/**

View File

@@ -133,6 +133,7 @@
"ghrp": "Guardian Hull Reinforcement Package",
"gmrp": "Guardian Module Reinforcement Package",
"pwa": "Pulse Wave Analyser",
"scl": "Seismic Charge Launcher",
"tbsc": "Shock Cannon",
"gsc": "Guardian Shard Cannon",
"psg": "Prismatic Shield Generator",

View File

@@ -95,6 +95,7 @@ export const ModuleGroupToName = {
tbem: 'Enzyme Missile Rack',
tbrfl: 'Remote Release Flechette Launcher',
pwa: 'Pulse Wave Analyser',
scl: 'Seismic Charge Launcher',
};
let GrpNameToCodeMap = {};