ソースを参照

Merge pull request #5 from Razenpok/update-material-list

Update the material list to include the gateway update materials and categories
SamuelBurnes 6 ヶ月 前
コミット
0f7fa6b5fc
1 ファイル変更26 行追加3 行削除
  1. 26 3
      reports/src/staticData/constants.ts

+ 26 - 3
reports/src/staticData/constants.ts

@@ -64,7 +64,9 @@ export const materialCategories: Record<string, string[]>= {
 		'RAG',
 		'RAG',
 		'RCS',
 		'RCS',
 		'RCT',
 		'RCT',
-		'SFE'
+		'SFE',
+		'VOE',
+		'VOR'
 	],
 	],
 	'Software Tools': [
 	'Software Tools': [
 		'DA',
 		'DA',
@@ -93,6 +95,7 @@ export const materialCategories: Record<string, string[]>= {
 		'TSH'
 		'TSH'
 	],
 	],
 	'Alloys': [
 	'Alloys': [
+		'ALR',
 		'AST',
 		'AST',
 		'BGO',
 		'BGO',
 		'BOS',
 		'BOS',
@@ -100,7 +103,8 @@ export const materialCategories: Record<string, string[]>= {
 		'FAL',
 		'FAL',
 		'FET',
 		'FET',
 		'RGO',
 		'RGO',
-		'WAL'
+		'WAL',
+		'WRH'
 	],
 	],
 	'Consumable Bundles': [
 	'Consumable Bundles': [
 		'CBU',
 		'CBU',
@@ -189,6 +193,15 @@ export const materialCategories: Record<string, string[]>= {
 		'SNM',
 		'SNM',
 		'WAI'
 		'WAI'
 	],
 	],
+	'Infrastructure': [
+		'GWS',
+		'PFG',
+		'SDM',
+		'SPT',
+		'SST',
+		'TOR',
+		'TRS'
+	],
 	'Electronic Pieces': [
 	'Electronic Pieces': [
 		'BCO',
 		'BCO',
 		'BGC',
 		'BGC',
@@ -216,6 +229,7 @@ export const materialCategories: Record<string, string[]>= {
 		'CUO',
 		'CUO',
 		'FEO',
 		'FEO',
 		'LIO',
 		'LIO',
+		'REO',
 		'SIO',
 		'SIO',
 		'TIO'
 		'TIO'
 	],
 	],
@@ -223,6 +237,8 @@ export const materialCategories: Record<string, string[]>= {
 		'BR1',
 		'BR1',
 		'BR2',
 		'BR2',
 		'BRS',
 		'BRS',
+		'BSU',
+		'CPU',
 		'CQL',
 		'CQL',
 		'CQM',
 		'CQM',
 		'CQS',
 		'CQS',
@@ -266,6 +282,7 @@ export const materialCategories: Record<string, string[]>= {
 		'CU',
 		'CU',
 		'FE',
 		'FE',
 		'LI',
 		'LI',
+		'RE',
 		'SI',
 		'SI',
 		'STL',
 		'STL',
 		'TI',
 		'TI',
@@ -314,6 +331,7 @@ export const materialCategories: Record<string, string[]>= {
 		'FLX',
 		'FLX',
 		'IND',
 		'IND',
 		'JUI',
 		'JUI',
+		'KRE',
 		'LCR',
 		'LCR',
 		'NAB',
 		'NAB',
 		'NR',
 		'NR',
@@ -346,6 +364,7 @@ export const materialCategories: Record<string, string[]>= {
 		'H',
 		'H',
 		'HE',
 		'HE',
 		'HE3',
 		'HE3',
+		'KR',
 		'N',
 		'N',
 		'NE',
 		'NE',
 		'O'
 		'O'
@@ -356,6 +375,7 @@ export const materialCategories: Record<string, string[]>= {
 		'ATP',
 		'ATP',
 		'BGS',
 		'BGS',
 		'BHP',
 		'BHP',
+		'HAM',
 		'HHP',
 		'HHP',
 		'LHP',
 		'LHP',
 		'NV1',
 		'NV1',
@@ -415,7 +435,8 @@ export const materialCategories: Record<string, string[]>= {
 	],
 	],
 	'Fuels': [
 	'Fuels': [
 		'FF',
 		'FF',
-		'SF'
+		'SF',
+		'VF'
 	],
 	],
 	'Ship Kits': [
 	'Ship Kits': [
 		'HCB',
 		'HCB',
@@ -430,6 +451,7 @@ export const materialCategories: Record<string, string[]>= {
 		'SSL',
 		'SSL',
 		'TCB',
 		'TCB',
 		'VCB',
 		'VCB',
+		'VFT',
 		'VSC',
 		'VSC',
 		'WCB'
 		'WCB'
 	],
 	],
@@ -465,6 +487,7 @@ export const materialCategoryColors = {
 	"Energy Systems": "#2e5740",
 	"Energy Systems": "#2e5740",
 	"Fuels": "#6ba23c",
 	"Fuels": "#6ba23c",
 	"Gases": "#198284",
 	"Gases": "#198284",
+	"Infrastructure": "#1e1e8c",
 	"Liquids": "#6098c3",
 	"Liquids": "#6098c3",
 	"Medical Equipment": "#6ec36e",
 	"Medical Equipment": "#6ec36e",
 	"Metals": "#4f4f4f",
 	"Metals": "#4f4f4f",