East and West Francia CoAs

This commit is contained in:
Dimandore 2025-06-22 22:00:12 -04:00
parent b3fd78b86a
commit 334294a189
5 changed files with 208 additions and 4 deletions

View file

@ -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 = {
}
}
}
}
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
}
}
}

View file

@ -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
}
}

View file

@ -1,4 +1,3 @@
e_germany = {
color = { 190 200 190 }

Binary file not shown.

View file

@ -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 }
NEOW_ce_heart.dds = { colors = 1 category = abstract }
NEOW_ce_cross_carolignian.dds = { colors = 2 category = faiths }