From 334294a189e870ec4b505713ad1c2b6bb511ce46 Mon Sep 17 00:00:00 2001 From: Dimandore Date: Sun, 22 Jun 2025 22:00:12 -0400 Subject: [PATCH] East and West Francia CoAs --- .../coat_of_arms/NEOW_landed_titles.txt | 183 +++++++++++++++++- .../NEOW_carolingian_coa.txt | 22 +++ common/landed_titles/germany.txt | 1 - .../NEOW_ce_cross_carolignian.dds | 3 + .../NEOW_coa_designer_emblems.txt | 3 +- 5 files changed, 208 insertions(+), 4 deletions(-) create mode 100644 gfx/coat_of_arms/colored_emblems/NEOW_ce_cross_carolignian.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 d3aa1bc7..a465915a 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 @@ -1000,7 +1000,7 @@ d_la_mancha={ k_gondor={ custom=yes - pattern="pattern__solid_designer.dds" + pattern="pattern__solid_de signer.dds" color1=black color2=white color3=black @@ -1495,4 +1495,183 @@ d_luxembourg = { } } -} \ No newline at end of file +} + +e_west_francia = { + custom=yes + pattern="pattern_checkers_02.dds" + color1=red + color2=black + color3=red + colored_emblem={ + color1=yellow + texture="ce_tamgha_regular_circle_frame.dds" + instance={ + position={ 0.280000 0.280000 } + scale={ 0.390000 0.390000 } + } + + instance={ + position={ 0.720000 0.720000 } + scale={ 0.390000 0.390000 } + depth=1.010000 + } + + } + + colored_emblem={ + color1=yellow + color2=yellow_light + color3=yellow_light + texture="ce_bee.dds" + instance={ + position={ 0.400000 0.620000 } + scale={ 0.150000 0.150000 } + depth=2.010000 + } + + } + + colored_emblem={ + color1=yellow + color2=yellow_light + color3=yellow_light + texture="ce_bee.dds" + instance={ + position={ 0.200000 0.620000 } + scale={ 0.150000 0.150000 } + depth=2.010000 + } + + } + + colored_emblem={ + color1=yellow + color2=yellow_light + color3=yellow_light + texture="ce_bee.dds" + instance={ + position={ 0.300000 0.750000 } + scale={ 0.150000 0.150000 } + depth=2.010000 + } + + } + + colored_emblem={ + color1=yellow + color2=yellow_light + color3=yellow_light + texture="ce_bee.dds" + instance={ + position={ 0.850000 0.180000 } + scale={ 0.150000 0.150000 } + depth=2.010000 + } + + } + + colored_emblem={ + color1=yellow + color2=yellow_light + color3=yellow_light + texture="ce_bee.dds" + instance={ + position={ 0.650000 0.180000 } + scale={ 0.150000 0.150000 } + depth=2.010000 + } + + } + + colored_emblem={ + color1=yellow + color2=yellow_light + color3=yellow_light + texture="ce_bee.dds" + instance={ + position={ 0.750000 0.350000 } + scale={ 0.150000 0.150000 } + depth=2.010000 + } + + } + + + colored_emblem={ + color1=yellow + texture="NEOW_ce_cross_carolignian.dds" + instance={ + position={ 0.280000 0.280000 } + scale={ 0.310000 0.310000 } + depth=3.010000 + } + + instance={ + position={ 0.720000 0.720000 } + scale={ 0.310000 0.310000 } + depth=4.010000 + } + + } + +} + +e_east_francia = { + pattern="pattern_checkers_02.dds" + color1=yellow + color2=black + color3=red + colored_emblem={ + color1=yellow + texture="ce_tamgha_regular_circle_frame.dds" + instance={ + position={ 0.280000 0.280000 } + scale={ 0.390000 0.390000 } + } + + instance={ + position={ 0.720000 0.720000 } + scale={ 0.390000 0.390000 } + depth=3.010000 + } + + } + + colored_emblem={ + color1=yellow + texture="NEOW_ce_cross_carolignian.dds" + instance={ + position={ 0.280000 0.280000 } + scale={ 0.310000 0.310000 } + depth=4.010000 + } + + instance={ + position={ 0.720000 0.720000 } + scale={ 0.310000 0.310000 } + depth=5.010000 + } + + } + + colored_emblem={ + color1=black + color2=red + color3=black + texture="ce_eagle.dds" + instance={ + position={ 0.280000 0.720000 } + scale={ 0.390000 0.390000 } + depth=1.010000 + } + + instance={ + position={ 0.720000 0.280000 } + scale={ 0.390000 0.390000 } + depth=2.010000 + } + + } + +} diff --git a/common/coat_of_arms/dynamic_definitions/NEOW_carolingian_coa.txt b/common/coat_of_arms/dynamic_definitions/NEOW_carolingian_coa.txt index 90516975..f5cc2c43 100644 --- a/common/coat_of_arms/dynamic_definitions/NEOW_carolingian_coa.txt +++ b/common/coat_of_arms/dynamic_definitions/NEOW_carolingian_coa.txt @@ -8,4 +8,26 @@ e_benelux = { } coat_of_arms = e_lotharingia } +} + +e_france = { + item = { + trigger = { + holder = { + faith = faith:carolingian + } + } + coat_of_arms = e_west_francia + } +} + +e_germany = { + item = { + trigger = { + holder = { + faith = faith:carolingian + } + } + coat_of_arms = e_east_francia + } } \ No newline at end of file diff --git a/common/landed_titles/germany.txt b/common/landed_titles/germany.txt index aa1de01a..65a487f1 100644 --- a/common/landed_titles/germany.txt +++ b/common/landed_titles/germany.txt @@ -1,4 +1,3 @@ - e_germany = { color = { 190 200 190 } diff --git a/gfx/coat_of_arms/colored_emblems/NEOW_ce_cross_carolignian.dds b/gfx/coat_of_arms/colored_emblems/NEOW_ce_cross_carolignian.dds new file mode 100644 index 00000000..693afd16 --- /dev/null +++ b/gfx/coat_of_arms/colored_emblems/NEOW_ce_cross_carolignian.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a74ee2837fc9d97ed6c4e4ebc702ac78bc27b8ecec67069514ffc58178640f7 +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 4f52b10b..86addbe8 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 @@ -39,4 +39,5 @@ NEOW_ce_gondor_crown.dds = { colors = 1 category = manmade } NEOW_ce_gondor_star.dds = { colors = 1 category = faiths } NEOW_ce_numenor_tree.dds = { colors = 1 category = faiths } NEOW_ce_wallonia.dds = { colors = 1 category = animals } -NEOW_ce_heart.dds = { colors = 1 category = abstract } \ No newline at end of file +NEOW_ce_heart.dds = { colors = 1 category = abstract } +NEOW_ce_cross_carolignian.dds = { colors = 2 category = faiths } \ No newline at end of file