I have an idea here, but it depends on what future is suited for Bohemia in Interregnum: As of yet I've played till 17th century with Byzantium, and BOH exists as a 1-prov nation with a generic monarch, but there is a quite strong Romanist Bohemia, allied with Hungary.
But.
If somehow Bohemia was swallowed, the Polish rebellion of (as you said) around 1630 could as well be a Czech-Polish rebellion, for example under the brilliant command of Wallenstein, and, on the Polish side, Stefan Czarniecki - both of them very good leaders... The two nations would be made as one, western Slavic, country (something like Ruś in the East), or be some kind of confederation...
What do you think?
Edit: and these are the events that I wrote just now - destruction of Poland in 1530...
But.
If somehow Bohemia was swallowed, the Polish rebellion of (as you said) around 1630 could as well be a Czech-Polish rebellion, for example under the brilliant command of Wallenstein, and, on the Polish side, Stefan Czarniecki - both of them very good leaders... The two nations would be made as one, western Slavic, country (something like Ruś in the East), or be some kind of confederation...
What do you think?
Edit: and these are the events that I wrote just now - destruction of Poland in 1530...
Code:
event = {
id = 514101
random = no
country = POL
trigger = { monarch = 04115 }
name = "Poland partitioned!"
desc = "The civil war that ravaged the country for the last 6 years has destroyed all centres of authority and depopulated our country. There is almost nothing left to take, but our enemies use the situation to grab Polish land for themselves nevertheless!"
date = { day = 1 month = april year = 1530 }
action_a = {
name = "The White Eagle will rise again... Someday..."
command = { type = secedeprovince which = HUN value = 316 } #Most of these *just in case* Poland somehow had these...
command = { type = secedeprovince which = HUN value = 315 }
command = { type = secedeprovince which = HUN value = 314 }
command = { type = secedeprovince which = HUN value = 317 }
command = { type = secedeprovince which = VOL value = 298 }
command = { type = secedeprovince which = VOL value = 297 }
command = { type = secedeprovince which = VOL value = 292 }
command = { type = secedeprovince which = VOL value = 293 }
command = { type = secedeprovince which = VOL value = 300 }
command = { type = secedeprovince which = LAT value = 302 }
command = { type = secedeprovince which = LAT value = 301 }
command = { type = secedeprovince which = LAT value = 303 }
command = { type = secedeprovince which = LAT value = 291 }
command = { type = trigger which = 514102 } #Hungary annexes Krakow
}
}
event = {
id = 514002
random = no
country = HUN
trigger = { event = 514001 }
name = "The partition of Poland"
desc = "The civil war in Poland resulted in absolute destruction of Polish authority over the lands. Let's take what falls into our hands so easily!"
action_a = {
name = "Yes!"
command = { type = stability value = 1 }
command = { type = inherit which = POL } #perhaps they could as well get core(s) for Polish prov(s)?
command = { type = vp value = 25 }
}
}
event = {
id = 514003
random = no
country = VOL
trigger = { event = 514001 }
name = "The partition of Poland"
desc = "The civil war in Poland resulted in absolute destruction of Polish authority over the lands. Let's take what falls into our hands so easily!"
action_a = {
name = "Yes!"
command = { type = stability value = 1 }
command = { type = vp value = 25 }
}
}
event = {
id = 514004
random = no
country = LAT
trigger = { event = 514001 }
name = "The partition of Poland"
desc = "The civil war in Poland resulted in absolute destruction of Polish authority over the lands. Let's take what falls into our hands so easily!"
action_a = {
name = "Yes!"
command = { type = stability value = 1 }
command = { type = vp value = 25 }
}
}
Last edited: