From d699bbf7d19476ff83dfc33efa757a20460de1be Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Thu, 7 May 2026 21:47:13 +0100 Subject: [PATCH] title loc and russia barony tweak --- common/flavorization/00_title_holders.txt | 102 +++++++++++++++++- common/landed_titles/russia.txt | 10 +- .../zz_NEOW_culture_titles_l_english.yml | 13 ++- 3 files changed, 114 insertions(+), 11 deletions(-) diff --git a/common/flavorization/00_title_holders.txt b/common/flavorization/00_title_holders.txt index 6fc35c76..04e36366 100644 --- a/common/flavorization/00_title_holders.txt +++ b/common/flavorization/00_title_holders.txt @@ -10189,6 +10189,51 @@ king_administrative_female_brit = { } } +duchy_administrative_independent_brit= { + type = title + tier = duchy + priority = 108 + governments = { administrative_government } + heritages = { heritage_brythonic heritage_scottish heritage_anglo_frisian } + + flavourization_rules = { + top_liege = yes + ignore_top_liege_government = yes #In an administrative realm all governors vassals will use the titles of the top liege - this ensures it is only the governors that do, and not also feudal vassals, republican vassals, etc. + spouse_takes_title = no + } +} + +duke_administrative_male_brit = { + type = character + gender = male + special = holder + tier = duchy + priority = 76 + governments = { administrative_government } + heritages = { heritage_brythonic heritage_scottish heritage_anglo_frisian } + + flavourization_rules = { + top_liege = yes + ignore_top_liege_government = yes #In an administrative realm all governors vassals will use the titles of the top liege - this ensures it is only the governors that do, and not also feudal vassals, republican vassals, etc. + spouse_takes_title = no + } +} +duke_administrative_female_brit = { + type = character + gender = female + special = holder + tier = duchy + priority = 76 + governments = { administrative_government } + heritages = { heritage_brythonic heritage_scottish heritage_anglo_frisian } + + flavourization_rules = { + top_liege = yes + ignore_top_liege_government = yes #In an administrative realm all governors vassals will use the titles of the top liege - this ensures it is only the governors that do, and not also feudal vassals, republican vassals, etc. + spouse_takes_title = no + } +} + #king_administrative_independent_male_brit = { # type = character # gender = male @@ -10215,7 +10260,8 @@ king_administrative_female_brit = { # only_independent = yes # } #} -emperor_administrative_male_brit = { + +emperor_administrative_independant_male_brit = { type = character gender = male special = holder @@ -10223,8 +10269,11 @@ emperor_administrative_male_brit = { priority = 107 governments = { administrative_government } heritages = { heritage_brythonic heritage_scottish heritage_anglo_frisian } + flavourization_rules = { + only_independent = yes + } } -emperor_administrative_female_brit = { +emperor_administrative_independant_female_brit = { type = character gender = female special = holder @@ -10232,7 +10281,56 @@ emperor_administrative_female_brit = { priority = 107 governments = { administrative_government } heritages = { heritage_brythonic heritage_scottish heritage_anglo_frisian } + flavourization_rules = { + only_independent = yes + } } + +emperor_administrative_male_brit = { + type = character + gender = male + special = holder + tier = empire + priority = 106 + governments = { administrative_government } + heritages = { heritage_brythonic heritage_scottish heritage_anglo_frisian } +} +emperor_administrative_female_brit = { + type = character + gender = female + special = holder + tier = empire + priority = 106 + governments = { administrative_government } + heritages = { heritage_brythonic heritage_scottish heritage_anglo_frisian } +} + +hegemon_administrative_male_brit = { + type = character + gender = male + special = holder + tier = hegemony + priority = 107 + governments = { administrative_government } + heritages = { heritage_brythonic heritage_scottish heritage_anglo_frisian } +} +hegemony_administrative_male_brit = { + type = character + gender = female + special = holder + tier = hegemony + priority = 107 + governments = { administrative_government } + heritages = { heritage_brythonic heritage_scottish heritage_anglo_frisian } +} +hegemony_administrative_brit = { + type = title + tier = hegemony + priority = 107 + governments = { administrative_government } + heritages = { heritage_brythonic heritage_scottish heritage_anglo_frisian } +} + #emperor_administrative_male_greek = { # type = character # gender = male diff --git a/common/landed_titles/russia.txt b/common/landed_titles/russia.txt index 30082bbf..afd447e8 100644 --- a/common/landed_titles/russia.txt +++ b/common/landed_titles/russia.txt @@ -77,6 +77,11 @@ province = 5254 color = { 125 229 163 } + } + b_soltsy = { + province = 5140 + + color = { 122 153 90 } } } @@ -159,11 +164,6 @@ color = { 97 189 149 } } - b_soltsy = { - province = 5140 - - color = { 122 153 90 } - } b_dedovichi = { province = 5144 diff --git a/localization/english/replace/culture/zz_NEOW_culture_titles_l_english.yml b/localization/english/replace/culture/zz_NEOW_culture_titles_l_english.yml index 2c32aff2..ba7064af 100644 --- a/localization/english/replace/culture/zz_NEOW_culture_titles_l_english.yml +++ b/localization/english/replace/culture/zz_NEOW_culture_titles_l_english.yml @@ -109,12 +109,17 @@ king_administrative_independent_female_north_italian: "Serenissima Dogaressa" # british titles names - king_administrative_male_brit: "Governor-General" - king_administrative_female_brit: "Governor-General" + king_administrative_male_brit: "Lord-Lieutenant" + king_administrative_female_brit: "Lord-Lieutenant" + duchy_administrative_independent_brit: "Lieutenacy" + duke_administrative_male_brit: "Lieutenant" + duke_administrative_female_brit: "Lieutenant" #king_administrative_independent_male_brit: "Peer" #king_administrative_independent_female_brit: "Peeress" - emperor_administrative_male_brit: "First Lord" - emperor_administrative_female_brit: "First Lady" + emperor_administrative_independant_male_brit: "First Lord" + emperor_administrative_independant_female_brit: "First Lady" + emperor_administrative_male_brit: "Govenor-General" + emperor_administrative_female_brit: "Govenor-General" male_not_muslim_sultan: "Sultan" female_not_muslim_sultan: "Sultana" title_not_muslim_sultan: "Sultanate"