From 062c3ab892b2783186126eed324d84b8cc876bac Mon Sep 17 00:00:00 2001 From: trashmasteruni Date: Sun, 14 Jun 2026 22:11:06 +0200 Subject: [PATCH] mucho coas --- .../coat_of_arms/NEOW_landed_titles.txt | 177 +++++++++++++++--- .../dynamic_definitions/NEOW_cultural_coa.txt | 11 ++ common/landed_titles/visegrad.txt | 4 + common/on_action/game_start.txt | 2 + .../colored_emblems/NEOW_ce_cyprus.dds | 3 + .../NEOW_coa_designer_emblems.txt | 1 + .../titles_cultural_names_l_english.yml | 4 + .../english/replace/titles_l_english.yml | 2 +- 8 files changed, 178 insertions(+), 26 deletions(-) create mode 100644 gfx/coat_of_arms/colored_emblems/NEOW_ce_cyprus.dds 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 a6e88967..7aadf8a6 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 @@ -20,6 +20,7 @@ } + d_kosovo={ pattern="pattern_horizontal_split_01.dds" color1=blue @@ -6495,57 +6496,183 @@ k_cadaverist_synod={ } -k_cyprus={ +e_nistrenia_cosmist={ + custom=yes pattern="pattern_solid.dds" - color1=white - color2=red + color1=purple + color2=white + color3=red colored_emblem={ - color1=white - texture="ce_block_02.dds" + color1=black + texture="ce_circle_mask.dds" instance={ - position={ 0.820000 0.500000 } - scale={ 0.185000 0.185000 } + position={ 0.500000 0.325000 } + scale={ 0.065000 0.065000 } } instance={ - position={ 0.500000 0.000000 } - scale={ 1.000000 0.360000 } + position={ 0.500000 0.325000 } + scale={ 0.175000 0.175000 } + depth=4.010000 + } + + } + + colored_emblem={ + color1=white + texture="ce_circle_mask.dds" + instance={ + position={ 0.500000 0.325000 } + scale={ 0.130000 0.060000 } depth=1.010000 } + } + + colored_emblem={ + color1=yellow + texture="NEOW_ce_halfsun.dds" instance={ - position={ 0.500000 1.000000 } - scale={ 1.000000 0.470000 } + depth=6.010000 + } + + } + + colored_emblem={ + color1=rgb { 173 73 29 } + texture="ce_mena_sun.dds" + instance={ + position={ 0.500000 0.325000 } + scale={ 0.220000 0.220000 } depth=2.010000 } } colored_emblem={ - color1=orange - texture="ce_block_02.dds" + color1=purple + texture="ce_circle_mask.dds" instance={ - position={ 0.340000 0.470000 } - scale={ 0.160000 0.650000 } - depth=3.010000 - rotation=90 + scale={ 0.190000 0.190000 } + depth=5.010000 } } colored_emblem={ - color1=orange - texture="ce_mena_bend.dds" + color1=yellow + color2=yellow + texture="NEOW_ce_atom.dds" instance={ - position={ 0.600000 0.300000 } - scale={ -0.460000 0.460000 } - depth=4.010000 + position={ 0.500000 0.325000 } + scale={ 0.680000 0.680000 } + depth=3.010000 + } + + } + +} + + +k_stalingrad={ + custom=yes + pattern="pattern_solid.dds" + color1=red + color2=white + color3=red + colored_emblem={ + color1=yellow + texture="NEOW_ce_sovwreath.dds" + instance={ + position={ 0.500000 0.570000 } + scale={ 0.790000 0.790000 } + } + + } + + colored_emblem={ + color1=yellow + color2=rgb { 136 40 27 } + texture="NEOW_ce_stalin.dds" + instance={ + position={ 0.500000 0.540000 } + scale={ -0.560000 0.560000 } + depth=1.010000 + } + + } + + colored_emblem={ + color1=yellow + color2=yellow + texture="ce_star_05.dds" + instance={ + position={ 0.500000 0.170000 } + scale={ 0.360000 0.360000 } + depth=3.010000 + } + + } + + colored_emblem={ + color1=red + texture="ce_star_05.dds" + instance={ + position={ 0.500000 0.170000 } + scale={ 0.240000 0.240000 } + depth=2.010000 + } + + } + +} + + +k_cyprus={ + pattern="pattern_solid.dds" + color1=rgb { 185 102 28 } + color2=yellow + color3=green + colored_emblem={ + color1=white + color2=green_light + texture="NEOW_ce_cyprus.dds" + instance={ + scale={ 0.960000 0.960000 } + } + + } + +} + + +d_lipkastan={ + custom=yes + pattern="pattern_horizontal_stripes_01.dds" + color1=white + color2=red + color3=blue + colored_emblem={ + color1=red + texture="ce_block_04.dds" + instance={ + position={ 0.500000 0.680000 } + depth=1.010000 } instance={ - position={ 0.600000 0.650000 } - scale={ 0.460000 0.460000 } - depth=5.010000 + position={ 0.500000 0.320000 } + depth=2.010000 + } + + } + + colored_emblem={ + color1=white + texture="ce_religion_islam_generic.dds" + instance={ + position={ 0.350000 0.500000 } + scale={ 0.510000 0.510000 } } } diff --git a/common/coat_of_arms/dynamic_definitions/NEOW_cultural_coa.txt b/common/coat_of_arms/dynamic_definitions/NEOW_cultural_coa.txt index 78c60c71..3e3e3050 100644 --- a/common/coat_of_arms/dynamic_definitions/NEOW_cultural_coa.txt +++ b/common/coat_of_arms/dynamic_definitions/NEOW_cultural_coa.txt @@ -9,6 +9,17 @@ } } +d_podlachia = { + item = { + trigger = { + holder.culture = { + holder.culture = culture:lipka + } + } + coat_of_arms = d_lipkastan + } +} + e_france = { item = { trigger = { diff --git a/common/landed_titles/visegrad.txt b/common/landed_titles/visegrad.txt index 14ec6719..77113e97 100644 --- a/common/landed_titles/visegrad.txt +++ b/common/landed_titles/visegrad.txt @@ -897,6 +897,10 @@ e_visegrad = { d_podlachia = { color = { 140 21 70 } capital = c_bialystok + + cultural_names = { + name_list_NEOW_turkish = cn_lipkastan + } c_bialystok = { # BiaƂystok color = { 153 22 77 } diff --git a/common/on_action/game_start.txt b/common/on_action/game_start.txt index 6effdd63..a4945e05 100644 --- a/common/on_action/game_start.txt +++ b/common/on_action/game_start.txt @@ -100,6 +100,8 @@ on_game_start = { title:d_volgograd.holder = { trigger_event = { id = NEOW_dynamic_titles.1000 } } + title:d_podlachia = { set_coa = d_lipkastan } + title:d_lucania = { set_coa = d_lucania_albanian } #title:k_ireland.holder = { # create_confederation = { # name = sinn_fein diff --git a/gfx/coat_of_arms/colored_emblems/NEOW_ce_cyprus.dds b/gfx/coat_of_arms/colored_emblems/NEOW_ce_cyprus.dds new file mode 100644 index 00000000..0fc45018 --- /dev/null +++ b/gfx/coat_of_arms/colored_emblems/NEOW_ce_cyprus.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803824633e46611306914c64583b365a313acbdbaf9744c60dd3d992aede4e92 +size 262272 diff --git a/gfx/coat_of_arms/colored_emblems/NEOW_coa_designer_emblems.txt b/gfx/coat_of_arms/colored_emblems/NEOW_coa_designer_emblems.txt index 068b815d..875e5d72 100644 --- a/gfx/coat_of_arms/colored_emblems/NEOW_coa_designer_emblems.txt +++ b/gfx/coat_of_arms/colored_emblems/NEOW_coa_designer_emblems.txt @@ -75,6 +75,7 @@ NEOW_ce_ouroboros.dds = { colors = 2 category = animals } NEOW_ce_stork.dds = { colors = 3 category = animals } NEOW_ce_eagle_dagestani.dds = { colors = 1 category = animals } NEOW_ce_red_deer.dds = { colors = 1 category = animals } +NEOW_ce_cyprus.dds = { colors = 2 category = animals } ###CROSSES AND KNOTS NEOW_ce_arevakhach.dds = { colors = 1 category = crosses_and_knots } diff --git a/localization/english/replace/titles_cultural_names_l_english.yml b/localization/english/replace/titles_cultural_names_l_english.yml index da8ac983..1a683ccd 100644 --- a/localization/english/replace/titles_cultural_names_l_english.yml +++ b/localization/english/replace/titles_cultural_names_l_english.yml @@ -4725,6 +4725,10 @@ cn_polabia:0 "Polabia" cn_polabia_adj:0 "Polabian" + #Lipkastan + cn_lipkastan:0 "Lipkastan" + cn_lipkastan_adj:0 "Lipkastani" + #Rus cn_hrodna:0 "Hrodna" cn_hrodna_adj:0 "Hrodnan" diff --git a/localization/english/replace/titles_l_english.yml b/localization/english/replace/titles_l_english.yml index aae9c696..0f7d2f04 100644 --- a/localization/english/replace/titles_l_english.yml +++ b/localization/english/replace/titles_l_english.yml @@ -3281,7 +3281,7 @@ b_lobdaburg:0 "Jena" b_gera:0 "Gera" #### Alps/Alpireich - e_alps:0 "Alpireich" + e_alps:0 "Alpinreich" e_alps_adj:0 "Alpine" ### Swiss k_switzerland:0 "Switzerland"