Merge branch 'next-version-dev' of https://forgejo.damimani-alex.org/damimani/N3OW into next-version-dev

This commit is contained in:
edwardtheelbowhigh 2026-06-15 17:17:24 +01:00
commit c796605027
9 changed files with 180 additions and 28 deletions

View file

@ -20,6 +20,7 @@
}
d_kosovo={
pattern="pattern_horizontal_split_01.dds"
color1=blue
@ -6554,57 +6555,183 @@ k_cadaverist_synod={
}
k_cyprus={
e_nistrenia_cosmist={
custom=yes
pattern="pattern_solid.dds"
color1=white
color2=red
color1=purple
color2=white
color3=red
colored_emblem={
color1=white
texture="ce_block_02.dds"
color1=black
texture="ce_circle_mask.dds"
instance={
position={ 0.820000 0.500000 }
scale={ 0.185000 0.185000 }
position={ 0.500000 0.325000 }
scale={ 0.065000 0.065000 }
}
instance={
position={ 0.500000 0.000000 }
scale={ 1.000000 0.360000 }
position={ 0.500000 0.325000 }
scale={ 0.175000 0.175000 }
depth=4.010000
}
}
colored_emblem={
color1=white
texture="ce_circle_mask.dds"
instance={
position={ 0.500000 0.325000 }
scale={ 0.130000 0.060000 }
depth=1.010000
}
}
colored_emblem={
color1=yellow
texture="NEOW_ce_halfsun.dds"
instance={
position={ 0.500000 1.000000 }
scale={ 1.000000 0.470000 }
depth=6.010000
}
}
colored_emblem={
color1=rgb { 173 73 29 }
texture="ce_mena_sun.dds"
instance={
position={ 0.500000 0.325000 }
scale={ 0.220000 0.220000 }
depth=2.010000
}
}
colored_emblem={
color1=orange
texture="ce_block_02.dds"
color1=purple
texture="ce_circle_mask.dds"
instance={
position={ 0.340000 0.470000 }
scale={ 0.160000 0.650000 }
depth=3.010000
rotation=90
scale={ 0.190000 0.190000 }
depth=5.010000
}
}
colored_emblem={
color1=orange
texture="ce_mena_bend.dds"
color1=yellow
color2=yellow
texture="NEOW_ce_atom.dds"
instance={
position={ 0.600000 0.300000 }
scale={ -0.460000 0.460000 }
depth=4.010000
position={ 0.500000 0.325000 }
scale={ 0.680000 0.680000 }
depth=3.010000
}
}
}
k_stalingrad={
custom=yes
pattern="pattern_solid.dds"
color1=red
color2=white
color3=red
colored_emblem={
color1=yellow
texture="NEOW_ce_sovwreath.dds"
instance={
position={ 0.500000 0.570000 }
scale={ 0.790000 0.790000 }
}
}
colored_emblem={
color1=yellow
color2=rgb { 136 40 27 }
texture="NEOW_ce_stalin.dds"
instance={
position={ 0.500000 0.540000 }
scale={ -0.560000 0.560000 }
depth=1.010000
}
}
colored_emblem={
color1=yellow
color2=yellow
texture="ce_star_05.dds"
instance={
position={ 0.500000 0.170000 }
scale={ 0.360000 0.360000 }
depth=3.010000
}
}
colored_emblem={
color1=red
texture="ce_star_05.dds"
instance={
position={ 0.500000 0.170000 }
scale={ 0.240000 0.240000 }
depth=2.010000
}
}
}
k_cyprus={
pattern="pattern_solid.dds"
color1=rgb { 185 102 28 }
color2=yellow
color3=green
colored_emblem={
color1=white
color2=green_light
texture="NEOW_ce_cyprus.dds"
instance={
scale={ 0.960000 0.960000 }
}
}
}
d_lipkastan={
custom=yes
pattern="pattern_horizontal_stripes_01.dds"
color1=white
color2=red
color3=blue
colored_emblem={
color1=red
texture="ce_block_04.dds"
instance={
position={ 0.500000 0.680000 }
depth=1.010000
}
instance={
position={ 0.600000 0.650000 }
scale={ 0.460000 0.460000 }
depth=5.010000
position={ 0.500000 0.320000 }
depth=2.010000
}
}
colored_emblem={
color1=white
texture="ce_religion_islam_generic.dds"
instance={
position={ 0.350000 0.500000 }
scale={ 0.510000 0.510000 }
}
}

View file

@ -9,6 +9,17 @@
}
}
d_podlachia = {
item = {
trigger = {
holder.culture = {
holder.culture = culture:lipka
}
}
coat_of_arms = d_lipkastan
}
}
e_france = {
item = {
trigger = {

View file

@ -897,6 +897,10 @@ e_visegrad = {
d_podlachia = {
color = { 140 21 70 }
capital = c_bialystok
cultural_names = {
name_list_NEOW_turkish = cn_lipkastan
}
c_bialystok = { # Białystok
color = { 153 22 77 }

View file

@ -100,6 +100,8 @@ on_game_start = {
title:d_volgograd.holder = {
trigger_event = { id = NEOW_dynamic_titles.1000 }
}
title:d_podlachia = { set_coa = d_lipkastan }
title:d_lucania = { set_coa = d_lucania_albanian }
#title:k_ireland.holder = {
# create_confederation = {
# name = sinn_fein

BIN
gfx/coat_of_arms/colored_emblems/NEOW_ce_cyprus.dds (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -75,6 +75,7 @@ NEOW_ce_ouroboros.dds = { colors = 2 category = animals }
NEOW_ce_stork.dds = { colors = 3 category = animals }
NEOW_ce_eagle_dagestani.dds = { colors = 1 category = animals }
NEOW_ce_red_deer.dds = { colors = 1 category = animals }
NEOW_ce_cyprus.dds = { colors = 2 category = animals }
###CROSSES AND KNOTS
NEOW_ce_arevakhach.dds = { colors = 1 category = crosses_and_knots }

View file

@ -182,8 +182,8 @@
draculean:0 "Order of the Dragon"
draculean_adj:0 "Draconian"
draculean_adherent:0 "Draculean"
draculean_adherent_plural:0 "Draculean"
draculean_adherent:0 "Draconian"
draculean_adherent_plural:0 "Draconians"
draculean_desc:0 "The Order of the Dragon was founded in Transylvania during the height of Gallia's power. Claiming to be followers of the immortal Dracula, the sovereign of the eponymous Order of the Dragon, they believe the secret of the [Concept('neow_the_novel','Novel')|E] is held by the Ascended Masters, hidden across the world. The Novel isn't a physical scripture, but rather the metaphysical sum of the truths of the universe hidden within man's self, with the Masters being its teachers. Alongside Dracula, and lead by their Grand Master the Order of the Dragon follows and attempts to seek out other figures such as the Raven King and the mythical Solomonars, emulating their efforts through occult rituals."
draculean_religious_head_title:0 ""
draculean_religious_head_title_name:0 ""

View file

@ -4725,6 +4725,10 @@
cn_polabia:0 "Polabia"
cn_polabia_adj:0 "Polabian"
#Lipkastan
cn_lipkastan:0 "Lipkastan"
cn_lipkastan_adj:0 "Lipkastani"
#Rus
cn_hrodna:0 "Hrodna"
cn_hrodna_adj:0 "Hrodnan"

View file

@ -3281,7 +3281,7 @@
b_lobdaburg:0 "Jena"
b_gera:0 "Gera"
#### Alps/Alpireich
e_alps:0 "Alpireich"
e_alps:0 "Alpinreich"
e_alps_adj:0 "Alpine"
### Swiss
k_switzerland:0 "Switzerland"