This was a trial AI file I wrote for an English invaision of Ireland. Yet for unknown reasons the UK never even attepts it. Would someone be so kind as to have a look and tell me where Im goin wrong please, Id appreciate it very much. Im not sure what is wrong- faults or omissions etc etc
EDIT- the other thing I forgot to mention- i wrote a virtually identical AI for a UK invasion of Norway and usually in game it happens, so I dont understand why an Ireland one never does. If there is something in vanila AI that is making the Norway attack happen Im not sure...
EDIT- the other thing I forgot to mention- i wrote a virtually identical AI for a UK invasion of Norway and usually in game it happens, so I dont understand why an Ireland one never does. If there is something in vanila AI that is making the Norway attack happen Im not sure...
Code:
exp_force_ratio = 0.20
exp_force_ratios = {
USA = 1.0
}
no_exp_forces_to = { }
###################################
# Ground Combat, Leaders and Garrisons
###################################
garrison = {
defend_overseas_beaches = yes
home_multiplier = 1.0
overseas_multiplier = 0.01
home_peace_cap = 2
war_zone_odds = 2.0
key_point_prio_mult = 0.3
revolt_risk_mult = 0.3
# PRIORITIES:
beach = 20 # Beach level 2
capital = 20 # Our capital
human_border = 0 # Ignored for allied human players
war_target = 50 # The next country targeted for attack by this AI
opposing_alliance = 20 # For neutrals, all alliances are "opposing"
claim_threat = 0 # If we are neutral, countries with claims on us get this
unstable_border = 0 # Bordering countries at war with someone else get this
province_priorities = {
348 = 30 # Gibraltar
31 = 30 # Malta
906 = 30 # Alexandria
}
area_multiplier = {
348 = 2.0 # Gibraltar
31 = 2.0 # Malta
906 = 1.5 # Alexandria
}
}
###################################
# Invasions and Naval
###################################
invasion = {
invasion = yes
redirect = priority
help_allies = yes
staging_province = {
14 # Liverpool
23 # Plymouth
21 # Portsmouth
}
target = {
28 = 9000 # Belfast
24 = 9000 # Cork
}
}
Last edited: