Skip to content

Commit

Permalink
Fix Queller AI support for some loadouts
Browse files Browse the repository at this point in the history
Queller no longer uses *Uber* unit map names. Had Queller use the same CEO rules as vanilla to avoid need to write new AI to handle it.
  • Loading branch information
Quitch committed Aug 8, 2024
1 parent 523f128 commit 652d6de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 65 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
### Fixed

- Roboticist using too much air
- Queller not using CEO Commander ability
- Queller's Commander not using Paratrooper ability

## v5.68.1 - 2024-08-06

Expand Down
64 changes: 0 additions & 64 deletions pa/ai_tech/fabber_builds/gwaio_start_ceo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
"builders": ["Commander"],
"build_conditions": [
[
{
"test_type": "HasPersonalityTag",
"string0": "queller",
"boolean": false
},
{
"test_type": "BaseThreatened",
"boolean": false
Expand All @@ -33,65 +28,6 @@
}
]
]
},
{
"name": "gwaio_start_ceo - Colonel",
"to_build": "UberSupportCommander",
"instance_count": 1,
"shared_instance_count": "AdvancedBotFabber",
"max_num_assisters": 10,
"priority": 200,
"builders": ["UberCommander"],
"build_conditions": [
[
{
"test_type": "HasPersonalityTag",
"string0": "queller",
"boolean": true
},
{
"test_type": "AloneOnPlanet",
"boolean": false
},
{
"test_type": "BaseThreatened",
"boolean": false
},
{
"test_type": "CanAffordPotentialDrain",
"string0": "UberSupportCommander"
},
{
"test_type": "UnitRatioOnPlanet",
"unit_type_string0": "Fabber & Advanced & Land",
"unit_type_string1": "Factory & Advanced & Land",
"compare0": "<",
"value0": 1
}
],
[
{
"test_type": "HasPersonalityTag",
"string0": "queller",
"boolean": true
},
{
"test_type": "AloneOnPlanet",
"boolean": true
},
{
"test_type": "CanAffordPotentialDrain",
"string0": "UberSupportCommander"
},
{
"test_type": "UnitRatioOnPlanet",
"unit_type_string0": "Fabber & Advanced & Land",
"unit_type_string1": "Factory & Advanced & Land",
"compare0": "<",
"value0": 2
}
]
]
}
]
}
2 changes: 1 addition & 1 deletion pa/ai_tech/fabber_builds/gwaio_start_paratrooper.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"min_num_assisters": 3,
"max_num_assisters": 12,
"priority": 478,
"builders": ["UberCommander", "AnyUberAdvancedFabber"],
"builders": ["Commander", "AnyAdvancedFabber"],
"build_conditions": [
[
{
Expand Down

0 comments on commit 652d6de

Please sign in to comment.