Seems like Aragon is now eligible to get the Iberian wedding too.
So basically you have to be either Castille or Aragon, the other one has to be an AI and border you, the year has to be between 1450 and 1530 and you either have to have rulers of opposite genders or the AI nation has to be in a regency. Though the MTTH is ten times shorter when AI is not in a regency.Code:trigger = { NOT = { exists = SPA } OR = { AND = { tag = CAS NOT = { war_with = ARA } ARA = { exists = yes ai = yes was_player = no is_subject = no is_neighbor_of = ROOT } } AND = { tag = ARA NOT = { war_with = CAS } ai = no CAS = { exists = yes ai = yes was_player = no is_subject = no is_neighbor_of = ROOT } } } is_year = 1450 NOT = { is_year = 1530 } is_subject = no num_of_cities = 10 OR = { AND = { CAS = { is_female = yes } ARA = { is_female = no } } AND = { CAS = { is_female = no } ARA = { is_female = yes } } ARA = { ai = yes has_regency = yes } CAS = { ai = yes has_regency = yes } } }
It's nice to see Paradox revisit these old and big events, like BI or IW. Brings a lot of fresh air into the game.
I'm not great at reading the code but does this now mean that the Iberian Wedding cannot happen if both Castile and Aragon are AI controlled?