From e237187cf266b286751b1e5f5011e73948dba66c Mon Sep 17 00:00:00 2001 From: trashb0at Date: Mon, 11 Nov 2024 19:19:29 -0500 Subject: [PATCH 1/7] fixes --- common/religion/religions/NEOW_catholic.txt | 2 +- .../religion/NEOW_religion_catholic_l_english.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/common/religion/religions/NEOW_catholic.txt b/common/religion/religions/NEOW_catholic.txt index 63cfd863..33e0f8c8 100644 --- a/common/religion/religions/NEOW_catholic.txt +++ b/common/religion/religions/NEOW_catholic.txt @@ -467,7 +467,7 @@ WaterGodHerHim = CHARACTER_HERHIM_HIM } } - roman = { + roman_catholic = { color = { 204 198 136 } icon = NEOW_catholic diff --git a/localization/english/replace/religion/NEOW_religion_catholic_l_english.yml b/localization/english/replace/religion/NEOW_religion_catholic_l_english.yml index 2b2b6596..d685d8c2 100644 --- a/localization/english/replace/religion/NEOW_religion_catholic_l_english.yml +++ b/localization/english/replace/religion/NEOW_religion_catholic_l_english.yml @@ -28,11 +28,11 @@ sevillian_religious_head_title:0 "Pope" sevillian_religious_head_title_name:0 "Sevillian Papacy" - roman:0 "Roman Catholic Church" - roman_adj:0 "Roman" - roman_adherent:0 "Catholic" - roman_adherent_plural:0 "Catholics" - roman_desc:0 "The Roman Catholic Church survived through the Event, like it did through so many other crises, great and small. It did not, however, come out unscathed. Though the state of the Church during the Event is murky at best, the Holy See was officially restored in the Year 2100, with the Keys of Heaven being given to Saint Adalbertus, the first legitimate successor to pre-Event Pope John Paul II. The Church has had many losses, losing large swathes of territory to pagans, heretics, and idolators, as well as suffering from the Sevillian Schism, where the faithful of Spain flocked to a rival Pope in Seville. Since then, the true Holy See has adapted to the post-Event world accordingly, allowing the marriage of priests and the appointment of female deacons to make up for the massive loss of life during the Event, as well as recognising a variety of local rites and the celebration of Vernacular Mass. Now, the Church may finally, for the first time in a long time, have the upper hand against its neighbours, and only time may tell if it will survive in this new changing world, as it has for countless millennia." + roman_catholic:0 "Roman Catholic Church" + roman_catholic_adj:0 "Roman" + roman_catholic_adherent:0 "Catholic" + roman_catholic_adherent_plural:0 "Catholics" + roman_catholic_desc:0 "The Roman Catholic Church survived through the Event, like it did through so many other crises, great and small. It did not, however, come out unscathed. Though the state of the Church during the Event is murky at best, the Holy See was officially restored in the Year 2100, with the Keys of Heaven being given to Saint Adalbertus, the first legitimate successor to pre-Event Pope John Paul II. The Church has had many losses, losing large swathes of territory to pagans, heretics, and idolators, as well as suffering from the Sevillian Schism, where the faithful of Spain flocked to a rival Pope in Seville. Since then, the true Holy See has adapted to the post-Event world accordingly, allowing the marriage of priests and the appointment of female deacons to make up for the massive loss of life during the Event, as well as recognising a variety of local rites and the celebration of Vernacular Mass. Now, the Church may finally, for the first time in a long time, have the upper hand against its neighbours, and only time may tell if it will survive in this new changing world, as it has for countless millennia." roman_religious_head_title:0 "Pope" roman_religious_head_title_name:0 "The Papacy" From 2d0732083f88e79863a090a24b4e190bf69de79c Mon Sep 17 00:00:00 2001 From: trashb0at Date: Tue, 12 Nov 2024 10:08:25 -0500 Subject: [PATCH 2/7] aquitaine flag + culture stuff --- .../coat_of_arms/01_landed_titles.txt | 19 +++++++++++-------- common/culture/cultures/NEOW_french.txt | 4 ++-- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/common/coat_of_arms/coat_of_arms/01_landed_titles.txt b/common/coat_of_arms/coat_of_arms/01_landed_titles.txt index 8b125130..ff576488 100644 --- a/common/coat_of_arms/coat_of_arms/01_landed_titles.txt +++ b/common/coat_of_arms/coat_of_arms/01_landed_titles.txt @@ -6181,14 +6181,17 @@ k_saxon_electorate = { # No change needed k_aquitaine = { - pattern = "pattern_solid.dds" - color1 = "red" - color2 = "yellow" - colored_emblem = { - texture = "ce_lion_rampant_crown.dds" - color1 = "yellow" - color2 = "yellow" - color3 = "black" + pattern="pattern__solid_designer.dds" + color1=red + color2=yellow_light + colored_emblem={ + color1=yellow_light + color2=blue + texture="ce_leopard_passant_guardant.dds" + instance={ + position={ 0.500000 0.370000 } + scale={ 0.800000 1.000000 } + } } } diff --git a/common/culture/cultures/NEOW_french.txt b/common/culture/cultures/NEOW_french.txt index 92e69316..3f356c62 100644 --- a/common/culture/cultures/NEOW_french.txt +++ b/common/culture/cultures/NEOW_french.txt @@ -187,7 +187,7 @@ provencal = { picard = { color = picard - ethos = ethos_bellicose + ethos = ethos_stoic heritage = heritage_french language = language_french martial_custom = martial_custom_equal @@ -227,7 +227,7 @@ galo = { created = 1000.1.1 parents = { metropolitain breton } - ethos = ethos_courtly + ethos = ethos_bellicose heritage = heritage_french language = language_french martial_custom = martial_custom_equal From 92880ba975de610ad0e5aa4aa1361c5cf169646f Mon Sep 17 00:00:00 2001 From: trashb0at Date: Tue, 12 Nov 2024 11:25:20 -0500 Subject: [PATCH 3/7] more COA --- .../coat_of_arms/01_landed_titles.txt | 49 +++++-- .../coat_of_arms/NEOW_landed_titles.txt | 138 +++++++++++++++++- 2 files changed, 170 insertions(+), 17 deletions(-) diff --git a/common/coat_of_arms/coat_of_arms/01_landed_titles.txt b/common/coat_of_arms/coat_of_arms/01_landed_titles.txt index ff576488..ed8e088d 100644 --- a/common/coat_of_arms/coat_of_arms/01_landed_titles.txt +++ b/common/coat_of_arms/coat_of_arms/01_landed_titles.txt @@ -5845,13 +5845,18 @@ k_east_francia = { k_lotharingia = { pattern = "pattern_solid.dds" - color1 = "red" - color2 = "yellow" + color1 = "white" + color2 = "blue" colored_emblem = { - texture = "ce_diagonal_stripes_01.dds" - color1 = "yellow" - color2 = "red" - instance = { position = { 0.50 0.50 } scale = { 1.13 1.13 } } + texture = "ce_horizontal_stripes_03.dds" + color1 = "white" + color2 = "blue" + } + colored_emblem = { + texture = "ce_lion_rampant_crown_forked.dds" + color1 = "red" + color2 = "yellow" + color3 = "white" } } @@ -24951,16 +24956,28 @@ k_poland = { # New temp CE k_frisia = { - pattern = "pattern_solid.dds" - color1 = "blue" - color2 = "white" - colored_emblem = { - texture = "ce_waterlily.dds" - color1 = "white" - color2 = "white" - instance = { position = { 0.32 0.3 } scale = { 0.50 0.50 } } - instance = { position = { 0.68 0.3 } scale = { 0.50 0.50 } } - instance = { position = { 0.5 0.68 } scale = { 0.50 0.50 } } + pattern="pattern_tricolor_horizontal_01.dds" + color1=red + color2=white + color3=blue_light + colored_emblem={ + color1=yellow + color2=rgb { 141 21 4 } + texture="ce_lion_rampant_crown.dds" + instance={ + scale={ 0.700000 0.700000 } + depth=1.010000 + } + } + colored_emblem={ + color1=yellow + color2=white + texture="ce_sword_simple.dds" + instance={ + position={ 0.410000 0.190000 } + scale={ 0.430000 0.400000 } + rotation=36 + } } } diff --git a/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt b/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt index c64f5de4..df774f03 100644 --- a/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt +++ b/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt @@ -26,4 +26,140 @@ e_alps = { textured_emblem = { texture = "flag_alps.dds" } -} \ No newline at end of file +} + +k_brandenburg = { + pattern="pattern_horizontal_split_01.dds" + color1=red + color2=white + colored_emblem={ + color1=black + color2=black + texture="ce_shield_02.dds" + instance={ + scale={ 0.780000 0.780000 } + depth=2.010000 + } + } + colored_emblem={ + color1=red + color2=yellow + color3=white + texture="ce_eagle.dds" + instance={ + scale={ 0.780000 0.780000 } + } + } + colored_emblem={ + color1=white + color2=white + texture="ce_shield_02.dds" + instance={ + scale={ 0.710000 0.710000 } + depth=1.010000 + } + } +} + +k_silesia = { + pattern = "pattern_solid.dds" + color1 = "yellow_light" + color2 = "black" + colored_emblem = { + texture = "ce_eagle_crown_boned.dds" + color1 = "black" + color2 = "yellow" + color3 = "black" + instance = { position = { 0.5 0.52 } scale = { 1.1 1.1 } } + } +} + +k_belgium = { + pattern="pattern_vertical_split_01.dds" + color1=black + color2=red + color3=black + colored_emblem={ + color1=black + color2=red + color3=yellow_light + texture="ce_lion_rampant.dds" + instance={ + position={ 0.500000 0.580000 } + scale={ 0.580000 0.580000 } + depth=1.010000 + } + } + colored_emblem={ + color1=black + color2=yellow + texture="ce_crown.dds" + instance={ + position={ 0.500000 0.210000 } + scale={ 0.390000 0.390000 } + } + } + colored_emblem={ + color1=yellow + texture="ce_mena_pale.dds" + instance={ + position={ 0.400000 0.500000 } + depth=2.010000 + } + instance={ + position={ 0.600000 0.500000 } + depth=3.010000 + } + } +} + +k_rhineland = { + custom=yes + pattern="pattern__solid_designer.dds" + color1=green_light + color2=white + color3=blue + colored_emblem={ + color1=black + color2=black + texture="ce_shield_02.dds" + instance={ + scale={ 0.740000 0.740000 } + depth=3.010000 + } + } + colored_emblem={ + color1=red + texture="ce_cross_09.dds" + instance={ + position={ 0.500000 0.600000 } + scale={ 0.610000 0.490000 } + depth=1.010000 + } + } + colored_emblem={ + color1=red + color2=white + texture="ce_shield_02.dds" + instance={ + scale={ 0.610000 0.610000 } + depth=2.010000 + } + } + colored_emblem={ + color1=white + color2=black + texture="ce_waves_03.dds" + instance={ + depth=4.010000 + } + } + colored_emblem={ + color1=yellow_light + texture="ce_lion_rampant_crown.dds" + instance={ + position={ 0.500000 0.430000 } + scale={ 0.490000 0.440000 } + } + } +} From 83ca187310e3296319bc0aed18359f94c301f001 Mon Sep 17 00:00:00 2001 From: trashb0at Date: Tue, 12 Nov 2024 11:53:24 -0500 Subject: [PATCH 4/7] fixes to handgonners --- common/men_at_arms_types/NEOW_maa_types.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/men_at_arms_types/NEOW_maa_types.txt b/common/men_at_arms_types/NEOW_maa_types.txt index a970bde2..2f0cef74 100644 --- a/common/men_at_arms_types/NEOW_maa_types.txt +++ b/common/men_at_arms_types/NEOW_maa_types.txt @@ -6,6 +6,11 @@ pursuit = 0 screen = 0 + + can_recruit = { + culture = { has_cultural_parameter = unlock_maa_handgonners } + } + terrain_bonus = { hills = { damage = 10 } plains = { toughness = -8 } From 2721370bbc041030c61028e17905e484aab87d0c Mon Sep 17 00:00:00 2001 From: Damimani Date: Tue, 12 Nov 2024 18:29:42 +0100 Subject: [PATCH 5/7] Create .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..88881626 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +gfx\map\map_object_data\generated \ No newline at end of file From 13db003441a45f8b111cd8ed691538df1d0317e3 Mon Sep 17 00:00:00 2001 From: trashb0at Date: Tue, 12 Nov 2024 13:52:29 -0500 Subject: [PATCH 6/7] britannia --- common/culture/cultures/NEOW_brittannic.txt | 1 + common/dynasties/NEOW_dynasties.txt | 7 ++++ common/landed_titles/NEOW_special_titles.txt | 32 +++++++++++++++++ history/characters/NEOW_e_britannia.txt | 20 +++++++++++ history/titles/NEOW_admin_titles.txt | 23 +++++++++++++ history/titles/NEOW_other_titles.txt | 34 +++++++++++++++++++ history/titles/k_brittany.txt | 8 +++++ .../NEOW_dynasty_names_l_english.yml | 4 +++ localization/english/titles_l_english.yml | 4 +++ 9 files changed, 133 insertions(+) create mode 100644 history/characters/NEOW_e_britannia.txt create mode 100644 history/titles/NEOW_admin_titles.txt create mode 100644 history/titles/NEOW_other_titles.txt diff --git a/common/culture/cultures/NEOW_brittannic.txt b/common/culture/cultures/NEOW_brittannic.txt index e3657e5e..547b7388 100644 --- a/common/culture/cultures/NEOW_brittannic.txt +++ b/common/culture/cultures/NEOW_brittannic.txt @@ -13,6 +13,7 @@ tradition_city_keepers tradition_british_armoires tradition_stalwart_defenders + tradition_ep3_cultivated_sophistication } name_list = name_list_brittannic diff --git a/common/dynasties/NEOW_dynasties.txt b/common/dynasties/NEOW_dynasties.txt index d626ce87..20295d9a 100644 --- a/common/dynasties/NEOW_dynasties.txt +++ b/common/dynasties/NEOW_dynasties.txt @@ -81,4 +81,11 @@ clemence_dynasty = { tarrou_dynasty = { name = dynn_tarrou culture = galo +} + +# e_britannia dynasties + +cyflymarhyan_dynasty = { + name = dynn_cyflymarhyan + culture = soueyrneg } \ No newline at end of file diff --git a/common/landed_titles/NEOW_special_titles.txt b/common/landed_titles/NEOW_special_titles.txt index e64252d4..2b478b78 100644 --- a/common/landed_titles/NEOW_special_titles.txt +++ b/common/landed_titles/NEOW_special_titles.txt @@ -17,4 +17,36 @@ k_sevillian_papacy = { de_jure_drift_disabled = yes male_names = { Alexander Anastasius Benedictus Caelestinus Callistus Clemens Eugenius Leo Gregorius Hadrianus Honorius Innocentius Ioannes Lucius Marinus Martinus Nicolaus Sergius Silvester Stephanus Urbanus Victor } +} + +# NOBLE FAMILIES + +d_nf_spatstony = { # Spatstony + color = { 100 100 100 } + capital = c_middlesex + + definite_form = yes + landless = yes + ruler_uses_title_name = no + always_follows_primary_heir = yes + no_automatic_claims = yes + noble_family = yes + destroy_if_invalid_heir = yes + + ai_primary_priority = { add = @never_primary_score } +} + +d_nf_cyflymarhyan = { # Cyflymarhyan (Quicksilver) + color = { 100 100 100 } + capital = c_middlesex + + definite_form = yes + landless = yes + ruler_uses_title_name = no + always_follows_primary_heir = yes + no_automatic_claims = yes + noble_family = yes + destroy_if_invalid_heir = yes + + ai_primary_priority = { add = @never_primary_score } } \ No newline at end of file diff --git a/history/characters/NEOW_e_britannia.txt b/history/characters/NEOW_e_britannia.txt new file mode 100644 index 00000000..82eae7e2 --- /dev/null +++ b/history/characters/NEOW_e_britannia.txt @@ -0,0 +1,20 @@ +britannia0001 = { + name = "Frydyryk" + dynasty = cyflymarhyan_dynasty + religion = "victorian" + culture = soueyrneg + trait = education_intrigue_5 + trait = shrewd + trait = just + trait = lustful + trait = compassionate + trait = brave + trait = poet + sexuality = biseuxal + 2509.1.1 = { + birth = yes + } + 2600.1.1 = { + death = yes + } +} \ No newline at end of file diff --git a/history/titles/NEOW_admin_titles.txt b/history/titles/NEOW_admin_titles.txt new file mode 100644 index 00000000..926d6e95 --- /dev/null +++ b/history/titles/NEOW_admin_titles.txt @@ -0,0 +1,23 @@ +d_nf_spatstony = { # Spatstony + 2505.1.1 = { + liege = e_britannia + holder = france0014 # Jamys Spatstony + government = administrative_government + succession_laws = { noble_family_succession_law } + } + 2548.1.1 = { + liege = e_britannia + holder = france0008 #Robyrt Spatstony + government = administrative_government + succession_laws = { noble_family_succession_law } + } +} + +d_nf_cyflymarhyan = { # Cyflymarhyan (Quicksilver) + 2530.1.1 = { + liege = e_britannia + holder = britannia0001 #Robyrt Spatstony + government = administrative_government + succession_laws = { noble_family_succession_law } + } +} \ No newline at end of file diff --git a/history/titles/NEOW_other_titles.txt b/history/titles/NEOW_other_titles.txt new file mode 100644 index 00000000..47521645 --- /dev/null +++ b/history/titles/NEOW_other_titles.txt @@ -0,0 +1,34 @@ +e_britannia = { + 2530.1.1 = { + holder = britannia0001 #Frydyryk Cyflymarhyan + government = administrative_government + effect = { + if = { + limit = { + exists = holder + holder = { has_government = administrative_government } + } + set_state_faith = faith:victorian + } + if = { + limit = { + exists = holder + has_dlc_feature = royal_court + } + holder = { + set_court_type = court_administrative + } + } + if = { + limit = { + exists = holder + NOT = { has_dlc_feature = roads_to_power } + } + holder = { + change_government = feudal_government + add_realm_law_skip_effects = single_heir_succession_law + } + } + } + } +} diff --git a/history/titles/k_brittany.txt b/history/titles/k_brittany.txt index ed531999..74bc455c 100644 --- a/history/titles/k_brittany.txt +++ b/history/titles/k_brittany.txt @@ -1,17 +1,25 @@ k_brittany = { 2505.1.1 = { holder = france0014 #Jamys Spatstony + government = administrative_government + liege = e_britannia } 2548.1.1 = { holder = france0008 #Robyrt Spatstony + government = administrative_government + liege = e_britannia } } d_brittany = { 2505.1.1 = { holder = france0014 #Jamys Spatstony + government = administrative_government + liege = e_britannia } 2548.1.1 = { holder = france0008 #Robyrt Spatstony + government = administrative_government + liege = e_britannia } } \ No newline at end of file diff --git a/localization/english/replace/dynasties/NEOW_dynasty_names_l_english.yml b/localization/english/replace/dynasties/NEOW_dynasty_names_l_english.yml index 262c40de..64d32ec9 100644 --- a/localization/english/replace/dynasties/NEOW_dynasty_names_l_english.yml +++ b/localization/english/replace/dynasties/NEOW_dynasty_names_l_english.yml @@ -30,6 +30,10 @@ dynn_clemence:0 "Clemence" dynn_tarrou:0 "Tarrou" + #e_britannia + + dynn_cyflymarhyan:0 "Cyflymarhyan" + # PATRONYMS — PREFIXES AND SUFFIXES #Brittannic diff --git a/localization/english/titles_l_english.yml b/localization/english/titles_l_english.yml index 89f98306..2c87d574 100644 --- a/localization/english/titles_l_english.yml +++ b/localization/english/titles_l_english.yml @@ -24346,6 +24346,10 @@ k_vasconia_adj: "Vasconian" # Noble families + d_nf_spatstony: "$dynn_spatstony$ Family" + d_nf_spatstony_article: "$DEFAULT_TITLE_NAME_ARTICLE$" + d_nf_cyflymarhyan: "$dynn_cyflymarhyan$ Family" + d_nf_cyflymarhyan_article: "$DEFAULT_TITLE_NAME_ARTICLE$" d_nf_ampelas: "$dynn_Ampelas$ Family" d_nf_ampelas_article: "$DEFAULT_TITLE_NAME_ARTICLE$" d_nf_aplakes: "$dynn_Aplakes$ Family" From 95196c9304507d6a67ca1240bc2f6a7a420f40a2 Mon Sep 17 00:00:00 2001 From: trashb0at Date: Tue, 12 Nov 2024 14:40:44 -0500 Subject: [PATCH 7/7] CN for britannia --- common/landed_titles/britannia.txt | 5 ++++- localization/english/titles_cultural_names_l_english.yml | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/common/landed_titles/britannia.txt b/common/landed_titles/britannia.txt index dd76c69e..8f0b4cad 100644 --- a/common/landed_titles/britannia.txt +++ b/common/landed_titles/britannia.txt @@ -3,7 +3,10 @@ e_britannia = { capital = c_middlesex - + cultural_names = { + name_list_brittannic = cn_brytannya + } + k_england = { color = { 202 26 26 } diff --git a/localization/english/titles_cultural_names_l_english.yml b/localization/english/titles_cultural_names_l_english.yml index 3108abb8..ba70a8e5 100644 --- a/localization/english/titles_cultural_names_l_english.yml +++ b/localization/english/titles_cultural_names_l_english.yml @@ -49,6 +49,7 @@ cn_krolewiec_adj:0 "Królewiecian" # Britain + cn_brytannya:0 "Brytannya" cn_alba:0 "Alba" cn_alba_adj:0 "Alban" cn_pictland:0 "Pictland"