Achievments as Spain with Portuguese Vassal

  • We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

LordFlash

Private
2 Badges
Mar 15, 2013
17
0
  • Crusader Kings II
  • Europa Universalis IV
I've started an Ironman Castile game with the intention to knock off a few achievements and need a little advice. It is early 1460's and I've managed to vassalize Portugal without any coalitions forming. I have fed them back their provinces to core for me. I am undecided about diplo-annexing them at first opportunity, or should I let them colonize for a century or two? The main reason I ask is one of the achievements I'm going for is 'No Pirates In My Caribbean.' Will Portugal forming a colonial nation in the Caribbean affect the achievement? What happens to Colonial nations if their overlord is diplo-annexed?

Also, is there any way to speed up the Iberian Wedding event? Is it guaranteed to happen at some point or is it just pot luck that either Aragon or myself rolls a female ruler? Also, my relations with them is very poor after giving Portugal a bollocking. Can the event still fire if they rival me and relations are in the negative & with no royal marriage?
 

Schmoekoeksklok

Field Marshal
2 Badges
Oct 17, 2013
2.651
66
  • Crusader Kings II
  • Europa Universalis IV
I'm pretty sure you won't get the No Pirates achievement while they have a colonial nation in the Caribbean, as it wants every province there to be owned by you or a subject of yours. That colonial nation would be a subject of a subject of yours and then likely wouldn't count.
I haven't actually tried that though, so I could be wrong. For all I know "country_or_vassal_holds = ROOT" actually does include subjects of subjects, there's really no way of knowing without trying it in game.

Either way, if you annex Portugal, their colonial nations would transfer to you now, so that would certainly allow you to get the achievement.

As for Iberian wedding, there isn't really anything you can do about that. Your relations with them have no influence on it whatsoever, it's just having a different sex ruler or them having a regency. Though a marriage wouldn't be a bad idea if you can somehow still get one, since then you'll also be able to claim their throne and get a PU the normal way if the opportunity arises.
 

blaidd

Colonel
104 Badges
Feb 18, 2013
840
195
  • Victoria 2
  • Knights of Pen and Paper +1 Edition
  • Leviathan: Warships
  • Magicka
  • Majesty 2 Collection
  • March of the Eagles
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Res Publica
  • Rome Gold
  • Semper Fi
  • Sengoku
  • Sword of the Stars
  • Europa Universalis IV: Third Rome
  • Stellaris - Path to Destruction bundle
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • Warlock: Master of the Arcane
  • Warlock 2: The Exiled
  • Knights of Honor
  • Stellaris: Leviathans Story Pack
  • Europa Universalis IV: Pre-order
  • Stellaris: Apocalypse
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Mare Nostrum
  • East India Company Collection
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Dungeonland
  • Ancient Space
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Europa Universalis IV
I can confirm that I was able to get No Pirates In My Caribbean in 1.5 when I integrated Portugal as Spain (after having a PU with them for a long time), but you probably will have to annex them eventually to get it, as Schmoekoeksklok said.
 

mupppetshow

Corporal
56 Badges
Aug 10, 2009
33
11
  • Cities in Motion
  • Stellaris
  • Cities: Skylines - After Dark
  • Pillars of Eternity
  • Europa Universalis IV: Pre-order
  • War of the Vikings
  • Victoria 2: A House Divided
  • Sengoku
  • Semper Fi
  • Europa Universalis IV: Res Publica
  • March of the Eagles
  • Magicka
  • Heir to the Throne
  • Hearts of Iron III
  • For the Motherland
  • Crusader Kings II: The Republic
  • Cities in Motion 2
  • A Game of Dwarves
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Expansion Pass
  • Surviving Mars
  • Hearts of Iron IV: Together for Victory
  • Tyranny: Archon Edition
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Colonel
  • Cities: Skylines - Parklife
  • Hearts of Iron IV: Cadet
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Common Sense
  • Mount & Blade: Warband
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Holy Knight (pre-order)
  • Crusader Kings III: Royal Edition
  • 500k Club
  • War of the Roses
  • Victoria 2
  • Europa Universalis III Complete
  • Europa Universalis III Complete
Basically it happens if one country has a female and one has a male or aragon has a regency and the year is between 1450 and 1500. If you are lucky you also get naples (often in union with aragon).
# The Iberian Wedding
country_event = {
trigger = {
NOT = { has_country_flag = SPA_had_event_3716 }
is_year = 1450
NOT = { is_year = 1500 }
AND = {
tag = CAS
NOT = { exists = SPA }
}
is_subject = no
ARA = {
exists = yes
ai = yes
is_subject = no
is_neighbor_of = ROOT
}
NOT = { war_with = ARA }
OR = {
AND = {
is_female = yes
ARA = { is_female = no }
}
AND = {
is_female = no
ARA = { is_female = yes }
}
ARA = {
has_regency = yes
}
}
}