as ai knows how to change ministers itself some events became obsolete and even disturbing eg from AI_ITA
maybe i missed something but i think these things are kind of obsolete?
these events change the minister and the ai switches it back itself, then the event to change the minister fires again. this is repeated again and again so ITA has no air bonuses at all over years.################
# Chief of Air Minister Section 22550 - 22559
# Air AI Flags
# ITAAirAINaval = Priority on Naval targets
# ITAAirAIGround = Priority on Ground targets
#############################################
event = { # Francesco Pricolo takes power
id = 26550
random = no
country = ITA
persistent = yes
trigger = {
ai = yes
local_flag = ITAAirAINaval
minister = 3160 # Francesco Pricolo
NOT = { InCabinet = 3160 }
}
name = "AI_EVENT"
style = 0
date = { day = 1 month = january year = 1936 }
offset = 7
deathdate = { day = 29 month = december year = 1999 }
action_a = {
command = { type = chiefofair which = 3160 }
command = { type = dissent value = -1 }
}
}
event = { # Rino Corso Fougier takes power
id = 26551
random = no
country = ITA
persistent = yes
trigger = {
ai = yes
local_flag = ITAAirAIGround
minister = 3161 # Rino Corso Fougier
NOT = { InCabinet = 3161 }
}
name = "AI_EVENT"
style = 0
date = { day = 1 month = january year = 1936 }
offset = 7
deathdate = { day = 29 month = december year = 1999 }
action_a = {
command = { type = chiefofair which = 3161 }
command = { type = dissent value = -1 }
}
}
event = { # Giuseppe Valle takes power
id = 26552
random = no
country = ITA
persistent = yes
trigger = {
ai = yes
local_flag = ITAAirAIGround
NOT = { minister = 3161 } # Rino Corso Fougier
minister = 3010 # Giuseppe Valle
NOT = { InCabinet = 3010 }
}
name = "AI_EVENT"
style = 0
date = { day = 1 month = january year = 1936 }
offset = 7
deathdate = { day = 29 month = december year = 1999 }
action_a = {
command = { type = chiefofair which = 3010 }
command = { type = dissent value = -1 }
}
}
maybe i missed something but i think these things are kind of obsolete?
Upvote
0