I must confess I'm not particularly thrilled with the roster. Anyone want to trade?
And how does that happen? That aren't suppose to happen until 1871?
Between 1495 and 1505, if you're HRE, own 6 provinces or more, have less than 3 badboy, and have vassalized 3 out of a specific 4 countries (Mainz, Palatinate, Saxony, and Cologne, I believe) and have +100 relations with them, an event will fire giving you the option.
event = {
id = 132700
trigger = {
emperor = yes
countrysize = 6
NOT = { badboy = 3 }
OR = {
AND = { #any combination of 3 of the 4 electors except Brandenburg
vassal = { country = BRA country = KOL }
relation = { country = KOL data = 100 }
vassal = { country = BRA country = MAI }
relation = { country = MAI data = 100 }
vassal = { country = BRA country = PFA }
relation = { country = PFA data = 100 }
}
AND = {
vassal = { country = BRA country = KOL }
relation = { country = KOL data = 100 }
vassal = { country = BRA country = MAI }
relation = { country = MAI data = 100 }
vassal = { country = BRA country = SAC }
relation = { country = SAC data = 100 }
}
AND = {
vassal = { country = BRA country = KOL }
relation = { country = KOL data = 100 }
vassal = { country = BRA country = PFA }
relation = { country = PFA data = 100 }
vassal = { country = BRA country = SAC }
relation = { country = SAC data = 100 }
}
AND = {
vassal = { country = BRA country = MAI }
relation = { country = MAI data = 100 }
vassal = { country = BRA country = PFA }
relation = { country = PFA data = 100 }
vassal = { country = BRA country = SAC }
relation = { country = SAC data = 100 }
}
}
}
random = no
country = BRA
name = "Imperial Diet at Worms"
desc = "EVENTHIST179700"
style = 1
date = { day = 1 month = january year = 1495 }
offset = 300
deathdate = { day = 31 month = december year = 1505 }
action_a = {
name = "Compromise with the Princes' party"
command = { type = relation which = SAC value = 50 }
command = { type = relation which = PFA value = 50 }
command = { type = relation which = MAI value = 50 }
command = { type = relation which = KOL value = 50 }
}
action_b = {
name = "Impose the ideas of the Emperor's party"
command = { type = setflag which = Germany_reform }
command = { type = stability value = -3 }
command = { type = relation which = FRA value = -100 }
command = { type = trigger which = 170700 } #FRA: Reforms in the Holy Roman Empire
command = { type = relation which = POL value = -100 }
command = { type = trigger which = 258700 } #POL: Reforms in the Holy Roman Empire
command = { type = relation which = BOH value = -100 }
command = { type = trigger which = 129700 } #BOH: Reforms in the Holy Roman Empire
command = { type = relation which = HUN value = -100 }
command = { type = trigger which = 188700 } #HUN: Reforms in the Holy Roman Empire
command = { type = relation which = DAN value = -100 }
command = { type = trigger which = 159700 } #DAN: Reforms in the Holy Roman Empire
command = { type = relation which = BUR value = -100 }
command = { type = trigger which = 137700 } #BUR: Reforms in the Holy Roman Empire
}
}