Crusader Kings III

Crusader Kings III

View Stats:
Gintro May 9, 2022 @ 12:22pm
Archduchy of Austria
Can I form Archduchy of Austria in viking's bookmark?
< >
Showing 1-3 of 3 comments
teron May 9, 2022 @ 12:49pm 
If you go to the wiki, specifically the Decisions [ck3.paradoxwikis.com] page.

It has the condition that the start date has to be 1066. Also your liege has to be the Holy Roman Emperor, with them either being your dynasty or a strong hook on them.
Gintro May 9, 2022 @ 1:01pm 
Originally posted by teron:
If you go to the wiki, specifically the Decisions [ck3.paradoxwikis.com] page.

It has the condition that the start date has to be 1066. Also your liege has to be the Holy Roman Emperor, with them either being your dynasty or a strong hook on them.

do you know which code line is responsible for start date requirement? I can't figure it out


is_shown = {
is_landed = yes
NOT = { exists = title:k_austria.holder }
NOT = { #Can only do it once.
is_target_in_global_variable_list = {
name = unavailable_unique_decisions
target = flag:flag_formed_austria_kingdom
}
}
#No kings or emperors...
highest_held_title_tier <= tier_duchy
is_independent_ruler = no
#Must be within the HRE, else the bid & flavour make no sense.
top_liege = { has_title = title:e_hre }
#Must hold land within the relevant areas directly.
any_held_title = {
tier = tier_county
OR = {
title_province = { geographical_region = custom_core_austria }
title_province = { geographical_region = custom_stretch_austria }
}
}
}

is_valid = {
#Must enjoy imperial immediacy.
liege = title:e_hre.holder
#Must be suitably prestigious.
prestige_level >= high_prestige_level
#Must control core Austria
completely_controls_region = custom_core_austria
#Must not be of the ruling dynasty
custom_description = {
text = "form_austria_hre_dynasty_trigger"
NOT = { dynasty = title:e_hre.holder.dynasty }
}
#Must have a hook on the emperor
has_strong_usable_hook = title:e_hre.holder
#Must not be too early
OR = {
has_realm_law = crown_authority_2
has_realm_law = crown_authority_3
}
}

is_valid_showing_failures_only = {
is_capable_adult = yes
is_imprisoned = no
is_at_war = no
faith = top_liege.faith #Must share the faith of your emperor.
}
The wiki is not always right, as you have noticed.
It's hypothetically possible, but as you can see, the HRE DOES need to exist. You can buddy up with an NPC to try to get them to form the HRE in the 867 start, but that would be an uphill battle. Hope you like babying your liege.
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: May 9, 2022 @ 12:22pm
Posts: 3