mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
gsrp
This commit is contained in:
@@ -61,6 +61,7 @@ const GRPCAT = {
|
|||||||
// Standard
|
// Standard
|
||||||
'gpp': 'guardian',
|
'gpp': 'guardian',
|
||||||
'gpc': 'guardian',
|
'gpc': 'guardian',
|
||||||
|
'gsrp': 'guardian',
|
||||||
'ggc': 'guardian'
|
'ggc': 'guardian'
|
||||||
};
|
};
|
||||||
// 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
|
||||||
@@ -90,7 +91,7 @@ const CATEGORIES = {
|
|||||||
'experimental': ['axmc', 'axmr', 'rfl', 'xs', 'sfn', 'rcpl'],
|
'experimental': ['axmc', 'axmr', 'rfl', 'xs', 'sfn', 'rcpl'],
|
||||||
|
|
||||||
// Guardian
|
// Guardian
|
||||||
'guardian': ['gpp', 'gpd', 'gpc', 'ggc']
|
'guardian': ['gpp', 'gpd', 'gpc', 'ggc', 'gsrp']
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -124,6 +124,7 @@
|
|||||||
"gpd": "Guardian Hybrid Power Distributor",
|
"gpd": "Guardian Hybrid Power Distributor",
|
||||||
"gpc": "Guardian Plasma Charger",
|
"gpc": "Guardian Plasma Charger",
|
||||||
"ggc": "Guardian Gauss Cannon",
|
"ggc": "Guardian Gauss Cannon",
|
||||||
|
"gsrp": "Guardian Shield Reinforcement Package",
|
||||||
"psg": "Prismatic Shield Generator",
|
"psg": "Prismatic Shield Generator",
|
||||||
"pv": "Planetary Vehicle Hangar",
|
"pv": "Planetary Vehicle Hangar",
|
||||||
"rf": "Refinery",
|
"rf": "Refinery",
|
||||||
|
|||||||
@@ -52,6 +52,7 @@ export const ModuleGroupToName = {
|
|||||||
pcq: 'Luxury Passenger Cabin',
|
pcq: 'Luxury Passenger Cabin',
|
||||||
cc: 'Collector Limpet Controller',
|
cc: 'Collector Limpet Controller',
|
||||||
ss: 'Surface Scanner',
|
ss: 'Surface Scanner',
|
||||||
|
gsrp: 'Guardian Shield Reinforcement Packages',
|
||||||
|
|
||||||
// Hard Points
|
// Hard Points
|
||||||
bl: 'Beam Laser',
|
bl: 'Beam Laser',
|
||||||
|
|||||||
Reference in New Issue
Block a user