Merge branch 'next-version-dev' of https://forgejo.damimani-alex.org/damimani/N3OW into next-version-dev
This commit is contained in:
commit
85484c1f61
15 changed files with 172 additions and 57 deletions
|
|
@ -6266,6 +6266,67 @@ k_almohad = {
|
|||
}
|
||||
}
|
||||
|
||||
stratocratic_hof={
|
||||
pattern="pattern_horizontal_split_01.dds"
|
||||
color1=grey
|
||||
color2=grey
|
||||
color3=black
|
||||
colored_emblem={
|
||||
color1=white
|
||||
texture="ce_triskel.dds"
|
||||
instance={
|
||||
scale={ -1.000000 1.000000 }
|
||||
depth=4.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=yellow
|
||||
texture="ce_circle_mask.dds"
|
||||
instance={
|
||||
position={ 0.305000 0.605000 }
|
||||
scale={ 0.095000 0.095000 }
|
||||
depth=3.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=red
|
||||
texture="ce_circle_mask.dds"
|
||||
instance={
|
||||
position={ 0.500000 0.290000 }
|
||||
scale={ 0.095000 0.095000 }
|
||||
depth=1.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=blue_light
|
||||
texture="ce_pile_mask.dds"
|
||||
instance={
|
||||
position={ 0.500000 0.515000 }
|
||||
scale={ 0.285000 -0.095000 }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=green_light
|
||||
texture="ce_circle_mask.dds"
|
||||
instance={
|
||||
position={ 0.680000 0.620000 }
|
||||
scale={ 0.095000 0.095000 }
|
||||
depth=2.010000
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
e_italy = {
|
||||
pattern = "pattern_vertical_split_01.dds"
|
||||
color1 = "red"
|
||||
|
|
|
|||
|
|
@ -18286,7 +18286,7 @@ vazov_dynasty={
|
|||
}
|
||||
|
||||
colored_emblem={
|
||||
color1=blue_light
|
||||
color1=white
|
||||
texture="ce_block_02.dds"
|
||||
instance={
|
||||
depth=8.010000
|
||||
|
|
|
|||
|
|
@ -158,6 +158,7 @@ NEOW_gagauz = {
|
|||
tradition_pastoralists
|
||||
tradition_isolationist
|
||||
tradition_loyal_soldiers
|
||||
tradition_staunch_traditionalists
|
||||
}
|
||||
|
||||
name_list = name_list_vlach
|
||||
|
|
|
|||
|
|
@ -59,7 +59,9 @@ NEOW_serbian = {
|
|||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_19
|
||||
house_coa_mask_offset = { 0.0 0.025 }
|
||||
house_coa_mask_scale = { 0.95 0.95 }
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
|
|
@ -90,8 +92,11 @@ NEOW_bosnian = {
|
|||
coa_gfx = { south_slavic_group_coa_gfx western_coa_gfx }
|
||||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { western_clothing_gfx }
|
||||
house_coa_frame = house_frame_21
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_19
|
||||
house_coa_mask_offset = { 0.0 0.025 }
|
||||
house_coa_mask_scale = { 0.95 0.95 }
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
|
|
@ -158,7 +163,9 @@ NEOW_croatian = {
|
|||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_19
|
||||
house_coa_mask_offset = { 0.0 0.025 }
|
||||
house_coa_mask_scale = { 0.95 0.95 }
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
|
|
@ -190,7 +197,9 @@ NEOW_montenegran = {
|
|||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_19
|
||||
house_coa_mask_offset = { 0.0 0.025 }
|
||||
house_coa_mask_scale = { 0.95 0.95 }
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
|
|
@ -222,7 +231,10 @@ NEOW_bulgarian = {
|
|||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_03
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
|
|
@ -254,7 +266,9 @@ NEOW_pomak = {
|
|||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_19
|
||||
house_coa_mask_offset = { 0.0 0.025 }
|
||||
house_coa_mask_scale = { 0.95 0.95 }
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
|
|
|
|||
|
|
@ -20,7 +20,9 @@
|
|||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { west_slavic_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_02
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
|
|
@ -53,7 +55,9 @@ NEOW_lesser_polish = {
|
|||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { west_slavic_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_02
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
|
|
@ -83,7 +87,9 @@ NEOW_mazovian_polish = {
|
|||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { west_slavic_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_02
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
|
|
@ -217,7 +223,9 @@ kashubian = {
|
|||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { west_slavic_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_02
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
|
|
@ -322,7 +330,9 @@ NEOW_silesian = {
|
|||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { west_slavic_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_03
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
|
|
@ -351,7 +361,9 @@ lipka = {
|
|||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { west_slavic_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_03
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
ethnicities = {
|
||||
25 = turkic_west
|
||||
25 = slavic_blond
|
||||
|
|
@ -381,7 +393,9 @@ odrzan = {
|
|||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { west_slavic_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_03
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
|
|
@ -413,7 +427,9 @@ wymysorys = {
|
|||
building_gfx = { western_building_gfx }
|
||||
clothing_gfx = { west_slavic_clothing_gfx western_clothing_gfx }
|
||||
unit_gfx = { eastern_unit_gfx }
|
||||
|
||||
house_coa_frame = house_frame_03
|
||||
house_coa_mask_offset = { 0.0 0.055 }
|
||||
house_coa_mask_scale = { 0.9 0.9 }
|
||||
ethnicities = {
|
||||
45 = slavic_blond
|
||||
5 = slavic_ginger
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ head_of_faith_male = {
|
|||
type = character
|
||||
gender = male
|
||||
special = head_of_faith
|
||||
priority = 300
|
||||
priority = 200
|
||||
flavourization_rules = {
|
||||
top_liege = no
|
||||
}
|
||||
|
|
@ -53,19 +53,31 @@ head_of_faith_pope = {
|
|||
type = character
|
||||
gender = male
|
||||
special = head_of_faith
|
||||
priority = 1
|
||||
priority = 1000000
|
||||
flavourization_rules = {
|
||||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
faith = roman_catholic
|
||||
faiths = roman_catholic
|
||||
}
|
||||
|
||||
head_of_faith_pope = {
|
||||
type = character
|
||||
gender = male
|
||||
special = head_of_faith
|
||||
priority = 1000000
|
||||
flavourization_rules = {
|
||||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
faiths = sevillian
|
||||
}
|
||||
|
||||
head_of_faith_female = {
|
||||
type = character
|
||||
gender = female
|
||||
special = head_of_faith
|
||||
priority = 300
|
||||
priority = 200
|
||||
flavourization_rules = {
|
||||
top_liege = no
|
||||
}
|
||||
|
|
@ -92,7 +104,7 @@ title_prince = {
|
|||
gender = male
|
||||
special = holder
|
||||
priority = 60
|
||||
titles = { k_wales d_monaco d_lictenstein k_dacia k_moldavia c_chios k_bulgaria k_finland }
|
||||
titles = { k_wales d_monaco d_lictenstein k_dacia k_moldavia c_chios k_bulgaria }
|
||||
governments = { feudal_government tribal_government administrative_government }
|
||||
#flavourization_rules = {
|
||||
# top_liege = no
|
||||
|
|
@ -103,7 +115,7 @@ title_princess = {
|
|||
gender = female
|
||||
special = holder
|
||||
priority = 60
|
||||
titles = { k_wales d_monaco d_lictenstein k_dacia k_moldavia c_chios k_bulgaria k_finland}
|
||||
titles = { k_wales d_monaco d_lictenstein k_dacia k_moldavia c_chios k_bulgaria}
|
||||
governments = { feudal_government tribal_government administrative_government }
|
||||
#flavourization_rules = {
|
||||
# top_liege = no
|
||||
|
|
@ -111,7 +123,7 @@ title_princess = {
|
|||
}
|
||||
title_principality = {
|
||||
type = title
|
||||
titles = { k_wales d_monaco d_lictenstein d_andorra k_dacia k_moldavia c_chios k_bulgaria k_finland }
|
||||
titles = { k_wales d_monaco d_lictenstein d_andorra k_dacia k_moldavia c_chios k_bulgaria }
|
||||
priority = 160
|
||||
governments = { feudal_government tribal_government administrative_government }
|
||||
#flavourization_rules = {
|
||||
|
|
@ -3720,7 +3732,7 @@ king_feudal_male_grand_prince_independent = {
|
|||
gender = male
|
||||
special = holder
|
||||
tier = kingdom
|
||||
priority = 47
|
||||
priority = 230
|
||||
titles = { k_transylvania }
|
||||
governments = { tribal_government feudal_government administrative_government }
|
||||
}
|
||||
|
|
@ -10816,11 +10828,22 @@ county_herder = {
|
|||
}
|
||||
}
|
||||
|
||||
romuva_head_of_faith_male = {
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = kingdom
|
||||
governments = { theocracy_government }
|
||||
priority = 5000
|
||||
titles = { k_romuva_temple }
|
||||
}
|
||||
|
||||
romuva_head_of_faith_female = {
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
tier = kingdom
|
||||
priority = 5000
|
||||
governments = { theocracy_government }
|
||||
titles = { k_romuva_temple }
|
||||
}
|
||||
|
|
@ -25,24 +25,6 @@ k_papal_state = {
|
|||
male_names = { Alexander Anastasius Benedictus Caelestinus Callistus Clemens Eugenius Leo Gregorius Hadrianus Honorius Innocentius Ioannes Lucius Marinus Martinus Nicolaus Sergius Silvester Stephanus Urbanus Victor }
|
||||
}
|
||||
|
||||
d_order_dragon = {
|
||||
color = { 90 10 30 }
|
||||
definite_form = yes
|
||||
ruler_uses_title_name = no
|
||||
landless = yes
|
||||
|
||||
capital = c_barcasag
|
||||
|
||||
ai_primary_priority = {
|
||||
add = @never_primary_score
|
||||
}
|
||||
|
||||
destroy_if_invalid_heir = yes
|
||||
no_automatic_claims = yes
|
||||
always_follows_primary_heir = yes
|
||||
de_jure_drift_disabled = yes
|
||||
}
|
||||
|
||||
k_orthodox = {
|
||||
landless = yes
|
||||
capital = c_constantinople # Constantinople
|
||||
|
|
@ -415,7 +397,24 @@ d_stratocratic_hof = {
|
|||
}
|
||||
|
||||
destroy_if_invalid_heir = yes
|
||||
no_automatic_claims = yes
|
||||
#no_automatic_claims = yes
|
||||
always_follows_primary_heir = yes
|
||||
de_jure_drift_disabled = yes
|
||||
}
|
||||
}
|
||||
|
||||
d_order_dragon = {
|
||||
color = { 90 10 30 }
|
||||
definite_form = yes
|
||||
ruler_uses_title_name = no
|
||||
landless = yes
|
||||
capital = c_barcasag
|
||||
|
||||
ai_primary_priority = {
|
||||
add = @never_primary_score
|
||||
}
|
||||
|
||||
destroy_if_invalid_heir = yes
|
||||
no_automatic_claims = yes
|
||||
always_follows_primary_heir = yes
|
||||
de_jure_drift_disabled = yes
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue