Skip to content

Commit 4e0074d

Browse files
committed
Merge branch 'develop'
2 parents 2698985 + 93352c1 commit 4e0074d

File tree

1 file changed

+24
-18
lines changed
  • pa/q_uber/fabber_builds/subpersonalities

1 file changed

+24
-18
lines changed

pa/q_uber/fabber_builds/subpersonalities/air.json

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
"shared_instance_count": "BasicFactory",
88
"priority": 376,
99
"base_sort": "FromMainBase",
10-
"builders": ["UberCommander", "AnyUberBasicFabber"],
10+
"builders": [
11+
"UberCommander",
12+
"BasicBotFabber",
13+
"BasicNavalFabber",
14+
"BasicVehicleFabber"
15+
],
1116
"build_conditions": [
1217
[
1318
{
@@ -23,14 +28,16 @@
2328
"test_type": "AloneOnPlanet",
2429
"boolean": false
2530
},
26-
{
27-
"test_type": "CanDeployLandFromBase",
28-
"boolean": true
29-
},
3031
{
3132
"test_type": "CanAffordPotentialDrain",
3233
"string0": "BasicAirFactory"
3334
},
35+
{
36+
"test_type": "UnitCountOnPlanet",
37+
"unit_type_string0": "Factory - Orbital",
38+
"compare0": ">=",
39+
"value0": 1
40+
},
3441
{
3542
"test_type": "CanFindPlaceToBuild",
3643
"string0": "BasicAirFactory"
@@ -76,10 +83,6 @@
7683
"test_type": "HaveEcoForAdvanced",
7784
"boolean": true
7885
},
79-
{
80-
"test_type": "CanDeployLandFromBase",
81-
"boolean": true
82-
},
8386
{
8487
"test_type": "CanAffordPotentialDrain",
8588
"string0": "AdvancedAirFactory"
@@ -113,7 +116,12 @@
113116
"shared_instance_count": "BasicFactory",
114117
"priority": 376,
115118
"base_sort": "FromMainBase",
116-
"builders": ["LegionCommander", "AnyLegionFabberBasic"],
119+
"builders": [
120+
"LegionCommander",
121+
"LegionBotBasicFabber",
122+
"LegionNavalBasicFabber",
123+
"LegionVehicleBasicFabber"
124+
],
117125
"build_conditions": [
118126
[
119127
{
@@ -129,14 +137,16 @@
129137
"test_type": "AloneOnPlanet",
130138
"boolean": false
131139
},
132-
{
133-
"test_type": "CanDeployLandFromBase",
134-
"boolean": true
135-
},
136140
{
137141
"test_type": "CanAffordPotentialDrain",
138142
"string0": "LegionFactoryBasicAir"
139143
},
144+
{
145+
"test_type": "UnitCountOnPlanet",
146+
"unit_type_string0": "Factory - Orbital",
147+
"compare0": ">=",
148+
"value0": 1
149+
},
140150
{
141151
"test_type": "CanFindPlaceToBuild",
142152
"string0": "LegionFactoryBasicAir"
@@ -182,10 +192,6 @@
182192
"test_type": "HaveEcoForAdvanced",
183193
"boolean": true
184194
},
185-
{
186-
"test_type": "CanDeployLandFromBase",
187-
"boolean": true
188-
},
189195
{
190196
"test_type": "CanAffordPotentialDrain",
191197
"string0": "LegionFactoryAdvancedAir"

0 commit comments

Comments
 (0)