• 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.

MagnusDux

Gand Duke of Lisbon
67 Badges
Feb 27, 2015
733
1.259
  • Europa Universalis 4: Emperor
  • Battle for Bosporus
  • Victoria 3 Sign Up
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Crusader Kings III
  • Stellaris: Federations
  • Crusader Kings II
  • Europa Universalis IV
  • Crusader Kings II: Jade Dragon
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Third Rome
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Reapers Due
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Rome Gold
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sunset Invasion
  • Stellaris: Distant Stars
  • Hearts of Iron IV: La Resistance
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Apocalypse
  • Europa Universalis IV: Dharma
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Golden Century
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Ancient Relics
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris: Lithoids
  • Stellaris
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
I'm duke of portucale, and i have the decision to create the kingdom of portugal. When i first saw this decision, one of the effects was that the duchy of portucale would become de jure part of the new kingdom. Now that i have conquered the duchy of beja to the moors the decision will add that duchy to the kingdom as well.

My question is: should i wait untill i conquer the algarve so that it's de jure added to my kingdom as well? or is there another mecanism that de jure transfers it after i conquer it later?

IVDNuiG.jpg
 

kurthakon

Captain
155 Badges
May 16, 2012
428
484
  • Europa Universalis IV
  • Stellaris: Federations
  • Europa Universalis 4: Emperor
Just checked the decision, it's only Beja and Portucale that can get 'de jure'-shifted into Portugal.
Code:
    create_portugal = {
        is_high_prio = yes
        potential = {
            has_landed_title = d_porto
            independent = yes
            NOT = { tier = KING }
            k_portugal = {
                has_holder = no
            }
            year = 1000
        }
        allow = {
            war = no
            NOT = { trait = incapable }
            completely_controls = d_porto
            prestige = 1000
            wealth = 100
        }
        effect = {
            wealth = -100
            prestige = 500
            k_portugal = {
                grant_title = ROOT
                copy_title_laws = d_porto
            }
            d_porto = {
                de_jure_liege = k_portugal
            }
            if = {
                limit = { completely_controls = d_beja }
                d_beja = {
                    de_jure_liege = k_portugal
                }
            }
            if = {
                limit = {
                    has_landed_title = c_porto
                    NOT = { capital_scope = { province_id = 158 } }

                }
                c_porto = { ROOT = { capital = PREV } }
            }
            if = {
                limit = { has_nickname = no }
                give_nickname = nick_the_great
            }
            hidden_tooltip = {
                any_playable_ruler = {
                    limit = {
                        ai = no
                        capital_scope = {
                            region = world_europe_west_iberia
                        }
                    }
                    character_event = { id = 62925 }
                }
            }
            hidden_tooltip = { character_event = { id = 62924 } }
        }
        ai_will_do = {
            factor = 1
        }
    }

So feel free to form Portugal right away.
 
  • 2
Reactions:

MagnusDux

Gand Duke of Lisbon
67 Badges
Feb 27, 2015
733
1.259
  • Europa Universalis 4: Emperor
  • Battle for Bosporus
  • Victoria 3 Sign Up
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Crusader Kings III
  • Stellaris: Federations
  • Crusader Kings II
  • Europa Universalis IV
  • Crusader Kings II: Jade Dragon
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Third Rome
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Reapers Due
  • Stellaris: Galaxy Edition
  • Europa Universalis IV: Mare Nostrum
  • Rome Gold
  • Europa Universalis IV: Res Publica
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Sunset Invasion
  • Stellaris: Distant Stars
  • Hearts of Iron IV: La Resistance
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Apocalypse
  • Europa Universalis IV: Dharma
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Cradle of Civilization
  • Europa Universalis IV: Golden Century
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Ancient Relics
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris: Lithoids
  • Stellaris
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
Just checked the decision, it's only Beja and Portucale that can get 'de jure'-shifted into Portugal.
Code:
    create_portugal = {
        is_high_prio = yes
        potential = {
            has_landed_title = d_porto
            independent = yes
            NOT = { tier = KING }
            k_portugal = {
                has_holder = no
            }
            year = 1000
        }
        allow = {
            war = no
            NOT = { trait = incapable }
            completely_controls = d_porto
            prestige = 1000
            wealth = 100
        }
        effect = {
            wealth = -100
            prestige = 500
            k_portugal = {
                grant_title = ROOT
                copy_title_laws = d_porto
            }
            d_porto = {
                de_jure_liege = k_portugal
            }
            if = {
                limit = { completely_controls = d_beja }
                d_beja = {
                    de_jure_liege = k_portugal
                }
            }
            if = {
                limit = {
                    has_landed_title = c_porto
                    NOT = { capital_scope = { province_id = 158 } }

                }
                c_porto = { ROOT = { capital = PREV } }
            }
            if = {
                limit = { has_nickname = no }
                give_nickname = nick_the_great
            }
            hidden_tooltip = {
                any_playable_ruler = {
                    limit = {
                        ai = no
                        capital_scope = {
                            region = world_europe_west_iberia
                        }
                    }
                    character_event = { id = 62925 }
                }
            }
            hidden_tooltip = { character_event = { id = 62924 } }
        }
        ai_will_do = {
            factor = 1
        }
    }

So feel free to form Portugal right away.

Thanks ;)
 

Keizer Harm

Swamp German
40 Badges
Jan 28, 2013
2.740
4.107
  • Crusader Kings III: Royal Edition
  • Crusader Kings II: Sunset Invasion
  • Victoria 2