mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +00:00
prep for guardian
This commit is contained in:
@@ -48,6 +48,8 @@ const GRPCAT = {
|
||||
'nl': 'ordnance',
|
||||
'sc': 'scanners',
|
||||
'ss': 'scanners',
|
||||
'gpl': 'guardian',
|
||||
'ggc': 'guardian',
|
||||
// Utilities
|
||||
'cs': 'scanners',
|
||||
'kw': 'scanners',
|
||||
@@ -82,7 +84,10 @@ const CATEGORIES = {
|
||||
'defence': ['ch', 'po', 'ec'],
|
||||
'scanners': ['sc', 'ss', 'cs', 'kw', 'ws'], // Overloaded with internal scanners
|
||||
// Experimental
|
||||
'experimental': ['axmc', 'axmr', 'rfl', 'xs', 'sfn']
|
||||
'experimental': ['axmc', 'axmr', 'rfl', 'xs', 'sfn'],
|
||||
|
||||
// Guardian
|
||||
'guardian': ['gpl', 'ggc']
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
@@ -133,6 +133,8 @@
|
||||
"ws": "Frame Shift Wake Scanner",
|
||||
"rpl": "Repair Limpet Controller",
|
||||
"xs": "Xeno Scanner",
|
||||
"ggc": "Gauss Cannon",
|
||||
"gpl": "Plasma Launcher",
|
||||
"emptyrestricted": "empty (restricted)",
|
||||
"damage dealt to": "Damage dealt to",
|
||||
"damage received from": "Damage received from",
|
||||
|
||||
@@ -75,6 +75,8 @@ export const ModuleGroupToName = {
|
||||
sb: 'Shield Booster',
|
||||
tp: 'Torpedo Pylon',
|
||||
sfn: 'Shutdown Field Neutraliser',
|
||||
gpl: 'Plasma Launcher',
|
||||
ggc: 'Gauss Cannon',
|
||||
xs: 'Xeno Scanner'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user