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

Spreequell

Recruit
30 Badges
Jun 18, 2021
5
1
  • Stellaris: Apocalypse
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Empire of Sin - Premium Edition
  • Empire of Sin
  • Crusader Kings III: Royal Edition
  • Crusader Kings III
  • Stellaris: Federations
  • Stellaris: Lithoids
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Stellaris: Distant Stars
  • Surviving Mars: Digital Deluxe Edition
  • Cities in Motion
  • Stellaris: Humanoids Species Pack
  • Stellaris: Synthetic Dawn
  • Surviving Mars
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Cities: Skylines - Snowfall
  • Cities: Skylines - After Dark
  • Cities: Skylines
  • Crusader Kings II
When you start a new game, there's an entry in the game parameters called "angepasste Herzogtümer"(=adjusted duchies, i guess). According to the explanation, this should allow me to adjust a duchy like a kingdom or empire. For example, adding more counties. But I haven't figured out how yet.

Does anyone here know how to do this?
 
When you start a new game, there's an entry in the game parameters called "angepasste Herzogtümer"(=adjusted duchies, i guess). According to the explanation, this should allow me to adjust a duchy like a kingdom or empire. For example, adding more counties. But I haven't figured out how yet.

Does anyone here know how to do this?
This is related, to the new Create a new Duchy Decision, you can take.
 
Okay, so how do I get the decision? I haven't seen the option in the menu on the right yet.
You have to be a Count without Admin Government, to be able to see this Decision.

Also, you need to be an independent Count, to take the Decision.
Code:
found_duchy_decision = {
    picture = {
        reference = "gfx/interface/illustrations/decisions/decision_found_kingdom.dds"
    }
    decision_group_type = major
    ai_check_interval = 60

    cooldown = { years = 10 }

    is_shown = {
        highest_held_title_tier = tier_county
        is_landed = yes
        OR = {
            AND = {
                is_ai = no
                has_game_rule = on_custom_duchies_player
            }
            has_game_rule = on_custom_duchies
        }
        NOT = { government_allows = administrative }
    }

    is_valid = {
        is_independent_ruler = yes
        trigger_if = {
            limit = {
                has_legitimacy = yes
            }
            OR = {
                prestige_level >= 3
                legitimacy_level >= 4
            }
        }
        trigger_else = {
            prestige_level >= 4
        }
    }

    is_valid_showing_failures_only = {
        is_available_adult = yes
        is_at_war = no
    }

    cost = {
        gold = 150
        prestige = 250
        piety = 200
    }

    effect = {
        create_custom_duchy_effect = yes
    }

    ai_potential = {
        always = yes
    }

    ai_will_do = {
        base = 100
    }
}
 
  • 2
Reactions:
A number of decisions won't populate unless you meet the criteria, which you can check on the wiki here.
Thanks for that. The decisive requirements for me were: "Legitimacy Level >= 4" and "County is the de jure capital of the duchy".

I'll give it a try the next time I start over.

Since I didn't search in English on Google, I didn't find the CK3 Wiki entry. :rolleyes:


Note: I can't quote your post without removing the link to the wiki because the website says the content contains spam. What kind of nonsense is that???
 
When you start a new game, there's an entry in the game parameters called "angepasste Herzogtümer"(=adjusted duchies, i guess). According to the explanation, this should allow me to adjust a duchy like a kingdom or empire. For example, adding more counties. But I haven't figured out how yet.

Does anyone here know how to do this?
There's an "Expand duchy" decision that's available if the duchy you hold has less then 4 Or 3? counties (dont quite remember it off the top of my head)
 
Note: I can't quote your post without removing the link to the wiki because the website says the content contains spam. What kind of nonsense is that???
It might be a restriction on you being a new member of the forum.
Stick around, post when there's something interesting, and you'll probably get promoted to the "known and accepted" group by whatever behind the scenes magic is running it all.