move dc to assists category, 3.4 prep

This commit is contained in:
willyb321
2019-04-15 06:43:55 +10:00
parent 2bdc4562c6
commit e9273dcb9b
3 changed files with 9 additions and 2 deletions

View File

@@ -78,7 +78,11 @@ const GRPCAT = {
// Mining // Mining
'scl': 'mining', 'scl': 'mining',
'pwa': 'mining', 'pwa': 'mining',
'sdm': 'mining' 'sdm': 'mining',
// Assists
'dc': 'assists',
'sua': 'assists',
}; };
// Order here is the order in which items will be shown in the modules menu // Order here is the order in which items will be shown in the modules menu
const CATEGORIES = { const CATEGORIES = {
@@ -93,7 +97,8 @@ const CATEGORIES = {
'rf': ['rf'], 'rf': ['rf'],
'shields': ['sg', 'bsg', 'psg', 'scb'], 'shields': ['sg', 'bsg', 'psg', 'scb'],
'structural reinforcement': ['hr', 'mrp'], 'structural reinforcement': ['hr', 'mrp'],
'dc': ['dc'], 'assists': ['dc', 'sua'],
// Hardpoints // Hardpoints
'lasers': ['pl', 'ul', 'bl'], 'lasers': ['pl', 'ul', 'bl'],
'projectiles': ['mc', 'c', 'fc', 'pa', 'rg'], 'projectiles': ['mc', 'c', 'fc', 'pa', 'rg'],

View File

@@ -153,6 +153,7 @@
"sfn": "Shutdown Field Neutraliser", "sfn": "Shutdown Field Neutraliser",
"sg": "Shield Generator", "sg": "Shield Generator",
"ss": "Surface Scanners", "ss": "Surface Scanners",
"sua": "Supercruise Assist",
"t": "thrusters", "t": "thrusters",
"tp": "Torpedo Pylon", "tp": "Torpedo Pylon",
"ul": "Burst Laser", "ul": "Burst Laser",

View File

@@ -57,6 +57,7 @@ export const ModuleGroupToName = {
ghrp: 'Guardian Hull Reinforcement Package', ghrp: 'Guardian Hull Reinforcement Package',
gmrp: 'Guardian Module Reinforcement Package', gmrp: 'Guardian Module Reinforcement Package',
mahr: 'Meta Alloy Hull Reinforcement Package', mahr: 'Meta Alloy Hull Reinforcement Package',
sua: 'Supercruise Assist',
// Hard Points // Hard Points
bl: 'Beam Laser', bl: 'Beam Laser',