Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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.
}
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.