From b787b8ddf950783a17a38067d8a62c99614f9709 Mon Sep 17 00:00:00 2001 From: trashmasteruni Date: Sun, 12 Apr 2026 21:40:16 +0200 Subject: [PATCH] unsuccessful dynamic coa creation --- .../coat_of_arms/01_landed_titles.txt | 143 ++++++++++++++++++ .../dynamic_definitions/NEOW_cultural_coa.txt | 18 +++ .../scripted_triggers/NEOW_coa_triggers.txt | 6 + 3 files changed, 167 insertions(+) create mode 100644 common/scripted_triggers/NEOW_coa_triggers.txt 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 a53496dc..687a5837 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 @@ -8798,6 +8798,149 @@ k_macedonia={ } +e_france_soleil_royal={ + custom=yes + pattern="pattern__solid_designer.dds" + color1=red + color2=yellow + color3=red + colored_emblem={ + color1=yellow + color2=yellow + texture="ce_mena_sun.dds" + instance={ + scale={ 0.760000 0.760000 } + depth=17.010000 + } + + } + + colored_emblem={ + color1=yellow + texture="ce_circle_mask.dds" + instance={ + scale={ 0.215000 0.215000 } + depth=16.010000 + } + + } + + colored_emblem={ + color1=yellow + texture="NEOW_ce_flame.dds" + instance={ + position={ 0.850000 0.650000 } + scale={ 0.280000 0.280000 } + rotation=115 + } + + instance={ + position={ 0.650000 0.850000 } + scale={ 0.280000 0.280000 } + depth=1.010000 + rotation=155 + } + + instance={ + position={ 0.350000 0.850000 } + scale={ 0.280000 0.280000 } + depth=2.010000 + rotation=25 + } + + instance={ + position={ 0.150000 0.650000 } + scale={ 0.280000 0.280000 } + depth=3.010000 + rotation=65 + } + + instance={ + position={ 0.850000 0.350000 } + scale={ 0.290000 0.290000 } + depth=4.010000 + rotation=65 + } + + instance={ + position={ 0.150000 0.350000 } + scale={ 0.280000 0.280000 } + depth=5.010000 + rotation=110 + } + + instance={ + position={ 0.650000 0.150000 } + scale={ 0.280000 0.280000 } + depth=6.010000 + rotation=30 + } + + instance={ + position={ 0.350000 0.150000 } + scale={ 0.270000 0.270000 } + depth=7.010000 + rotation=160 + } + + instance={ + position={ 0.800000 0.800000 } + scale={ 0.280000 0.280000 } + depth=8.010000 + rotation=135 + } + + instance={ + position={ 0.200000 0.790000 } + scale={ 0.280000 0.280000 } + depth=9.010000 + rotation=45 + } + + instance={ + position={ 0.800000 0.200000 } + scale={ 0.280000 0.280000 } + depth=10.010000 + rotation=45 + } + + instance={ + position={ 0.200000 0.200000 } + scale={ 0.280000 0.280000 } + depth=11.010000 + rotation=135 + } + + instance={ + position={ 0.885000 0.500000 } + scale={ 0.290000 0.290000 } + depth=12.010000 + rotation=90 + } + + instance={ + position={ 0.115000 0.500000 } + scale={ 0.280000 0.280000 } + depth=13.010000 + rotation=90 + } + + instance={ + position={ 0.500000 0.125000 } + scale={ 0.290000 0.290000 } + depth=14.010000 + } + + instance={ + position={ 0.500000 0.880000 } + scale={ 0.270000 0.270000 } + depth=15.010000 + } + + } + +} + c_lauenberg={ pattern="pattern_solid.dds" color1=white 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 aa63f74f..b157bad2 100644 --- a/common/coat_of_arms/dynamic_definitions/NEOW_cultural_coa.txt +++ b/common/coat_of_arms/dynamic_definitions/NEOW_cultural_coa.txt @@ -7,4 +7,22 @@ } coat_of_arms = d_lucania_albanian } +} + +e_france = { + item = { + trigger = { + NEOW_coa_soleil_royal_trigger = yes + } + coat_of_arms = e_france_soleil_royal + } +} + +k_france = { + item = { + trigger = { + NEOW_coa_soleil_royal_trigger = yes + } + coat_of_arms = e_france_soleil_royal + } } \ No newline at end of file diff --git a/common/scripted_triggers/NEOW_coa_triggers.txt b/common/scripted_triggers/NEOW_coa_triggers.txt new file mode 100644 index 00000000..b0332e42 --- /dev/null +++ b/common/scripted_triggers/NEOW_coa_triggers.txt @@ -0,0 +1,6 @@ +NEOW_coa_soleil_royal_trigger = { + OR = { + scope:faith = faith:soleil_royal + } +} +