From ce448456e9dd8b6563909fb45c72213298c0f7e9 Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Mon, 29 Dec 2025 16:52:50 +0000 Subject: [PATCH] Some hispania changes, nwe gascon adventuerer. fixed presbytarian pope hopefully --- .../coat_of_arms/NEOW_dynasties.txt | 42 ++++++ .../coat_of_arms/NEOW_landed_titles.txt | 22 ++- N3OW/common/dynasties/NEOW_dynasties.txt | 6 + N3OW/common/landed_titles/LAAMPs.txt | 14 ++ N3OW/common/landed_titles/france.txt | 24 --- N3OW/common/landed_titles/iberia.txt | 140 ++++++++++++++++++ .../religion/religions/NEOW_protestant.txt | 4 + N3OW/history/characters/NEOW_e_france.txt | 26 ++++ N3OW/history/characters/NEOW_e_hispania.txt | 15 +- N3OW/history/provinces/e_france.txt | 2 +- N3OW/history/provinces/e_iberia.txt | 25 ++++ N3OW/history/titles/NEOW_laamp_titles.txt | 14 ++ N3OW/history/titles/k_portugal.txt | 10 ++ .../common/landed_titles/Africa.txt | 130 +--------------- .../NEOW_dynasty_names_l_english.yml | 1 + .../localization/english/titles_l_english.yml | 2 + 16 files changed, 308 insertions(+), 169 deletions(-) diff --git a/N3OW/common/coat_of_arms/coat_of_arms/NEOW_dynasties.txt b/N3OW/common/coat_of_arms/coat_of_arms/NEOW_dynasties.txt index 16489280..daffe2f1 100644 --- a/N3OW/common/coat_of_arms/coat_of_arms/NEOW_dynasties.txt +++ b/N3OW/common/coat_of_arms/coat_of_arms/NEOW_dynasties.txt @@ -11625,3 +11625,45 @@ cool_dynasty={ } } + +rostagnac_dynasty={ + pattern="pattern_vertical_split_01.dds" + color1=blue_light + color2=red + color3=red + colored_emblem={ + color1=yellow_light + texture="ce_fleur.dds" + instance={ + position={ 0.30000 0.750000 } + scale={ 0.300000 0.300000 } + } + + instance={ + position={ 0.30000 0.500000 } + scale={ 0.300000 0.300000 } + depth=2.010000 + } + + instance={ + position={ 0.30000 0.250000 } + scale={ 0.300000 0.300000 } + depth=3.010000 + } + + } + + colored_emblem={ + color1=yellow_light + color2=yellow_light + color3=grey + texture="ce_wyvern_rising.dds" + instance={ + position={ 0.700000 0.530000 } + scale={ 0.390000 0.780000 } + depth=1.010000 + } + + } + +} diff --git a/N3OW/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt b/N3OW/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt index edb11c9f..d5f14c02 100644 --- a/N3OW/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt +++ b/N3OW/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt @@ -5026,19 +5026,33 @@ k_iceland = { k_doggerland = { - pattern="pattern_solid.dds" - color1=blue_light + pattern="pattern_tricolor_bend_02.dds" + color1=red color2=white color3=black colored_emblem={ - color1=orange - color2=white + color1=white + color2=black texture="NEOW_ce_cross_nordic.dds" + instance={ + rotation=180 + } + + } + + colored_emblem={ + color1=red + texture="ce_block_02.dds" + instance={ + depth=1.010000 + } + } } + k_italy_piedmonte = { custom=yes pattern="pattern_solid.dds" diff --git a/N3OW/common/dynasties/NEOW_dynasties.txt b/N3OW/common/dynasties/NEOW_dynasties.txt index 42bc8957..d967cb0b 100644 --- a/N3OW/common/dynasties/NEOW_dynasties.txt +++ b/N3OW/common/dynasties/NEOW_dynasties.txt @@ -1550,4 +1550,10 @@ cool_dynasty = { prefix = "dynnp_mac" name = dynn_cool culture = atlantannach +} + +rostagnac_dynasty = { + prefix = "dynnp_de" + name = dynn_rostagnac + culture = gascon } \ No newline at end of file diff --git a/N3OW/common/landed_titles/LAAMPs.txt b/N3OW/common/landed_titles/LAAMPs.txt index 9a687121..fac50b3a 100644 --- a/N3OW/common/landed_titles/LAAMPs.txt +++ b/N3OW/common/landed_titles/LAAMPs.txt @@ -37,5 +37,19 @@ d_laamp_cool = { no_automatic_claims = yes destroy_if_invalid_heir = yes + ai_primary_priortity = { add = @never_primary_score } +} + +d_laamp_rostagnac = { + colour = { 100 100 100 } + capital = c_boulogne + + definate_form = yes + landless = yes + require_landless = yes + ruler_uses_title_name = no + no_automatic_claims = yes + destroy_if_invalid_heir = yes + ai_primary_priortity = { add = @never_primary_score } } \ No newline at end of file diff --git a/N3OW/common/landed_titles/france.txt b/N3OW/common/landed_titles/france.txt index ff402843..99bcab19 100644 --- a/N3OW/common/landed_titles/france.txt +++ b/N3OW/common/landed_titles/france.txt @@ -1383,11 +1383,6 @@ e_france = { color = { 155 50 150 } } - b_bayonne = { - province = 2012 - - color = { 105 45 245 } - } } c_bigorre = { @@ -1852,25 +1847,6 @@ e_france = { color = { 30 75 165 } } } - c_foix = { - color = { 102 57 15 } - - b_foix = { - province = 2209 - - color = { 70 60 170 } - } - b_tarascon = { - province = 2210 - - color = { 70 60 170 } - } - b_pamiers = { - province = 2211 - - color = { 95 24 226 } - } - } } d_auvergne = { color = { 229 157 57 } diff --git a/N3OW/common/landed_titles/iberia.txt b/N3OW/common/landed_titles/iberia.txt index 6e6929b3..cd52f9e1 100644 --- a/N3OW/common/landed_titles/iberia.txt +++ b/N3OW/common/landed_titles/iberia.txt @@ -2201,6 +2201,25 @@ e_iberia = { color = { 163 81 75 } } } + c_foix = { + color = { 102 57 15 } + + b_foix = { + province = 2209 + + color = { 70 60 170 } + } + b_tarascon = { + province = 2210 + + color = { 70 60 170 } + } + b_pamiers = { + province = 2211 + + color = { 95 24 226 } + } + } } } k_navarra = { @@ -2359,6 +2378,15 @@ e_iberia = { color = { 105 100 20 } } } + c_bayonne= { + color = { 144 58 30 } + + b_bayonne = { + province = 2012 + + color = { 105 45 245 } + } + } } } @@ -3134,4 +3162,116 @@ e_iberia = { } } } + + + k_canarias = { + color = { 242 231 125 } + cultural_names = { + name_list_guanches = cn_guanac + } + + capital = c_canarias # Tenerife + + #Titular: created by decision. + + d_canarias = { + color = { 42 127 201 } + + cultural_names = { + name_list_guanches = cn_guanac + } + + capital = c_canarias # Gran Canaria + + c_canarias = { + color = { 22 107 181 } + + b_tenerife = { #More relevant than Gran Canaria in the period + province = 8713 + color = { 22 107 181 } + cultural_names = { + name_list_andalusian = cn_tenerife + name_list_basque = cn_tenerife + name_list_castilian = cn_tenerife + name_list_portuguese = cn_tenerife + name_list_visigothic = cn_tenerife + name_list_galician = cn_tenerife + name_list_asturleonese = cn_tenerife + name_list_aragonese = cn_tenerife + name_list_suebi = cn_tenerife + } + } + b_grancanaria = { + province = 849 + color = { 22 107 181 } + cultural_names = { + name_list_andalusian = cn_canaria + name_list_basque = cn_canaria + name_list_castilian = cn_canaria + name_list_portuguese = cn_canaria + name_list_visigothic = cn_canaria + name_list_galician = cn_canaria + name_list_asturleonese = cn_canaria + name_list_aragonese = cn_canaria + name_list_suebi = cn_canaria + } + } + } + c_fuerteventura = { + color = { 52 107 151 } + cultural_names = { + name_list_andalusian = cn_fuerteventura + name_list_basque = cn_fuerteventura + name_list_castilian = cn_fuerteventura + name_list_portuguese = cn_fuerteventura + name_list_visigothic = cn_fuerteventura + name_list_galician = cn_fuerteventura + name_list_asturleonese = cn_fuerteventura + name_list_aragonese = cn_fuerteventura + name_list_suebi = cn_fuerteventura + } + b_fuerteventura = { + province = 8714 + + color = { 22 127 161 } + cultural_names = { + name_list_andalusian = cn_fuerteventura + name_list_basque = cn_fuerteventura + name_list_castilian = cn_fuerteventura + name_list_portuguese = cn_fuerteventura + name_list_visigothic = cn_fuerteventura + name_list_galician = cn_fuerteventura + name_list_asturleonese = cn_fuerteventura + name_list_aragonese = cn_fuerteventura + name_list_suebi = cn_fuerteventura + } + } + b_lanzarote = { + province = 8715 + + color = { 22 127 161 } + cultural_names = { + name_list_andalusian = cn_lanzarote + name_list_basque = cn_lanzarote + name_list_castilian = cn_lanzarote + name_list_portuguese = cn_lanzarote + name_list_visigothic = cn_lanzarote + name_list_galician = cn_lanzarote + name_list_asturleonese = cn_lanzarote + name_list_aragonese = cn_lanzarote + name_list_suebi = cn_lanzarote + } + } + } + c_madeira = { + color = { 42 87 151 } + + b_madeira = { + province = 8716 + + color = { 42 107 161 } + } + } + } + } } \ No newline at end of file diff --git a/N3OW/common/religion/religions/NEOW_protestant.txt b/N3OW/common/religion/religions/NEOW_protestant.txt index c3767ba4..3ecc7b9e 100644 --- a/N3OW/common/religion/religions/NEOW_protestant.txt +++ b/N3OW/common/religion/religions/NEOW_protestant.txt @@ -412,6 +412,7 @@ doctrine = tenet_communal_possessions doctrine = tenet_alexandrian_catechism doctrine = tenet_ritual_celebrations + doctrine = doctrine_no_head holy_order_names = { #placeholder } @@ -619,6 +620,7 @@ #Special Tolerance | placeholder doctrine = special_doctrine_reformation_roots + doctrine = doctrine_no_head #Tenets | placeholder doctrine = tenet_aniconism @@ -683,6 +685,8 @@ doctrine = tenet_aniconism doctrine = tenet_adaptive doctrine = tenet_pacifism + + doctrine = doctrine_no_head holy_order_names = { #placeholder } diff --git a/N3OW/history/characters/NEOW_e_france.txt b/N3OW/history/characters/NEOW_e_france.txt index f164a70e..36275398 100644 --- a/N3OW/history/characters/NEOW_e_france.txt +++ b/N3OW/history/characters/NEOW_e_france.txt @@ -1410,3 +1410,29 @@ france_bookwyrm_raphael={ death = yes } } + +france_savinian_de_rostagnac={ + name = "Savinian" + dynasty = rostagnac_dynasty + religion = rocambolist + culture = gascon + trait = education_martial_4 + trait = beauty_bad_2 + trait = arrogant + trait = gregarious + trait = brave + trait = lifestyle_blademaster + trait = strong + diplomacy=7 + martial=5 + stewardship=7 + intrigue=6 + learning=7 + prowess=13 + 2519.6.3 = { + birth = yes + } + 2600.1.1 = { + death = yes + } +} diff --git a/N3OW/history/characters/NEOW_e_hispania.txt b/N3OW/history/characters/NEOW_e_hispania.txt index 58c4a2fb..b68fb35d 100644 --- a/N3OW/history/characters/NEOW_e_hispania.txt +++ b/N3OW/history/characters/NEOW_e_hispania.txt @@ -3,7 +3,7 @@ dynasty = avril_dynasty religion = "iberian" culture = portuguese - trait = education_diplomacy_2 + trait = education_martial_4 trait = just trait = chaste trait = temperate @@ -22,8 +22,6 @@ hispania0002 = { religion = "sevillian" culture = castilian trait = education_learning_4 - trait = scholar - trait = theologian trait = compassionate trait = diligent trait = temperate @@ -44,7 +42,7 @@ castille_fernando_bourbon = { # Heir to Castille-Leon, Duke of Leon trait = shy trait = patient trait = education_learning_4 - trait = scholar + trait = craven trait = hunchbacked 2528.1.17 = { birth = yes @@ -280,7 +278,6 @@ hispania0013 = { #Daughter of Diego II. trait = temperate trait = patient trait = deceitful - trait = schemer female = yes father = hispania0011 2516.7.12 = { @@ -422,7 +419,6 @@ hispania0021 = { #Lorién de Borja Terol Count trait = eccentric trait = gregarious trait = education_diplomacy_4 - trait = scholar 2538.2.16 = { birth = yes } @@ -532,7 +528,6 @@ andalusia_manrique_almonte = { trait = gregarious trait = wrathful trait = education_stewardship_3 - #trait = administrator trait = giant 2512.4.23 = { birth = yes @@ -568,7 +563,6 @@ aragon_arnaua_onda = { trait = chaste trait = wrathful trait = education_martial_4 - trait = gallant trait = organizer 2529.4.12 = { birth = yes @@ -637,8 +631,7 @@ aragon_ravi_eivissa = { trait = compassionate trait = ambitious trait = fickle - trait = education_learning_1 - trait = scholar + trait = education_learning_2 trait = beauty_good_1 2539.10.19 = { birth = yes @@ -744,7 +737,7 @@ castille_marina_alagon = { trait = greedy trait = calm trait = education_intrigue_1 - trait = whole_of_body + trait = strong 2532.4.1 = { birth = yes } diff --git a/N3OW/history/provinces/e_france.txt b/N3OW/history/provinces/e_france.txt index 125bbbce..8040f631 100644 --- a/N3OW/history/provinces/e_france.txt +++ b/N3OW/history/provinces/e_france.txt @@ -972,7 +972,7 @@ } ###c_bearn 2194 = { - culture = basque + culture = gascon religion = sevillian holding = castle_holding } diff --git a/N3OW/history/provinces/e_iberia.txt b/N3OW/history/provinces/e_iberia.txt index a4b1f05c..dd596023 100644 --- a/N3OW/history/provinces/e_iberia.txt +++ b/N3OW/history/provinces/e_iberia.txt @@ -1463,3 +1463,28 @@ 1771 = { holding = city_holding } +###c_canarias +8713 = { + culture = atlantannach + religion = iberian + holding = castle_holding +} +849 = { + holding = city_holding +} +###c_fuertaventurea +8714 = { + culture = atlantannach + religion = iberian + holding = castle_holding +} +8715 = { + holding = city_holding +} +###c_maderia +8716 = { + culture = atlantannach + religion = iberian + holding = castle_holding +} + diff --git a/N3OW/history/titles/NEOW_laamp_titles.txt b/N3OW/history/titles/NEOW_laamp_titles.txt index 96ef5686..351dc6a1 100644 --- a/N3OW/history/titles/NEOW_laamp_titles.txt +++ b/N3OW/history/titles/NEOW_laamp_titles.txt @@ -52,4 +52,18 @@ d_laamp_cool = { # Word-Bearers destroy_landless_title_no_dlc_effect = { DATE = 2555.1.1 } } } +} + +d_laamp_rostagnac = { # Cadets of Gascony + 2555.1.1 = { + liege = 0 + holder = france_savinian_de_rostagnac + 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/history/titles/k_portugal.txt b/N3OW/history/titles/k_portugal.txt index 60cbf7f8..4d5fd4a4 100644 --- a/N3OW/history/titles/k_portugal.txt +++ b/N3OW/history/titles/k_portugal.txt @@ -7,6 +7,16 @@ k_portugal = { } } +k_canarias = { + 2505.1.1 = { + change_development_level = 7 + } + 2550.1.1 = { + holder = hispania0001 + } +} + + d_algarve = { 2020.9.2 = { holder = thez_the_mighty diff --git a/N3OW/holder for later/common/landed_titles/Africa.txt b/N3OW/holder for later/common/landed_titles/Africa.txt index 2d26fe35..78f5d5dd 100644 --- a/N3OW/holder for later/common/landed_titles/Africa.txt +++ b/N3OW/holder for later/common/landed_titles/Africa.txt @@ -5723,135 +5723,7 @@ e_maghreb = { } } } - - d_canarias = { - color = { 42 127 201 } - - cultural_names = { - name_list_guanches = cn_guanac - } - - capital = c_canarias # Gran Canaria - - c_canarias = { - color = { 22 107 181 } - - b_tenerife = { #More relevant than Gran Canaria in the period - province = 8713 - color = { 22 107 181 } - cultural_names = { - name_list_andalusian = cn_tenerife - name_list_basque = cn_tenerife - name_list_castilian = cn_tenerife - name_list_portuguese = cn_tenerife - name_list_visigothic = cn_tenerife - name_list_galician = cn_tenerife - name_list_asturleonese = cn_tenerife - name_list_aragonese = cn_tenerife - name_list_suebi = cn_tenerife - } - } - b_grancanaria = { - province = 849 - color = { 22 107 181 } - cultural_names = { - name_list_andalusian = cn_canaria - name_list_basque = cn_canaria - name_list_castilian = cn_canaria - name_list_portuguese = cn_canaria - name_list_visigothic = cn_canaria - name_list_galician = cn_canaria - name_list_asturleonese = cn_canaria - name_list_aragonese = cn_canaria - name_list_suebi = cn_canaria - } - } - } - c_fuerteventura = { - color = { 52 107 151 } - cultural_names = { - name_list_andalusian = cn_fuerteventura - name_list_basque = cn_fuerteventura - name_list_castilian = cn_fuerteventura - name_list_portuguese = cn_fuerteventura - name_list_visigothic = cn_fuerteventura - name_list_galician = cn_fuerteventura - name_list_asturleonese = cn_fuerteventura - name_list_aragonese = cn_fuerteventura - name_list_suebi = cn_fuerteventura - } - b_fuerteventura = { - province = 8714 - - color = { 22 127 161 } - cultural_names = { - name_list_andalusian = cn_fuerteventura - name_list_basque = cn_fuerteventura - name_list_castilian = cn_fuerteventura - name_list_portuguese = cn_fuerteventura - name_list_visigothic = cn_fuerteventura - name_list_galician = cn_fuerteventura - name_list_asturleonese = cn_fuerteventura - name_list_aragonese = cn_fuerteventura - name_list_suebi = cn_fuerteventura - } - } - b_lanzarote = { - province = 8715 - - color = { 22 127 161 } - cultural_names = { - name_list_andalusian = cn_lanzarote - name_list_basque = cn_lanzarote - name_list_castilian = cn_lanzarote - name_list_portuguese = cn_lanzarote - name_list_visigothic = cn_lanzarote - name_list_galician = cn_lanzarote - name_list_asturleonese = cn_lanzarote - name_list_aragonese = cn_lanzarote - name_list_suebi = cn_lanzarote - } - } - } - c_madeira = { - color = { 42 87 151 } - - b_madeira = { - province = 8716 - - color = { 42 107 161 } - } - } - } - } - - k_canarias = { - color = { 242 231 125 } - cultural_names = { - name_list_guanches = cn_guanac - } - - capital = c_canarias # Tenerife - - #Titular: created by decision. - - ai_primary_priority = { - if = { - limit = { - culture = culture:guanches - } - add = @correct_culture_primary_score - } - if = { - limit = { - NOT = { - culture = culture:guanches - } - } - add = @better_than_the_alternatives_score - } - } - } + } k_tahert = { color = { 210 235 87 } diff --git a/N3OW/localization/english/dynasties/NEOW_dynasty_names_l_english.yml b/N3OW/localization/english/dynasties/NEOW_dynasty_names_l_english.yml index aabde22d..7c396e55 100644 --- a/N3OW/localization/english/dynasties/NEOW_dynasty_names_l_english.yml +++ b/N3OW/localization/english/dynasties/NEOW_dynasty_names_l_english.yml @@ -849,3 +849,4 @@ dynn_wrihtssen:0 "Wrihtssen" dynn_bookwyrm:0 "Bookwyrm" dynn_cool:0 "Cúchulainn" + dynn_rostagnac:0 "Rostagnac" diff --git a/N3OW/localization/english/titles_l_english.yml b/N3OW/localization/english/titles_l_english.yml index c506af01..e41864ce 100644 --- a/N3OW/localization/english/titles_l_english.yml +++ b/N3OW/localization/english/titles_l_english.yml @@ -24673,6 +24673,8 @@ d_laamp_bookwyrm_article: "$DEFAULT_TITLE_NAME_ARTICLE$" d_laamp_cool: "Wild Geese" d_laamp_cool_article: "$DEFAULT_TITLE_NAME_ARTICLE$" + d_laamp_rostagnac: "Cadets of Gascony" + d_laamp_rostagnac_article: "$DEFAULT_TITLE_NAME_ARTICLE$" #Special c_new_england: "New England"