unsuccessful dynamic coa creation
This commit is contained in:
parent
211bb9a462
commit
b787b8ddf9
3 changed files with 167 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
6
common/scripted_triggers/NEOW_coa_triggers.txt
Normal file
6
common/scripted_triggers/NEOW_coa_triggers.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
NEOW_coa_soleil_royal_trigger = {
|
||||
OR = {
|
||||
scope:faith = faith:soleil_royal
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue