You see I am trying to just take out just the roman province creation part of CK2Plus and use it in default.
Now this is the decision and the NAND part is stopping it from appearing
expand_provincia_decisions = {
is_high_prio = yes
potential = {
ai = no
has_global_flag = provincia_decisions_collapsed
OR = {
has_landed_title = e_byzantium
has_landed_title = e_roman_empire
}
OR = {
religion_group = christian
religion = hellenic_pagan
religion = hellenic_pagan_reformed
}
has_dlc = "Legacy of Rome"
NAND = {
is_title_active = k_roman_armenia
is_title_active = k_aegyptus
is_title_active = k_roman_africa
is_title_active = k_roman_asia
is_title_active = k_britannia
is_title_active = k_caledonia
is_title_active = k_gallia
is_title_active = k_germania
is_title_active = k_hibernia
is_title_active = k_hispania
is_title_active = k_illyricum
is_title_active = k_roma
is_title_active = k_macedonia
is_title_active = k_mauretania
is_title_active = k_roman_mesopotamia
is_title_active = k_pontus
is_title_active = k_syria_palaestina
is_title_active = k_thracia
is_title_active = k_viennensis
is_title_active = k_pannonia_dacia
is_title_active = k_sardinia_corsica
}
}
allow = {
}
effect = {
clr_global_flag = provincia_decisions_collapsed
}
ai_will_do = {
factor = 0
}
}
I have put these titles in the game, I could cheat them in. But for some reason this does not work, has something changed about the is_title_active?
Now this is the decision and the NAND part is stopping it from appearing
expand_provincia_decisions = {
is_high_prio = yes
potential = {
ai = no
has_global_flag = provincia_decisions_collapsed
OR = {
has_landed_title = e_byzantium
has_landed_title = e_roman_empire
}
OR = {
religion_group = christian
religion = hellenic_pagan
religion = hellenic_pagan_reformed
}
has_dlc = "Legacy of Rome"
NAND = {
is_title_active = k_roman_armenia
is_title_active = k_aegyptus
is_title_active = k_roman_africa
is_title_active = k_roman_asia
is_title_active = k_britannia
is_title_active = k_caledonia
is_title_active = k_gallia
is_title_active = k_germania
is_title_active = k_hibernia
is_title_active = k_hispania
is_title_active = k_illyricum
is_title_active = k_roma
is_title_active = k_macedonia
is_title_active = k_mauretania
is_title_active = k_roman_mesopotamia
is_title_active = k_pontus
is_title_active = k_syria_palaestina
is_title_active = k_thracia
is_title_active = k_viennensis
is_title_active = k_pannonia_dacia
is_title_active = k_sardinia_corsica
}
}
allow = {
}
effect = {
clr_global_flag = provincia_decisions_collapsed
}
ai_will_do = {
factor = 0
}
}
I have put these titles in the game, I could cheat them in. But for some reason this does not work, has something changed about the is_title_active?