|
7 | 7 | "shared_instance_count": "BasicFactory", |
8 | 8 | "priority": 376, |
9 | 9 | "base_sort": "FromMainBase", |
10 | | - "builders": ["UberCommander", "AnyUberBasicFabber"], |
| 10 | + "builders": [ |
| 11 | + "UberCommander", |
| 12 | + "BasicBotFabber", |
| 13 | + "BasicNavalFabber", |
| 14 | + "BasicVehicleFabber" |
| 15 | + ], |
11 | 16 | "build_conditions": [ |
12 | 17 | [ |
13 | 18 | { |
|
23 | 28 | "test_type": "AloneOnPlanet", |
24 | 29 | "boolean": false |
25 | 30 | }, |
26 | | - { |
27 | | - "test_type": "CanDeployLandFromBase", |
28 | | - "boolean": true |
29 | | - }, |
30 | 31 | { |
31 | 32 | "test_type": "CanAffordPotentialDrain", |
32 | 33 | "string0": "BasicAirFactory" |
33 | 34 | }, |
| 35 | + { |
| 36 | + "test_type": "UnitCountOnPlanet", |
| 37 | + "unit_type_string0": "Factory - Orbital", |
| 38 | + "compare0": ">=", |
| 39 | + "value0": 1 |
| 40 | + }, |
34 | 41 | { |
35 | 42 | "test_type": "CanFindPlaceToBuild", |
36 | 43 | "string0": "BasicAirFactory" |
|
76 | 83 | "test_type": "HaveEcoForAdvanced", |
77 | 84 | "boolean": true |
78 | 85 | }, |
79 | | - { |
80 | | - "test_type": "CanDeployLandFromBase", |
81 | | - "boolean": true |
82 | | - }, |
83 | 86 | { |
84 | 87 | "test_type": "CanAffordPotentialDrain", |
85 | 88 | "string0": "AdvancedAirFactory" |
|
113 | 116 | "shared_instance_count": "BasicFactory", |
114 | 117 | "priority": 376, |
115 | 118 | "base_sort": "FromMainBase", |
116 | | - "builders": ["LegionCommander", "AnyLegionFabberBasic"], |
| 119 | + "builders": [ |
| 120 | + "LegionCommander", |
| 121 | + "LegionBotBasicFabber", |
| 122 | + "LegionNavalBasicFabber", |
| 123 | + "LegionVehicleBasicFabber" |
| 124 | + ], |
117 | 125 | "build_conditions": [ |
118 | 126 | [ |
119 | 127 | { |
|
129 | 137 | "test_type": "AloneOnPlanet", |
130 | 138 | "boolean": false |
131 | 139 | }, |
132 | | - { |
133 | | - "test_type": "CanDeployLandFromBase", |
134 | | - "boolean": true |
135 | | - }, |
136 | 140 | { |
137 | 141 | "test_type": "CanAffordPotentialDrain", |
138 | 142 | "string0": "LegionFactoryBasicAir" |
139 | 143 | }, |
| 144 | + { |
| 145 | + "test_type": "UnitCountOnPlanet", |
| 146 | + "unit_type_string0": "Factory - Orbital", |
| 147 | + "compare0": ">=", |
| 148 | + "value0": 1 |
| 149 | + }, |
140 | 150 | { |
141 | 151 | "test_type": "CanFindPlaceToBuild", |
142 | 152 | "string0": "LegionFactoryBasicAir" |
|
182 | 192 | "test_type": "HaveEcoForAdvanced", |
183 | 193 | "boolean": true |
184 | 194 | }, |
185 | | - { |
186 | | - "test_type": "CanDeployLandFromBase", |
187 | | - "boolean": true |
188 | | - }, |
189 | 195 | { |
190 | 196 | "test_type": "CanAffordPotentialDrain", |
191 | 197 | "string0": "LegionFactoryAdvancedAir" |
|
0 commit comments