• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

bestmajor

Field Marshal
40 Badges
Jun 5, 2008
3.003
90
  • Crusader Kings II
  • Pillars of Eternity
  • Mount & Blade: Warband
  • Semper Fi
  • Majesty 2
  • Iron Cross
  • Heir to the Throne
  • Hearts of Iron III
  • Arsenal of Democracy
  • Divine Wind
  • Europa Universalis III
  • East India Company
  • Crusader Kings II: The Old Gods
  • Darkest Hour
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - Snowfall
  • Achtung Panzer
  • Europa Universalis IV: Mare Nostrum
  • Hearts of Iron IV Sign-up
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Rise of Prussia
  • Europa Universalis IV: El Dorado
  • Europa Universalis III: Collection
  • Cities: Skylines
  • 500k Club
  • Europa Universalis IV
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
as ai knows how to change ministers itself some events became obsolete and even disturbing eg from AI_ITA

################
# 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 }
}
}
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.
maybe i missed something but i think these things are kind of obsolete?
 
Upvote 0
AI_ITA again

################
# Head of Intelligence Section 26520 - 26529
#############################################
event = { # Umberto Ricci takes power
id = 26520
random = no
country = ITA
persistent = yes

trigger = {
ai = yes
minister = 3016 # Umberto Ricci
NOT = { InCabinet = 3016 }
}

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 = ministerofintelligence which = 3016 }
command = { type = dissent value = -1 }
}
}
event = { # Dino Grandi takes power
id = 26521
random = no
country = ITA
persistent = yes

trigger = {
ai = yes
atwar = yes
NOT = { minister = 3016 } # Umberto Ricci
minister = 3109 # Dino Grandi
NOT = { InCabinet = 3109 }
}

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 = chiefofstaff which = 3109 }
command = { type = dissent value = -1 }
}
}
should be "ministerofintelligence" instead of "chiefofstaff"