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