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
|
||||
}
|
||||
|
|
@ -154,7 +154,6 @@ france_abraracourcix_leclerc = {
|
|||
trait = arbitrary
|
||||
trait = calm
|
||||
trait = education_stewardship_1
|
||||
trait = administrator
|
||||
2525.7.2 = {
|
||||
birth = yes
|
||||
}
|
||||
|
|
|
|||
|
|
@ -456,7 +456,6 @@ scandinavia0024 = {
|
|||
culture = trondheimer
|
||||
female = yes
|
||||
trait = education_stewardship_2
|
||||
trait = administrator
|
||||
trait = zealous
|
||||
trait = shy
|
||||
trait = lazy
|
||||
|
|
|
|||
|
|
@ -687,7 +687,6 @@ zapadoslavia0031 = {
|
|||
trait = gregarious
|
||||
trait = honest
|
||||
trait = education_stewardship_3
|
||||
trait = administrator
|
||||
learning = 13
|
||||
2520.12.12 = {
|
||||
birth = yes
|
||||
|
|
|
|||
|
|
@ -320,9 +320,9 @@ d_greek_catholic_hof = {
|
|||
|
||||
d_stratocratic_hof = {
|
||||
2527.1.1 = {
|
||||
holder = yugoslavia0020
|
||||
holder = yugoslavia0013
|
||||
}
|
||||
2530.1.1 = {
|
||||
holder = yugoslavia0003
|
||||
holder = yugoslavia0003
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -98,3 +98,4 @@
|
|||
greek_catholic_adherent_plural:0 "Greek Catholics"
|
||||
greek_catholic_desc:0 "With the coming of the [Concept('neow_the_event','Event')|E] the Papacy quickly adopted a policy of elevating regional congregation under its umbrella to patriarchal authority, somthing the Greek Catholics of the Carpathians had been petitioning for for some time, being already a 'sui juris church in their own right within Catholicism. Lead by the Patriarch of Uzhhorod, the church has been able to survive and to an extent thrive under the twin protection of the Nistrian Empire and the Roman Papacy, despite sporadic hostility from the former and distance from the latter."
|
||||
|
||||
head_of_faith_pope:0 "Pope"
|
||||
|
|
@ -182,11 +182,11 @@
|
|||
|
||||
draculean:0 "Order of the Dragon"
|
||||
draculean_adj:0 "Draconian"
|
||||
draculean_adherent:0 "Solomonar"
|
||||
draculean_adherent_plural:0 "Solomonars"
|
||||
draculean_adherent:0 "Draculean"
|
||||
draculean_adherent_plural:0 "Draculean"
|
||||
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 "Grand Master"
|
||||
#draculean_religious_head_title_name:0 "Order of the Dragon"
|
||||
draculean_religious_head_title:0 ""
|
||||
draculean_religious_head_title_name:0 ""
|
||||
|
||||
novelist_devotee:0 "initiate"
|
||||
novelist_devotee_plural:0 "initiates"
|
||||
|
|
|
|||
|
|
@ -82,5 +82,5 @@
|
|||
stratocratic_adherent:0 "Stratocratist"
|
||||
stratocratic_adherent_plural:0 "Stratocratists"
|
||||
stratocratic_desc:0 "Stratocratists belive that the Theomachy is made up of three aspects, being Anáxandros the King, the Commander Athena, and the Soldier Ares, and that it is only by recongnising and intergrating the strengths of these aspects, that a culture or nation can truely be considered the strongest. It holds that strength is not a one dimensional aspect, and that becoming kratisto is not possible for an individual, only being possible to achieve as a community via collective action in war. As a result it is a great deal more legislative than the Megalocrats of Greece. Being developed in Bulgaria during the height of Makedons' power, initially it was able to coexist within the meglocratic hierarchy, however the last emperor of Makedon censured the faith and depose the govenor of Bulgaria in an attempt to stamp it out. After a fierce period of resistance, the Bulgarian Stratocrats were able to defeat the Megalocrats and with the implosion of Makedon that followed seem poised begin their own rise in power."
|
||||
stratocratic_religious_head_title:0 "Supreme Commander"
|
||||
stratocratic_religious_head_title_name:0 "Stratocratic Command"
|
||||
stratocratic_religious_head_title:0 ""
|
||||
stratocratic_religious_head_title_name:0 ""
|
||||
|
|
@ -197,8 +197,8 @@
|
|||
# Somerset
|
||||
c_somerset:0 "Somerset"
|
||||
c_somerset_adj:0 "Somersetian"
|
||||
b_ilchester:0 "Bridgwater"
|
||||
b_taunton:0 "Taunton"
|
||||
b_ilchester:0 "Taunton"
|
||||
b_taunton:0 "Minehead"
|
||||
b_frome:0 "Frome"
|
||||
b_burnham_on_sea:0 "Burnham-on-Sea"
|
||||
## Lincoln
|
||||
|
|
@ -17342,6 +17342,9 @@
|
|||
d_stratocratic_hof_article:0 "the "
|
||||
d_stratocratic_hof:0 "Stratocratic Command"
|
||||
d_stratocratic_hof_adj:0 "Stratocratic"
|
||||
#d_stratocratic_hof_article:0 ""
|
||||
#d_stratocratic_hof:0 ""
|
||||
#d_stratocratic_hof_adj:0 ""
|
||||
anglian_league:0 "Anglican League"
|
||||
sinn_fein:0 "Free Ireland"
|
||||
rhine_confederacy:0 "The Rheinbund"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue