diff --git a/N3OW/common/dynasties/NEOW_dynasties.txt b/N3OW/common/dynasties/NEOW_dynasties.txt index 6067e0a8..ad1ebcb4 100644 --- a/N3OW/common/dynasties/NEOW_dynasties.txt +++ b/N3OW/common/dynasties/NEOW_dynasties.txt @@ -995,6 +995,38 @@ eurasburg_dynasty = { culture = bavarian } +#e_alps + +tubingen_dynasty = { + name = dynn_tubingen + culture = swiss +} + +karnten_dynasty = { + name = dynn_karnten + culture = swiss +} + +wittelsbach_dynasty = { + name = dynn_wittelsbach + culture = romansch +} + +estouville_dynasty = { + name = dynn_estouville + culture = pelonais +} + +perche_dynasty = { + name = dynn_perche + culture = pelonais +} + +miejo_dynasty = { + name = dynn_miejo + culture = patoues +} + #e_hispania boatswain_dynasty = { diff --git a/N3OW/history/characters/NEOW_e_alps.txt b/N3OW/history/characters/NEOW_e_alps.txt index b5c84c6d..82334edc 100644 --- a/N3OW/history/characters/NEOW_e_alps.txt +++ b/N3OW/history/characters/NEOW_e_alps.txt @@ -55,6 +55,114 @@ alps_jurgen_klosters = { } } +alps_markward_tubingen = { + name = "Markward" + dynasty = tubingen_dynasty + religion = helvetic + culture = swiss + trait = education_martial_2 + trait = flexible_leader + trait = ambitious + trait = brave + trait = lustful + 2521.9.18 = { + birth = yes + } + 2600.1.1 = { + death = yes + } +} + +alps_gottschalk_karnten = { + name = "Gottschalk" + dynasty = karnten_dynasty + religion = helvetic + culture = swiss + trait = education_martial_1 + trait = unyielding_defender + trait = impatient + trait = diligent + trait = greedy + 2527.3.14 = { + birth = yes + } + 2600.1.1 = { + death = yes + } +} + +alps_liutbert_chur = { + name = "Liutbert" + dynasty = wittelsbach_dynasty + religion = helvetic + culture = romansch + trait = education_learning_2 + trait = scholar + trait = craven + trait = sadistic + trait = lazy + 2512.2.20 = { + birth = yes + } + 2600.1.1 = { + death = yes + } +} + +alps_geraud_estouville = { + name = "Géraud" + dynasty = estouville_dynasty + religion = helvetic + culture = pelonais + trait = education_diplomacy_2 + trait = family_first + trait = fickle + trait = humble + trait = paranoid + 2515.7.28 = { + birth = yes + } + 2600.1.1 = { + death = yes + } +} + +alps_aurengarde_perche = { + name = "Aurengarde" + dynasty = perche_dynasty + religion = helvetic + culture = pelonais + female = yes + trait = education_diplomacy_3 + trait = compassionate + trait = brave + trait = generous + 2524.8.13 = { + birth = yes + } + 2600.1.1 = { + death = yes + } +} + +alps_fantasio_miejo = { + name = "Fantasio" + dynasty = miejo_dynasty + religion = helvetic + culture = patoues + trait = education_stewardship_4 + trait = architect + trait = gregarious + trait = calm + trait = deceitful + 2512.10.3 = { + birth = yes + } + 2600.1.1 = { + death = yes + } +} + ### Bludenzer dynasty of Vorarlberg thomas_i_of_vorarlberg={ name="Thomas" diff --git a/N3OW/history/titles/k_france.txt b/N3OW/history/titles/k_france.txt index 030e7678..66c0fa65 100644 --- a/N3OW/history/titles/k_france.txt +++ b/N3OW/history/titles/k_france.txt @@ -410,9 +410,4 @@ b_chateau_thierry= { 2540.1.1 = { holder = france_bonaparte_aragorn } -} -d_upper_burgundy = { - 2554.1.1 = { - holder = germany0002 #Franz Klosters - } } \ No newline at end of file diff --git a/N3OW/history/titles/k_rhodania.txt b/N3OW/history/titles/k_rhodania.txt index 1b62ed49..44ec2d57 100644 --- a/N3OW/history/titles/k_rhodania.txt +++ b/N3OW/history/titles/k_rhodania.txt @@ -4,25 +4,6 @@ k_rhodania={ } } -d_lyonnais={ - 2554.1.1={ - holder=germany0002 #Franz Klosters - } -} - -c_rhone={ - 2554.1.1={ - holder=germany0002 #Franz Klosters - } - 2555.1.1 = { change_development_level = 12 } -} - -d_savoie = { - 2554.1.1 = { - holder=germany0002 #Franz Klosters - } -} - c_bouches_du_rhone={ 2540.1.1 = { holder = france_marouane_atika #Marouane Atika diff --git a/N3OW/history/titles/k_switzerland.txt b/N3OW/history/titles/k_switzerland.txt index 72fc331e..e580f736 100644 --- a/N3OW/history/titles/k_switzerland.txt +++ b/N3OW/history/titles/k_switzerland.txt @@ -8,4 +8,56 @@ k_switzerland = { holder = germany0002 #Franz Klosters } 2555.1.1 = { change_development_level = 7 } +} + +d_rhaetia = { + 2554.1.1 = { + holder = alps_liutbert_chur + liege = k_switzerland + } +} + +c_zurich = { + 2554.1.1 = { + holder = alps_markward_tubingen + liege = k_switzerland + } +} + +c_basel = { + 2554.1.1 = { + holder = alps_gottschalk_karnten + liege = k_switzerland + } +} + +d_upper_burgundy = { + 2554.1.1 = { + holder = alps_geraud_estouville #Franz Klosters + liege = k_switzerland + } +} + +# had to move this from k_rhodania bc it wouldn't register them as vassals + +d_lyonnais={ + 2554.1.1={ + holder=alps_aurengarde_perche #Franz Klosters + liege = k_switzerland + } +} + +c_rhone={ + 2554.1.1={ + holder=alps_aurengarde_perche #Franz Klosters + liege = k_switzerland + } + 2555.1.1 = { change_development_level = 12 } +} + +d_savoie = { + 2554.1.1 = { + holder=alps_fantasio_miejo #Franz Klosters + liege = k_switzerland + } } \ No newline at end of file diff --git a/N3OW/localization/english/replace/dynasties/zz_NEOW_dynasty_names_l_english.yml b/N3OW/localization/english/replace/dynasties/zz_NEOW_dynasty_names_l_english.yml index a5f786c9..b7412005 100644 --- a/N3OW/localization/english/replace/dynasties/zz_NEOW_dynasty_names_l_english.yml +++ b/N3OW/localization/english/replace/dynasties/zz_NEOW_dynasty_names_l_english.yml @@ -477,6 +477,16 @@ dynn_margrave:0 "Margrave" dynn_eurasburg:0 "Eurasburg" + +# e_alps + + dynn_tubingen:0 "Tübingen" + dynn_karnten:0 "Kärnten" + dynn_wittelsbach:0 "Wittelsbach" + dynn_estouville:0 "Estouville" + dynn_perche:0 "Perche" + dynn_miejo:0 "Miejo" + # e_scandinavia dynn_loon:0 "Loon"