Merge branch 'develop'

This commit is contained in:
willyb321
2018-07-14 10:54:46 +10:00
3 changed files with 8 additions and 2 deletions

View File

@@ -45,6 +45,7 @@ const GRPCAT = {
'mr': 'ordnance',
'axmr': 'experimental',
'rcpl': 'experimental',
'tbsc': 'experimental',
'tp': 'ordnance',
'nl': 'ordnance',
'sc': 'scanners',
@@ -65,6 +66,7 @@ const GRPCAT = {
'ggc': 'guardian',
'gfsb': 'guardian',
'gmrp': 'guardian',
'gsc': 'guardian',
'ghrp': 'guardian'
};
// Order here is the order in which items will be shown in the modules menu
@@ -91,10 +93,10 @@ const CATEGORIES = {
'defence': ['ch', 'po', 'ec'],
'scanners': ['sc', 'ss', 'cs', 'kw', 'ws'], // Overloaded with internal scanners
// Experimental
'experimental': ['axmc', 'axmr', 'rfl', 'xs', 'sfn', 'rcpl'],
'experimental': ['axmc', 'axmr', 'rfl', 'xs', 'sfn', 'rcpl', 'tbsc'],
// Guardian
'guardian': ['gpp', 'gpd', 'gpc', 'ggc', 'gsrp', 'gfsb', 'ghrp', 'gmrp']
'guardian': ['gpp', 'gpd', 'gpc', 'ggc', 'gsrp', 'gfsb', 'ghrp', 'gmrp', 'gsc']
};
/**

View File

@@ -128,6 +128,8 @@
"gfsb": "Guardian Frame Shift Drive Booster",
"ghrp": "Guardian Hull Reinforcement Package",
"gmrp": "Guardian Module Reinforcement Package",
"tbsc": "Shock Cannon",
"gsc": "Guardian Shard Cannon",
"psg": "Prismatic Shield Generator",
"pv": "Planetary Vehicle Hangar",
"rf": "Refinery",

View File

@@ -87,6 +87,8 @@ export const ModuleGroupToName = {
rcpl: 'Recon Limpet Controller',
gpc: 'Guardian Plasma Charger',
ggc: 'Guardian Gauss Cannon',
tbsc: 'Shock Cannon',
gsc: 'Guardian Shard Cannon',
};
let GrpNameToCodeMap = {};