move exclusion directly to planet list and add more info to simulation

This commit is contained in:
calli
2025-04-22 17:35:16 +03:00
parent 42f95c17de
commit efc28f7e36
6 changed files with 120 additions and 65 deletions

View File

@@ -65,6 +65,7 @@ export interface ProductionNode {
quantity: number;
}>;
cycleTime: number;
factoryCount: number;
}
export interface ProductionChainBalance {