Skip to content

Commit

Permalink
further minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Helliaca committed Nov 25, 2024
1 parent aaacea0 commit 2bbc75a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 41 deletions.
29 changes: 0 additions & 29 deletions common/ai_focuses/ROH.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,5 @@ ai_historical_focus_list_ROH = {
ROH_heroes_of_rohan
ROH_equine_requisitions
ROH_hunt_down_stragglers
ROH_barrack_construction
ROH_intelligence_network
ROH_eorlingas_united

ROH_alliance_building
ROH_towards_gondor
ROH_invite_the_ents
ROH_two_kings_alliance

ROH_defensive_measures
ROH_maintain_stability

# Tech slot
ROH_knowledge_and_statescraft
ROH_rural_development
ROH_road_network_expansion
ROH_royal_library_of_edoras

# marshals
ROH_horselords_of_rohan
ROH_deal_with_westmarch
ROH_westmarch_construction_projects

ROH_call_a_landsmeet
ROH_political_consolidation
ROH_economic_consolidation
ROH_military_consolidation

ROH_grant_erkenbrand_command_over_westmarch
}
}
2 changes: 1 addition & 1 deletion common/ai_strategy_plans/MOR_strategy_plans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ MOR_historical_plan = {
mor_extraresearchslot
breed_the_trolls
MOR_specialized_high_command
invite_isengard_to_faction
MOR_prepare_war_with_gondor
war_with_gondor
invite_isengard_to_faction
integrateintomordor
war_with_rohan
core_gondor
Expand Down
6 changes: 6 additions & 0 deletions common/national_focus/angmar.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2893,6 +2893,9 @@ focus_tree = {
exists = no
}
}
ai_will_do = {
factor = 2
}
available = {
GUN = {
NOT = { has_government = cooperative }
Expand Down Expand Up @@ -2920,6 +2923,9 @@ focus_tree = {
focus = ANG_skirmishes_with_the_gundabad_orcs
}
cost = 10
ai_will_do = {
factor = 3
}
available = {
GUN = {
NOT = { has_government = belligerent }
Expand Down
7 changes: 0 additions & 7 deletions common/national_focus/lothlorien.txt
Original file line number Diff line number Diff line change
Expand Up @@ -791,13 +791,6 @@ focus_tree = {
NOT = { is_ally_with = MOR }
controls_province = 4628
}
# We don't want the AI using this if Rohan is doing very well
hidden_trigger = {
OR = {
is_ai = no
ROH = { surrender_progress > 0.12 }
}
}
}
completion_reward = {
# Remove a bunch of equipment and mp
Expand Down
4 changes: 0 additions & 4 deletions common/national_focus/rohan.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1525,10 +1525,6 @@ focus_tree = {
factor = 2
ISE = { has_government = belligerent }
}
modifier = {
factor = 2
threat > 0.1
}
modifier = {
factor = 2
has_war_with = ISE
Expand Down

0 comments on commit 2bbc75a

Please sign in to comment.