It's not good:
Those fifty divisions would be pretty handy for Germany!
After the destruction of Greece and Yugoslavia, Bulgaria should be given a new AI file to reset its garrison priorities and send more troops to help against the Soviets. Something like
Triggered by
Those fifty divisions would be pretty handy for Germany!
After the destruction of Greece and Yugoslavia, Bulgaria should be given a new AI file to reset its garrison priorities and send more troops to help against the Soviets. Something like
Code:
exp_force_ratio = 0.9
exp_force_ratios = {
GER = 1.0
}
no_exp_forces_to = { JAP SIA MAN VIC ITA ROM SLO HUN YUG FIN }
###################################
# Ground Combat, Leaders and Garrisons
###################################
garrison = {
# PRIORITIES:
beach = 10 # Beach level 2
capital = 10 # Our capital
human_border = 0 # Ignored for allied human players
war_target = 50 # The next country targeted for attack by this AI
country_priorities = {
GRE = 100
ITA = -1
ROM = -1
YUG = 100
HUN = -1
SOV = 10
SLO = -1
TUR = 10
}
province_priorities = {
318 = 0
321 = 0
320 = 0
324 = 0
363 = 0
370 = 0
377 = 0 # Greek beaches
372 = 0 # Greek beaches
}
area_multiplier = {
318 = 1
321 = 1
320 = 1
324 = 1
377 = 1 # Greek beaches
}
}
Triggered by
Code:
event = {
id = 2020199
random = no
country = BUL
trigger = {
OR = {
NOT = { exists = YUG }
alliance = { country = YUG country = GER }
}
OR = {
NOT = { exists = GRE }
alliance = { country = GRE country = GER }
}
alliance = { country = BUL country = GER }
atwar = GER
}
date = { day = 2 month = january year = 1933 }
offset = 1 # Check for trigger conditions day
deathdate = { day = 30 month = december year = 1963 }
name = "name"
desc = "desc"
style = 2
picture = "news_paper"
action_a = {
name = "OK"
ai_chance = 100
command = { type = ai which = "switch/BUL_reset_garrisons.ai" }
}
}
Last edited:
Upvote
0