prep for abl

This commit is contained in:
William Blythe
2018-12-26 08:50:00 +11:00
parent f85a03a9ae
commit 2936364934
3 changed files with 3 additions and 1 deletions

View File

@@ -109,7 +109,7 @@ const CATEGORIES = {
// Guardian
'guardian': ['gpp', 'gpd', 'gpc', 'ggc', 'gsrp', 'gfsb', 'ghrp', 'gmrp', 'gsc'],
'mining': ['ml', 'scl', 'pwa', 'sdm'],
'mining': ['ml', 'scl', 'pwa', 'sdm', 'abl'],
};
/**

View File

@@ -133,6 +133,7 @@
"ghrp": "Guardian Hull Reinforcement Package",
"gmrp": "Guardian Module Reinforcement Package",
"pwa": "Pulse Wave Analyser",
"abl": "Abrasion Blaster",
"scl": "Seismic Charge Launcher",
"sdm": "Sub-Surface Displacement Missile",
"tbsc": "Shock Cannon",

View File

@@ -95,6 +95,7 @@ export const ModuleGroupToName = {
tbem: 'Enzyme Missile Rack',
tbrfl: 'Remote Release Flechette Launcher',
pwa: 'Pulse Wave Analyser',
abl: 'Abrasion Blaster',
scl: 'Seismic Charge Launcher',
sdm: 'Sub-Surface Displacement Missile',
};