Bladeren bron

production: handle new NA, RE recipes

raylu 18 uur geleden
bovenliggende
commit
bbcb42e986
1 gewijzigde bestanden met toevoegingen van 10 en 0 verwijderingen
  1. 10 0
      ts/production.ts

+ 10 - 0
ts/production.ts

@@ -115,10 +115,20 @@ async function recipeForMats(): Promise<{recipes: Record<string, Recipe>, extrac
 		'FE': '6xFEO 1xC 1xO 1xFLX=>4xFE',
 		'GL': '2xSIO 1xNA 1xSEN=>10xGL',
 		'GRA': '30xH2O 1xDDT 3xSOI=>6xGRA',
+		'HCB': '600xWAL 100xMFK=>1xHCB',
 		'HCP': '14xH2O 1xNS=>8xHCP',
+		'LCB': '200xAST 20xMFK=>1xLCB',
+		'MCB': '100xAST 16xMFK=>1xMCB',
 		'RE': '8xREO 1xC 1xO 1xFLX=>5xRE',
 		'RG': '10xGL 15xPG 1xSEN=>10xRG',
+		'SCB': '50xFAL 12xMFK=>1xSCB',
 		'SI': '3xSIO 1xC 1xO 1xFLX=>1xSI',
+		'TCB': '20xFE 4xMFK=>1xTCB',
+		'TI': '4xTIO 1xC 1xO 1xNA=>2xTI',
+		'VCB': '200xFET 20xMFK=>1xVCB',
+		'VSC': '35xFE 8xMFK=>1xVSC',
+		'WCB': '100xAST 100xFET 20xMFK=>1xWCB',
+		'ZR': '2xZIR 4xNA=>1xZR 2xSIO',
 	}
 
 	const matRecipes: Record<string, Recipe[]> = {}; // all ways to make a mat