diff --git a/N3OW/common/coat_of_arms/coat_of_arms/NEOW_laamp_coas.txt b/N3OW/common/coat_of_arms/coat_of_arms/NEOW_laamp_coas.txt new file mode 100644 index 00000000..9341692e --- /dev/null +++ b/N3OW/common/coat_of_arms/coat_of_arms/NEOW_laamp_coas.txt @@ -0,0 +1 @@ +d_laamp_vlad = carstana_dynasty \ No newline at end of file diff --git a/N3OW/common/flavorization/NEOW_title_holders.txt b/N3OW/common/flavorization/NEOW_title_holders.txt index fe1b4758..679e8d93 100644 --- a/N3OW/common/flavorization/NEOW_title_holders.txt +++ b/N3OW/common/flavorization/NEOW_title_holders.txt @@ -1,5 +1,25 @@  ############################################# +carstana_count = { + type = character + gender = male + special = holder + priority = 50 + titles = { d_laamp_vlad } + flavourization_rules = { + top_liege = no + } +} +carstana_countess = { + type = character + gender = female + special = holder + priority = 50 + titles = { d_laamp_vlad } + flavourization_rules = { + top_liege = no + } +} ### Novelist Renames # Numenorean numenor_high_king_french = { diff --git a/N3OW/common/landed_titles/germany.txt b/N3OW/common/landed_titles/germany.txt index 996cd40c..f3f71488 100644 --- a/N3OW/common/landed_titles/germany.txt +++ b/N3OW/common/landed_titles/germany.txt @@ -3688,4 +3688,20 @@ d_arminien = { d_neddersassen = { color = { 156 18 16 } +} + +# Adventurer Titles + +d_laamp_vlad = { # Vlad + color = { 100 100 100 } + capital = c_wolkenstein + + definite_form = yes + landless = yes + require_landless = yes + ruler_uses_title_name = no + no_automatic_claims = yes + destroy_if_invalid_heir = yes + + ai_primary_priority = { add = @never_primary_score } } \ No newline at end of file diff --git a/N3OW/history/titles/NEOW_laamp_titles.txt b/N3OW/history/titles/NEOW_laamp_titles.txt new file mode 100644 index 00000000..67bb1d78 --- /dev/null +++ b/N3OW/history/titles/NEOW_laamp_titles.txt @@ -0,0 +1,13 @@ +d_laamp_vlad = { # Vlad + 2555.1.1 = { + liege = 0 + holder = germany0015 # Vlad + government = landless_adventurer_government + succession_laws = { landless_adventurer_succession_law } + effect = { + create_landless_adventurer_title_history_effect = yes + set_variable = { name = adventurer_creation_reason value = flag:historical } + destroy_landless_title_no_dlc_effect = { DATE = 2555.1.1 } + } + } +} \ No newline at end of file diff --git a/N3OW/localization/english/replace/culture/NEOW_culture_titles_l_english.yml b/N3OW/localization/english/replace/culture/NEOW_culture_titles_l_english.yml index df276a19..cf8a019a 100644 --- a/N3OW/localization/english/replace/culture/NEOW_culture_titles_l_english.yml +++ b/N3OW/localization/english/replace/culture/NEOW_culture_titles_l_english.yml @@ -12,4 +12,8 @@ king_feudal_male_french_group:0 "Roi" king_feudal_female_french_group:0 "Reine" emperor_feudal_male_french_group:0 "Empereur" - emperor_feudal_female_french_group:0 "Impératrice" \ No newline at end of file + emperor_feudal_female_french_group:0 "Impératrice" + +#Putting this here for now because I have no idea where else to put this +carstana_count:0 "Pârcălab" +carstana_countess:0 "Pârcălab" \ No newline at end of file diff --git a/N3OW/localization/english/titles_l_english.yml b/N3OW/localization/english/titles_l_english.yml index 589c911b..57d45ae8 100644 --- a/N3OW/localization/english/titles_l_english.yml +++ b/N3OW/localization/english/titles_l_english.yml @@ -24886,7 +24886,7 @@ e_numenor: "Númenor" e_numenor_adj: "Númenorian" - #Carolingian TItles + #NEOW Carolingian Titles k_austrasia: "Austrasia" k_austrasia_adj: "Austrasian" k_moselle: "Moselle" @@ -24894,4 +24894,9 @@ k_teisterbant: "Teisterbant" k_teisterbant_adj: "Tesiterbantish" e_lotharingia: "Lotharingia" - e_lotharingia_adj: "Lotharingian" \ No newline at end of file + e_lotharingia_adj: "Lotharingian" + + #NEOW Adventurer Titles + + d_laamp_vlad: "Counts of the Danse Macabre" + d_laamp_vlad_article: "$DEFAULT_TITLE_NAME_ARTICLE$" \ No newline at end of file