I am playing Brandenburg, and I vassalized TO and forced them to convert to protestantism. Shortly after that, they became Prussia. There used to be an event which granted you a free personal union, but it just didn't fire. Upon closer examination of the event files, it seems that that particular event was changed:
If I read this event correctly, it requires Brandenburg NOT to be the overlord of Prussia. Somebody, enlighten me!
# The incorporation of Prussia into Brandenburg
country_event = {
id = flavor_brapru.1
title = "flavor_brapru.EVTNAME3636"
desc = "flavor_brapru.EVTDESC3636"
picture = DIPLOMACY_eventPicture
fire_only_once = yes
trigger = {
tag = BRA
government = monarchy
PRU = {
government = monarchy
ai = yes
was_player = no
NOT = { num_of_subjects = 1 }
has_opinion = { who = BRA value = 100 }
NOT = { vassal_of = BRA }
}
}
mean_time_to_happen = {
months = 12
}
option = {
name = "flavor_brapru.EVTOPTOK"
BRA = {
create_union = PRU
}
}
}
country_event = {
id = flavor_brapru.1
title = "flavor_brapru.EVTNAME3636"
desc = "flavor_brapru.EVTDESC3636"
picture = DIPLOMACY_eventPicture
fire_only_once = yes
trigger = {
tag = BRA
government = monarchy
PRU = {
government = monarchy
ai = yes
was_player = no
NOT = { num_of_subjects = 1 }
has_opinion = { who = BRA value = 100 }
NOT = { vassal_of = BRA }
}
}
mean_time_to_happen = {
months = 12
}
option = {
name = "flavor_brapru.EVTOPTOK"
BRA = {
create_union = PRU
}
}
}
If I read this event correctly, it requires Brandenburg NOT to be the overlord of Prussia. Somebody, enlighten me!