Skip to content

Commit

Permalink
Fix ai strat false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelmen323 committed Feb 8, 2025
1 parent ed18259 commit 21314af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Config/common/ai_strategy.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ alias[ai_strategy_rule:ai_strategy] = {
alias_name[trigger] = alias_match_left[trigger]
}
### The strategy is enabled only if ratio of the front covered by this strategy's targets is greater than this ratio.
## cardinality = 0..1
ratio = float
### Factor for the normal priority. 40 means +40 %, -60 means -60 %.
value = int
Expand Down
1 change: 1 addition & 0 deletions Config/shared_enums.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ enums = {
offer_join_faction
join_faction
request_access_to_licence_production
send_volunteers
}

enum[add_factor] = {
Expand Down

0 comments on commit 21314af

Please sign in to comment.