Hi, I'm playing POP Demand as the USA and I just got the Brits to release Columbia, de-puppet their dominion Canada, which was in my sphere at the time the war started, and shovel over some colonies. Prior to the war, I already owned all of Rupert's Land, which I had them release in a previous war, and which applied for statehood properly. As soon as the second war ended, Canada applied for statehood, but Columbia just sat there. I waited for a month, then saved, loaded as them, and took a look at the decisions, only to find out that the "Apply for Statehood" decision isn't even there, which makes pinpointing the cause all that harder.
When I tested with a completely different 1870's save, started as the UK, released Columbia with the same provinces, and played as them, the decision was there, only the requirements weren't met. I could just load an old autosave, rewar, and demand colonies instead of releasing, but... meh, it's suppoded to work with releasing and applying for statehood. So what is going on here; how comes Columbia doesn't even have the decision available for whatever the hell reason? Any way to check for all the potential requirements of the decision? They're not visible normally.
For reference, this is the code for the modded decision I checked and everything seems to be in order.
apply_for_USA_statehood2 = {
picture = apply_for_USA_statehood
potential = {
exists = USA
USA = { government = democracy }
OR = {
tag = NEW
tag = MRU
tag = COL
tag = MTC
tag = RPL
AND = {
tag = CAN
NOT = {
owns = 13
owns = 22
owns = 30
owns = 36
}
}
}
any_owned_province = {
any_neighbor_province = { owned_by = USA }
}
OR = {
government = democracy
government = hms_government
}
NOT = { has_country_flag = usstatehood_we_have_applied }
}
allow = {
war = no
OR = {
is_vassal = no
vassal_of = USA
}
USA = {
war = no
is_sphere_leader_of = THIS
NOT = { truce_with = THIS }
}
relation = {
who = USA
value = 175
}
}
effect = {
set_country_flag = usstatehood_we_have_applied
random_owned = {
limit = {
owner = { tag = CAN }
}
owner = {
any_owned = {
limit = { is_core = QUE }
remove_core = CAN
}
}
}
USA = {
country_event = 16400
war_exhaustion = -20
}
}
ai_will_do = {
factor = 1
}
}
When I tested with a completely different 1870's save, started as the UK, released Columbia with the same provinces, and played as them, the decision was there, only the requirements weren't met. I could just load an old autosave, rewar, and demand colonies instead of releasing, but... meh, it's suppoded to work with releasing and applying for statehood. So what is going on here; how comes Columbia doesn't even have the decision available for whatever the hell reason? Any way to check for all the potential requirements of the decision? They're not visible normally.
For reference, this is the code for the modded decision I checked and everything seems to be in order.
apply_for_USA_statehood2 = {
picture = apply_for_USA_statehood
potential = {
exists = USA
USA = { government = democracy }
OR = {
tag = NEW
tag = MRU
tag = COL
tag = MTC
tag = RPL
AND = {
tag = CAN
NOT = {
owns = 13
owns = 22
owns = 30
owns = 36
}
}
}
any_owned_province = {
any_neighbor_province = { owned_by = USA }
}
OR = {
government = democracy
government = hms_government
}
NOT = { has_country_flag = usstatehood_we_have_applied }
}
allow = {
war = no
OR = {
is_vassal = no
vassal_of = USA
}
USA = {
war = no
is_sphere_leader_of = THIS
NOT = { truce_with = THIS }
}
relation = {
who = USA
value = 175
}
}
effect = {
set_country_flag = usstatehood_we_have_applied
random_owned = {
limit = {
owner = { tag = CAN }
}
owner = {
any_owned = {
limit = { is_core = QUE }
remove_core = CAN
}
}
}
USA = {
country_event = 16400
war_exhaustion = -20
}
}
ai_will_do = {
factor = 1
}
}