Browse Source

gateways: adjust to 1 volume, 3 range

raylu 1 month ago
parent
commit
42f4ac45d4
1 changed files with 16 additions and 16 deletions
  1. 16 16
      www/gateways.html

+ 16 - 16
www/gateways.html

@@ -23,33 +23,33 @@
 		import {setupProduction} from './production.js';
 		const blueprint = {
 			'SEA': 5000,
-			'LIT': 440,
-			'PSH': 2200,
+			'LIT': 680,
+			'PSH': 1200,
 			'RSH': 600,
 			'TSH': 600,
 			'TRU': 4000,
-			'ABH': 400,
-			'ADE': 260,
-			'ASE': 360,
-			'ATA': 260,
+			'ABH': 640,
+			'ADE': 440,
+			'ASE': 600,
+			'ATA': 440,
 			'HSE': 160,
 			'LBH': 400,
 			'LDE': 160,
 			'LSE': 400,
 			'LTA': 80,
-			'RBH': 560,
-			'RDE': 200,
-			'RSE': 560,
-			'RTA': 200,
-			'ADS': 5,
-			'COM': 5,
+			'RBH': 360,
+			'RDE': 100,
+			'RSE': 360,
+			'RTA': 100,
+			'ADS': 8,
+			'COM': 8,
 			'CBL': 240,
 			'SP': 8000,
-			'GWS': 10,
+			'GWS': 5,
 			'SST': 1,
-			'SPT': 2600,
-			'TRS': 140,
-			'IMM': 5,
+			'SPT': 2100,
+			'TRS': 90,
+			'IMM': 8,
 		}
 		const buy = new Set([
 			'ADS', 'AMM', 'BBH', 'BSE', 'COM', 'GAL', 'HE', 'IMM', 'NE', 'O', 'SEA',