Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…avor-Mod into unstable
  • Loading branch information
stjern90 committed Nov 13, 2023
2 parents ceafa6a + 49b0c80 commit 3c3c7c0
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 15 deletions.
42 changes: 41 additions & 1 deletion common/ai_strategies/00_default_strategy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,22 @@ ai_strategy_default = {
}
}
add = 1
}

# Entre Rios (or the Confederation leader) should be confident against owner of Buenos AIres to unify Argentina
if = {
limit = {
has_journal_entry = je_argentina_constitution
THIS = c:ENT
scope:target_country = {
any_scope_state = {
state_region = s:STATE_BUENOS_AIRES
}
}
}
add = 5
}

# Ottomans should be extremely confident against owners of Syria and Egypt when they have the relevant JE's
if = {
limit = {
Expand Down Expand Up @@ -960,6 +974,20 @@ ai_strategy_default = {
add = 25
}

# Extra aggression against Buenos Aires for reunification
if = {
limit = {
has_journal_entry = je_argentina_constitution
THIS = c:ENT
scope:target_country = {
any_scope_state = {
state_region = s:STATE_BUENOS_AIRES
}
}
}
add = 100
}

# Veiled Protectorate
if = {
limit = {
Expand Down Expand Up @@ -3593,6 +3621,18 @@ ai_strategy_default = {
}
add = 500
}

#Entre Rios should try to conquer Buenos Aires
if = {
limit = {
this = c:ENT
has_variable = je_argentina_constitution
scope:target_country = {
c:BUE = this
}
}
add = 100
}

multiply = {
value = "ai_ideological_opinion(scope:target_country)"
Expand Down
16 changes: 4 additions & 12 deletions common/history/ai/00_strategy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,19 +168,11 @@
set_strategy = ai_strategy_conservative_agenda
}
if = {
limit = { exists = c:BUE }
c:BUE = {
limit = { exists = c:ENT }
c:ENT = {
set_strategy = ai_strategy_territorial_expansion
set_strategy = ai_strategy_resource_expansion
set_strategy = ai_strategy_conservative_agenda
}
}
else_if = {
limit = { exists = c:ARG }
c:ARG = {
set_strategy = ai_strategy_territorial_expansion
set_strategy = ai_strategy_resource_expansion
set_strategy = ai_strategy_conservative_agenda
set_strategy = ai_strategy_agricultural_expansion
set_strategy = ai_strategy_progressive_agenda
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions common/history/countries/arg - argentina.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
add_technology_researched = stock_exchange
effect_starting_politics_conservative = yes

activate_law = law_type:law_wealth_voting
activate_law = law_type:law_autocracy
activate_law = law_type:law_presidential_republic
activate_law = law_type:law_freedom_of_conscience
activate_law = law_type:law_racial_segregation
Expand Down Expand Up @@ -117,7 +117,7 @@
add_technology_researched = stock_exchange
effect_starting_politics_conservative = yes

activate_law = law_type:law_wealth_voting
activate_law = law_type:law_autocracy
activate_law = law_type:law_presidential_republic
activate_law = law_type:law_freedom_of_conscience
activate_law = law_type:law_racial_segregation
Expand Down

0 comments on commit 3c3c7c0

Please # to comment.