Merge branch 'next-version-dev' of https://forgejo.damimani-alex.org/damimani/N3OW into next-version-dev
This commit is contained in:
commit
48d2b1a01d
58 changed files with 24636 additions and 24387 deletions
|
|
@ -320,21 +320,21 @@ task_conversion = {
|
|||
add = court_chaplain_conversion_contextual_bonuses
|
||||
|
||||
# Faster conversion for certain special doctrines
|
||||
if = {
|
||||
limit = {
|
||||
scope:councillor_liege.faith = { has_doctrine_parameter = adoptionists_attractively_intuitive_theology }
|
||||
exists = scope:county
|
||||
OR = {
|
||||
scope:county.faith.religion = religion:eastern_orthodox_religion
|
||||
scope:county.faith.religion = religion:catholic_religion
|
||||
scope:county.faith.religion = religion:protestant_religion
|
||||
}
|
||||
}
|
||||
add = {
|
||||
value = fp2_lyonese_monk_conversion_bonus_actual_value
|
||||
desc = fp2_lyonese_monk_faith_conversion_task_desc
|
||||
}
|
||||
}
|
||||
# if = {
|
||||
# limit = {
|
||||
# scope:councillor_liege.faith = { has_doctrine_parameter = adoptionists_attractively_intuitive_theology }
|
||||
# exists = scope:county
|
||||
# OR = {
|
||||
# scope:county.faith.religion = religion:eastern_orthodox_religion
|
||||
# scope:county.faith.religion = religion:catholic_religion
|
||||
# scope:county.faith.religion = religion:protestant_religion
|
||||
# }
|
||||
# }
|
||||
# add = {
|
||||
# value = fp2_lyonese_monk_conversion_bonus_actual_value
|
||||
# desc = fp2_lyonese_monk_faith_conversion_task_desc
|
||||
# }
|
||||
# }
|
||||
|
||||
if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values
|
||||
limit = {
|
||||
|
|
@ -542,96 +542,96 @@ task_conversion = {
|
|||
}
|
||||
}
|
||||
|
||||
# Faster conversion for FP2 Hostility ending, if county is in Iberia and faith was involved
|
||||
if = {
|
||||
limit = {
|
||||
exists = scope:councillor.liege.house
|
||||
scope:councillor.liege.house = {
|
||||
OR = {
|
||||
has_house_modifier = fp2_struggle_hostility_house_faith_modifier
|
||||
has_house_modifier = fp2_struggle_hostility_house_combined_modifier
|
||||
}
|
||||
}
|
||||
any_in_global_list = {
|
||||
variable = fp2_struggle_ending_faith_list
|
||||
this = scope:county.faith
|
||||
}
|
||||
scope:county.title_province = { geographical_region = world_europe_west_iberia }
|
||||
}
|
||||
multiply = {
|
||||
value = fp2_struggle_hostility_conversion_value
|
||||
desc = fp2_struggle_hostility_faith_conversion_task_desc
|
||||
}
|
||||
}
|
||||
# Faster conversion of infidels for FP2 Council Toledo Conversion
|
||||
if = {
|
||||
limit = {
|
||||
scope:councillor.liege = { has_character_modifier = fp2_council_conversion_modifier }
|
||||
scope:county.religion != scope:councillor.liege.religion
|
||||
}
|
||||
multiply = {
|
||||
value = council_toledo_conversion_modifier_value
|
||||
desc = council_toledo_conversion_task_desc
|
||||
}
|
||||
}
|
||||
# Faster conversion of heretics for FP2 Council Toledo Heresies
|
||||
if = {
|
||||
limit = {
|
||||
scope:councillor.liege = { has_character_modifier = fp2_council_conversion_modifier }
|
||||
scope:county.faith = {
|
||||
religion = scope:councillor.liege.religion
|
||||
NOT = {
|
||||
portrait_religious_faith_or_foundational_trigger = { FAITH = faith:mozarabic_church }
|
||||
}
|
||||
NOT = { exists = religious_head }
|
||||
}
|
||||
}
|
||||
multiply = {
|
||||
value = council_toledo_conversion_modifier_value
|
||||
desc = council_toledo_heresies_task_desc
|
||||
}
|
||||
}
|
||||
|
||||
# Faster conversion of Persian counties with the FP3 Promote Persian Scripture decision
|
||||
if = {
|
||||
limit = {
|
||||
scope:councillor.liege = {
|
||||
has_character_modifier = fp3_promoted_persian_scripture_modifier
|
||||
is_ai = no #this is so that we don't get AI converting and homogenizing Persia too quickly
|
||||
}
|
||||
scope:county.culture = { has_cultural_pillar = heritage_iranian }
|
||||
}
|
||||
multiply = {
|
||||
value = promote_persian_scripture_conversion_modifier_value
|
||||
desc = fp3_promote_persian_scripture_task_desc
|
||||
}
|
||||
}
|
||||
|
||||
# FP3 faster conversion struggle ending rewards
|
||||
if = {
|
||||
limit = {
|
||||
exists = global_var:fp3_struggle_ending_assertion_school
|
||||
switch = {
|
||||
trigger = global_var:fp3_struggle_ending_assertion_school
|
||||
flag:sunni = {
|
||||
scope:councillor.liege.faith = { has_doctrine = muhammad_succession_sunni_doctrine }
|
||||
}
|
||||
flag:shia = {
|
||||
scope:councillor.liege.faith = { has_doctrine = muhammad_succession_shia_doctrine }
|
||||
}
|
||||
flag:muhakkima = {
|
||||
scope:councillor.liege.faith = { has_doctrine = muhammad_succession_muhakkima_doctrine }
|
||||
}
|
||||
flag:zandaqa = {
|
||||
scope:councillor.liege.faith = { has_doctrine = muhammad_succession_zandaqa_doctrine }
|
||||
}
|
||||
}
|
||||
}
|
||||
multiply = {
|
||||
value = fp3_struggle_ending_conversion_modifier_value
|
||||
desc = fp3_struggle_ending_conversion_modifier_desc
|
||||
}
|
||||
}
|
||||
# # Faster conversion for FP2 Hostility ending, if county is in Iberia and faith was involved
|
||||
# if = {
|
||||
# limit = {
|
||||
# exists = scope:councillor.liege.house
|
||||
# scope:councillor.liege.house = {
|
||||
# OR = {
|
||||
# has_house_modifier = fp2_struggle_hostility_house_faith_modifier
|
||||
# has_house_modifier = fp2_struggle_hostility_house_combined_modifier
|
||||
# }
|
||||
# }
|
||||
# any_in_global_list = {
|
||||
# variable = fp2_struggle_ending_faith_list
|
||||
# this = scope:county.faith
|
||||
# }
|
||||
# scope:county.title_province = { geographical_region = world_europe_west_iberia }
|
||||
# }
|
||||
# multiply = {
|
||||
# value = fp2_struggle_hostility_conversion_value
|
||||
# desc = fp2_struggle_hostility_faith_conversion_task_desc
|
||||
# }
|
||||
# }
|
||||
# # Faster conversion of infidels for FP2 Council Toledo Conversion
|
||||
# if = {
|
||||
# limit = {
|
||||
# scope:councillor.liege = { has_character_modifier = fp2_council_conversion_modifier }
|
||||
# scope:county.religion != scope:councillor.liege.religion
|
||||
# }
|
||||
# multiply = {
|
||||
# value = council_toledo_conversion_modifier_value
|
||||
# desc = council_toledo_conversion_task_desc
|
||||
# }
|
||||
# }
|
||||
# # Faster conversion of heretics for FP2 Council Toledo Heresies
|
||||
# if = {
|
||||
# limit = {
|
||||
# scope:councillor.liege = { has_character_modifier = fp2_council_conversion_modifier }
|
||||
# scope:county.faith = {
|
||||
# religion = scope:councillor.liege.religion
|
||||
# NOT = {
|
||||
# portrait_religious_faith_or_foundational_trigger = { FAITH = faith:mozarabic_church }
|
||||
# }
|
||||
# NOT = { exists = religious_head }
|
||||
# }
|
||||
# }
|
||||
# multiply = {
|
||||
# value = council_toledo_conversion_modifier_value
|
||||
# desc = council_toledo_heresies_task_desc
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# # Faster conversion of Persian counties with the FP3 Promote Persian Scripture decision
|
||||
# if = {
|
||||
# limit = {
|
||||
# scope:councillor.liege = {
|
||||
# has_character_modifier = fp3_promoted_persian_scripture_modifier
|
||||
# is_ai = no #this is so that we don't get AI converting and homogenizing Persia too quickly
|
||||
# }
|
||||
# scope:county.culture = { has_cultural_pillar = heritage_iranian }
|
||||
# }
|
||||
# multiply = {
|
||||
# value = promote_persian_scripture_conversion_modifier_value
|
||||
# desc = fp3_promote_persian_scripture_task_desc
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# # FP3 faster conversion struggle ending rewards
|
||||
# if = {
|
||||
# limit = {
|
||||
# exists = global_var:fp3_struggle_ending_assertion_school
|
||||
# switch = {
|
||||
# trigger = global_var:fp3_struggle_ending_assertion_school
|
||||
# flag:sunni = {
|
||||
# scope:councillor.liege.faith = { has_doctrine = muhammad_succession_sunni_doctrine }
|
||||
# }
|
||||
# flag:shia = {
|
||||
# scope:councillor.liege.faith = { has_doctrine = muhammad_succession_shia_doctrine }
|
||||
# }
|
||||
# flag:muhakkima = {
|
||||
# scope:councillor.liege.faith = { has_doctrine = muhammad_succession_muhakkima_doctrine }
|
||||
# }
|
||||
# flag:zandaqa = {
|
||||
# scope:councillor.liege.faith = { has_doctrine = muhammad_succession_zandaqa_doctrine }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# multiply = {
|
||||
# value = fp3_struggle_ending_conversion_modifier_value
|
||||
# desc = fp3_struggle_ending_conversion_modifier_desc
|
||||
# }
|
||||
# }
|
||||
# Court events
|
||||
if = { #court.6010
|
||||
limit = {
|
||||
|
|
|
|||
239
common/culture/name_lists/NEOW_rhinelander.txt
Normal file
239
common/culture/name_lists/NEOW_rhinelander.txt
Normal file
|
|
@ -0,0 +1,239 @@
|
|||
name_list_NEOW_rhinelander = {
|
||||
|
||||
cadet_dynasty_names = {
|
||||
"dynn_Schmitz"
|
||||
"dynn_Becker"
|
||||
"dynn_Schneider"
|
||||
"dynn_Schmidt"
|
||||
"dynn_Klein"
|
||||
"dynn_Meyer"
|
||||
"dynn_Weber"
|
||||
"dynn_Schulte"
|
||||
"dynn_Fischer"
|
||||
"dynn_Peters"
|
||||
"dynn_Eiermann"
|
||||
"dynn_Ohlinger"
|
||||
"dynn_Franck"
|
||||
"dynn_Wander"
|
||||
"dynn_Endesfelder"
|
||||
"dynn_Riehm"
|
||||
"dynn_Scharping"
|
||||
"dynn_Saftig"
|
||||
"dynn_Klasen"
|
||||
"dynn_Bengsch"
|
||||
"dynn_Grillmeier"
|
||||
{ "dynnp_von" "dynn_Preysing" }
|
||||
"dynn_Hergenr_o_uml_ther"
|
||||
"dynn_Schade"
|
||||
"dynn_P_u_uml_tz"
|
||||
"dynn_Dockweiler"
|
||||
"dynn_Kohler"
|
||||
{ "dynnp_von" "dynn_Kleve" }
|
||||
"dynn_Gross"
|
||||
"dynn_Rupp"
|
||||
"dynn_Wagner"
|
||||
"dynn_Sch_a_uml_fer"
|
||||
"dynn_Schwarz"
|
||||
"dynn_Scherer"
|
||||
"dynn_Braun"
|
||||
"dynn_Backes"
|
||||
"dynn_Kr_a_uml_mer"
|
||||
"dynn_Koch"
|
||||
"dynn_Herrmann"
|
||||
"dynn_Ziegler"
|
||||
"dynn_Recktenwald"
|
||||
"dynn_Hofmann"
|
||||
"dynn_Kaiser"
|
||||
"dynn_Schulz"
|
||||
"dynn_Fuchs"
|
||||
"dynn_Baumann"
|
||||
"dynn_Haas"
|
||||
"dynn_Jahn"
|
||||
"dynn_Bonzel"
|
||||
}
|
||||
|
||||
dynasty_names = {
|
||||
"dynn_Schmitz"
|
||||
"dynn_Becker"
|
||||
"dynn_Schneider"
|
||||
"dynn_Schmidt"
|
||||
"dynn_Klein"
|
||||
"dynn_Meyer"
|
||||
"dynn_Weber"
|
||||
"dynn_Schulte"
|
||||
"dynn_Fischer"
|
||||
"dynn_Peters"
|
||||
"dynn_Eiermann"
|
||||
"dynn_Ohlinger"
|
||||
"dynn_Franck"
|
||||
"dynn_Wander"
|
||||
"dynn_Endesfelder"
|
||||
"dynn_Riehm"
|
||||
"dynn_Scharping"
|
||||
"dynn_Saftig"
|
||||
"dynn_Klasen"
|
||||
"dynn_Bengsch"
|
||||
"dynn_Grillmeier"
|
||||
{ "dynnp_von" "dynn_Preysing" }
|
||||
"dynn_Hergenr_o_uml_ther"
|
||||
"dynn_Schade"
|
||||
"dynn_P_u_uml_tz"
|
||||
"dynn_Dockweiler"
|
||||
"dynn_Kohler"
|
||||
{ "dynnp_von" "dynn_Kleve" }
|
||||
"dynn_Gross"
|
||||
"dynn_Rupp"
|
||||
"dynn_Wagner"
|
||||
"dynn_Sch_a_uml_fer"
|
||||
"dynn_Schwarz"
|
||||
"dynn_Scherer"
|
||||
"dynn_Braun"
|
||||
"dynn_Backes"
|
||||
"dynn_Kr_a_uml_mer"
|
||||
"dynn_Koch"
|
||||
"dynn_Herrmann"
|
||||
"dynn_Ziegler"
|
||||
"dynn_Recktenwald"
|
||||
"dynn_Hofmann"
|
||||
"dynn_Kaiser"
|
||||
"dynn_Schulz"
|
||||
"dynn_Fuchs"
|
||||
"dynn_Baumann"
|
||||
"dynn_Haas"
|
||||
"dynn_Jahn"
|
||||
"dynn_Bonzel"
|
||||
}
|
||||
|
||||
male_names = {
|
||||
3 = {
|
||||
Andreas Anselmo Albrecht Artur
|
||||
Bernd-Dieter Bruno Benno Bodo
|
||||
Carl
|
||||
Detlef Dieter Dietrich
|
||||
El_i_act_as Emil Erwin Erhard Eduard
|
||||
Franziskus Friedrich Fritz Ferdinand
|
||||
G_u_uml_nter Georg-Ludwig Gottschalk Gerhard G_o_uml_tz
|
||||
Hans-Werner Helmut Hans-Heinrich Holger Hartmut Hans-G_u_nter Hans-J_o_uml_rg
|
||||
Karl-Heinz Klaus-Dieter
|
||||
Matthias Marcus
|
||||
Norbert Nikolaus
|
||||
Tobias Theodor Timo
|
||||
Otmar Oskar
|
||||
Ulrich Uwe
|
||||
R_u_uml_diger Raimund Raphael
|
||||
Lutz Lutwin Leonhard Lukas
|
||||
Jochen
|
||||
Willibald Wolfram
|
||||
}
|
||||
2 = {
|
||||
Amand Achim Armin Anton
|
||||
Bertolt Burkhard
|
||||
Christfried
|
||||
Darrell
|
||||
Eugen Erich Edwin Eberhard
|
||||
Franz-Josef Franz-Rudolf
|
||||
Gottfried Gisbert Guntram
|
||||
Herbert Hans-Josef Hans-Otto Heinz Hermann Hans-Peter Hugo
|
||||
Karl-Hans Karl-Ludwig Kurt-Julius Konrad-Graf
|
||||
Marcel
|
||||
Siegmund
|
||||
}
|
||||
1 = {
|
||||
Adalbert Alois Alfons Arnold
|
||||
Benedikt Bernard
|
||||
Dominic
|
||||
Engelbert
|
||||
Gotthilf Gottlieb
|
||||
Hans-Georg Herward Hans-J_u_uml_rgen Hans-Joachim Hans-Walter Heiko
|
||||
Klaus Kurt
|
||||
Rudolf Reinhold
|
||||
Lowell Lorenz Lothar Leo
|
||||
Johann-Baptist J_u_uml_rgen Julius
|
||||
Paulus
|
||||
Rainer Roman
|
||||
Sebastian Siegbert
|
||||
Valentin
|
||||
Wilfried Wendelin
|
||||
}
|
||||
}
|
||||
female_names = {
|
||||
3 = {
|
||||
Adele Anneliese Anette Anne
|
||||
B_a_uml_rbel Beate Bianca
|
||||
Charlotte Christa Christiane Corinna
|
||||
Daniela
|
||||
Elena Eleonore Elfriede Elke Eva Eveline
|
||||
Frieda Friedel Friederike
|
||||
Gabriela Gisela Gretel
|
||||
Heidemarie Heiderose Hilde Hildegard
|
||||
Ilse Irina Irma Irmgard
|
||||
Janine Johanna Josefa Jutta
|
||||
Katharina Klaudia Kristina
|
||||
Liane Liselotte Lydia
|
||||
Magdalena Margit Marie-Luise Marie-Theresa Marlene Mathilde
|
||||
Patricia
|
||||
Regina Rita Rose-Marie
|
||||
Sandra Sieglinde Silke Stefanie
|
||||
Thea Theresa Tina
|
||||
Vanessa Vera Veronika
|
||||
Waltraud Wilma
|
||||
}
|
||||
2 = {
|
||||
Anita Anja Alexandra Annegret Antonia
|
||||
Beatrix Bernadette Brunhilde
|
||||
Carmen Caroline Christina Cornelia
|
||||
Dagmar Diana Dorothea
|
||||
Edeltraut Edith Ella Ellen Erika Evelin
|
||||
Frida
|
||||
Gabi Gabriele Gerda Gertraud
|
||||
Hannelore Heide Helene Henriette
|
||||
Ina Irene Iris
|
||||
Jeanette Josefine Juliane
|
||||
K_a_uml_the Karoline Kornelia
|
||||
Liesel Laura Lisa Lina Lotte
|
||||
Margrit Marie-Magdalena Marita Marliese Mechthild Michaela
|
||||
Natalie
|
||||
Ottilie
|
||||
Pauline Pia
|
||||
Ramona Renate Ruth
|
||||
Sibylle Silvia Sofie Sonja
|
||||
Ulrike Ursula
|
||||
Verena Viktoria
|
||||
Wiebke
|
||||
Zita
|
||||
}
|
||||
1 = {
|
||||
Angelika Annemarie Anne-Rose
|
||||
Babette Britta
|
||||
Carina Carol-Ann Constanze
|
||||
Doris
|
||||
Edelgard Edeltraud Else Erna Eva-Maria Evelyn
|
||||
Hanna Heidrun Herta Hilda
|
||||
Ilka Ilona Isolde
|
||||
Jessica Judith
|
||||
Karola Katja
|
||||
Lieselotte Linda Lucia Luise
|
||||
Magda Manuela Margareta Margarethe Marie Marta Martina
|
||||
Nadine Nicole
|
||||
Rosi Rosina
|
||||
Tanja
|
||||
Ulla Uschi Ute
|
||||
Yvonne
|
||||
}
|
||||
}
|
||||
dynasty_of_location_prefix = "dynnp_von"
|
||||
|
||||
# Chance of male children being named after their paternal or maternal grandfather, or their father. Sum must not exceed 100.
|
||||
pat_grf_name_chance = 60
|
||||
mat_grf_name_chance = 10
|
||||
father_name_chance = 10
|
||||
|
||||
# Chance of female children being named after their paternal or maternal grandmother, or their mother. Sum must not exceed 100.
|
||||
pat_grm_name_chance = 10
|
||||
mat_grm_name_chance = 60
|
||||
mother_name_chance = 10
|
||||
|
||||
|
||||
mercenary_names = {
|
||||
}
|
||||
}
|
||||
|
|
@ -979,57 +979,57 @@ GetActualBishopTitle = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
faith.religion = faith:hellenic_pagan.religion
|
||||
faith.religion = faith:megalocratic.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_hellenism_religion_kingdom
|
||||
localization_key = councillor_court_chaplain_theomach_religion_kingdom
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
faith.religion = faith:hellenic_pagan.religion
|
||||
faith.religion = faith:megalocratic.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = no
|
||||
}
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_hellenism_religion_kingdom_female
|
||||
localization_key = councillor_court_chaplain_theomach_religion_kingdom_female
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:hellenic_pagan.religion
|
||||
faith.religion = faith:megalocratic.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_hellenism_religion_duchy
|
||||
localization_key = councillor_court_chaplain_theomach_religion_duchy
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:hellenic_pagan.religion
|
||||
faith.religion = faith:megalocratic.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_hellenism_religion_county
|
||||
localization_key = councillor_court_chaplain_theomach_religion_county
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:hellenic_pagan.religion
|
||||
faith.religion = faith:megalocratic.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = no
|
||||
}
|
||||
}
|
||||
}
|
||||
localization_key = councillor_court_chaplain_hellenism_religion_county_female
|
||||
localization_key = councillor_court_chaplain_theomach_religion_county_female
|
||||
}
|
||||
|
||||
#Norse
|
||||
|
|
|
|||
|
|
@ -64,9 +64,9 @@
|
|||
# }
|
||||
# text = {
|
||||
# trigger = {
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
# localization_key = hellenism_religion_adj_feminine_accusative
|
||||
# localization_key = theomach_religion_adj_feminine_accusative
|
||||
# }
|
||||
# text = {
|
||||
# trigger = {
|
||||
|
|
@ -272,9 +272,9 @@
|
|||
# }
|
||||
# text = {
|
||||
# trigger = {
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
# localization_key = hellenism_religion_adj_masculine_ins
|
||||
# localization_key = theomach_religion_adj_masculine_ins
|
||||
# }
|
||||
# text = {
|
||||
# trigger = {
|
||||
|
|
@ -1283,7 +1283,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_high_god_name
|
||||
|
|
@ -1745,7 +1745,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_health_god_name
|
||||
|
|
@ -2149,7 +2149,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_creator_god_name_cel
|
||||
|
|
@ -2552,7 +2552,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_fertility_god_name_cel
|
||||
|
|
@ -2979,7 +2979,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_wealth_god_name_cel
|
||||
|
|
@ -3410,7 +3410,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_household_god_name_cel
|
||||
|
|
@ -3758,7 +3758,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_fate_god_name_cel
|
||||
|
|
@ -4168,7 +4168,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_knowledge_god_name_cel
|
||||
|
|
@ -4606,7 +4606,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_war_god_name_cel
|
||||
|
|
@ -4982,7 +4982,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_trickster_god_name_cel
|
||||
|
|
@ -5372,7 +5372,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_night_god_name_cel
|
||||
|
|
@ -5758,7 +5758,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_water_god_name_cel
|
||||
|
|
@ -6127,7 +6127,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_witchgod_name_cel
|
||||
|
|
@ -6432,7 +6432,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_death_deity_name_narz
|
||||
|
|
@ -6813,7 +6813,7 @@
|
|||
# religion_tag = bon_religion
|
||||
# religion_tag = finno_ugric_religion
|
||||
# religion_tag = germanic_religion
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# religion_tag = hinduism_religion
|
||||
# religion_tag = jainism_religion
|
||||
# religion_tag = kushitism_religion
|
||||
|
|
@ -7197,7 +7197,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_religious_text_adj
|
||||
|
|
@ -7475,7 +7475,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_religious_symbol_adj
|
||||
|
|
@ -7833,7 +7833,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_death_deity_name
|
||||
|
|
@ -8178,7 +8178,7 @@
|
|||
# text = {
|
||||
# trigger = {
|
||||
#
|
||||
# religion_tag = hellenism_religion
|
||||
# religion_tag = theomach_religion
|
||||
# }
|
||||
#
|
||||
# localization_key = hellenism_death_deity_name
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ DeathMessageIntro = {
|
|||
text = {
|
||||
localization_key = SUCCESSION_EVENT_WINDOW_DEAD_INTRO_HELLENIC_1
|
||||
trigger = {
|
||||
faith.religion = faith:hellenic_pagan.religion
|
||||
faith.religion = faith:megalocratic.religion
|
||||
}
|
||||
}
|
||||
text = {
|
||||
|
|
|
|||
|
|
@ -279,12 +279,12 @@ apocalypse_name = {
|
|||
type = character
|
||||
random_valid = yes
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
faith.religion = religion:folkgerman_religion
|
||||
}
|
||||
localization_key = ragnarok
|
||||
}
|
||||
# text = {
|
||||
# trigger = {
|
||||
# faith.religion = religion:folkgerman_religion
|
||||
# }
|
||||
# localization_key = ragnarok
|
||||
# }
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
|
|
@ -347,11 +347,11 @@ apocalypse_name = {
|
|||
localization_key = doomsday
|
||||
}
|
||||
|
||||
text = {
|
||||
trigger = {
|
||||
exists = character:easteregg_veronica_pazos
|
||||
this = character:easteregg_veronica_pazos
|
||||
}
|
||||
localization_key = third_impact
|
||||
}
|
||||
# text = {
|
||||
# trigger = {
|
||||
# exists = character:easteregg_veronica_pazos
|
||||
# this = character:easteregg_veronica_pazos
|
||||
# }
|
||||
# localization_key = third_impact
|
||||
# }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -310,104 +310,105 @@ summon_fair_courtiers_decision = {
|
|||
}
|
||||
}
|
||||
}
|
||||
###########################################
|
||||
##Create Cossack kingdom Decision##
|
||||
## By: Björn S
|
||||
###########################################
|
||||
|
||||
## The Choice of creating a new culture and kingdom
|
||||
create_cossack_kingdom_decision = {
|
||||
picture = {
|
||||
reference = "gfx/interface/illustrations/decisions/fp2_decision_struggle_hostility.dds"
|
||||
}
|
||||
desc = create_cossack_kingdom_decision_desc
|
||||
selection_tooltip = create_cossack_kingdom_decision_tooltip
|
||||
decision_group_type = adventurer
|
||||
|
||||
|
||||
## Player is a landless adventurer or have the veteran adventurer trait + a culture suitable for the area.
|
||||
## Player also have to have the right cultural heritage.
|
||||
is_shown = {
|
||||
is_playable_character = yes
|
||||
OR = {
|
||||
is_landless_adventurer = yes
|
||||
has_trait = adventurer
|
||||
}
|
||||
culture = {
|
||||
OR = {
|
||||
has_cultural_pillar = heritage_turkic
|
||||
has_cultural_pillar = heritage_east_slavic
|
||||
has_cultural_pillar = heritage_west_slavic
|
||||
has_cultural_pillar = heritage_south_slavic
|
||||
has_cultural_pillar = heritage_tungusic
|
||||
}
|
||||
}
|
||||
## Not repeatable
|
||||
NOT = {
|
||||
is_target_in_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_create_cossack_kingdom
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
is_valid = {
|
||||
prestige_level >= high_prestige_level
|
||||
has_trait = adventurer
|
||||
has_government = nomad_government
|
||||
is_independent_ruler = yes
|
||||
AND = {
|
||||
completely_controls = title:d_tana
|
||||
completely_controls = title:d_don_valley
|
||||
OR = {
|
||||
completely_controls = title:d_itil
|
||||
completely_controls = title:d_red_levedia
|
||||
completely_controls = title:d_levedia
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
cost = {
|
||||
prestige = 1000
|
||||
gold = 300
|
||||
}
|
||||
|
||||
|
||||
is_valid_showing_failures_only = {
|
||||
is_landed = yes
|
||||
is_capable_adult = yes
|
||||
is_imprisoned = no
|
||||
}
|
||||
|
||||
|
||||
effect = {
|
||||
show_as_tooltip = {
|
||||
create_cossack_scripted_effect = yes
|
||||
}
|
||||
hidden_effect = {
|
||||
add_to_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:flag_create_cossack_kingdom
|
||||
}
|
||||
}
|
||||
trigger_event = major_decisions.3600
|
||||
}
|
||||
|
||||
ai_potential = {
|
||||
always = yes
|
||||
}
|
||||
|
||||
ai_will_do = {
|
||||
base = 100
|
||||
}
|
||||
|
||||
ai_check_interval_by_tier = {
|
||||
barony = 0
|
||||
county = 0
|
||||
duchy = 120
|
||||
kingdom = 0
|
||||
empire = 0
|
||||
hegemony = 0
|
||||
}
|
||||
}
|
||||
############################################
|
||||
# ##Create Cossack kingdom Decision##
|
||||
# ## By: Björn S
|
||||
############################################
|
||||
#
|
||||
### The Choice of creating a new culture and kingdom
|
||||
#create_cossack_kingdom_decision = {
|
||||
# picture = {
|
||||
# reference = "gfx/interface/illustrations/decisions/fp2_decision_struggle_hostility.dds"
|
||||
# }
|
||||
# desc = create_cossack_kingdom_decision_desc
|
||||
# selection_tooltip = create_cossack_kingdom_decision_tooltip
|
||||
# decision_group_type = adventurer
|
||||
#
|
||||
#
|
||||
### Player is a landless adventurer or have the veteran adventurer trait + a culture suitable for the area.
|
||||
### Player also have to have the right cultural heritage.
|
||||
# is_shown = {
|
||||
# is_playable_character = yes
|
||||
# OR = {
|
||||
# is_landless_adventurer = yes
|
||||
# has_trait = adventurer
|
||||
# }
|
||||
# culture = {
|
||||
# OR = {
|
||||
# has_cultural_pillar = heritage_turkic
|
||||
# has_cultural_pillar = heritage_east_slavic
|
||||
# has_cultural_pillar = heritage_west_slavic
|
||||
# has_cultural_pillar = heritage_south_slavic
|
||||
# has_cultural_pillar = heritage_tungusic
|
||||
# }
|
||||
# }
|
||||
### Not repeatable
|
||||
# NOT = {
|
||||
# is_target_in_global_variable_list = {
|
||||
# name = unavailable_unique_decisions
|
||||
# target = flag:flag_create_cossack_kingdom
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# }
|
||||
#
|
||||
# is_valid = {
|
||||
# prestige_level >= high_prestige_level
|
||||
# has_trait = adventurer
|
||||
# has_government = nomad_government
|
||||
# is_independent_ruler = yes
|
||||
# AND = {
|
||||
# completely_controls = title:d_tana
|
||||
# completely_controls = title:d_don_valley
|
||||
# OR = {
|
||||
# completely_controls = title:d_itil
|
||||
# completely_controls = title:d_red_levedia
|
||||
# completely_controls = title:d_levedia
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# cost = {
|
||||
# prestige = 1000
|
||||
# gold = 300
|
||||
# }
|
||||
#
|
||||
#
|
||||
# is_valid_showing_failures_only = {
|
||||
# is_landed = yes
|
||||
# is_capable_adult = yes
|
||||
# is_imprisoned = no
|
||||
# }
|
||||
#
|
||||
#
|
||||
# effect = {
|
||||
# show_as_tooltip = {
|
||||
# create_cossack_scripted_effect = yes
|
||||
# }
|
||||
# hidden_effect = {
|
||||
# add_to_global_variable_list = {
|
||||
# name = unavailable_unique_decisions
|
||||
# target = flag:flag_create_cossack_kingdom
|
||||
# }
|
||||
# }
|
||||
# trigger_event = major_decisions.3600
|
||||
# }
|
||||
#
|
||||
# ai_potential = {
|
||||
# always = yes
|
||||
# }
|
||||
#
|
||||
# ai_will_do = {
|
||||
# base = 100
|
||||
# }
|
||||
#
|
||||
# ai_check_interval_by_tier = {
|
||||
# barony = 0
|
||||
# county = 0
|
||||
# duchy = 120
|
||||
# kingdom = 0
|
||||
# empire = 0
|
||||
# hegemony = 0
|
||||
# }
|
||||
#}
|
||||
#
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
# capital_province = { geographical_region = world_middle_east }
|
||||
# #Must have the correct religion, and support from the rest of Catholicism.
|
||||
# religion = { exists = var:variable_ghw_unlocked } #The era of the Crusades must have started.
|
||||
# faith = faith:catholic
|
||||
# faith = faith:roman_catholic
|
||||
# #Exempt Byzantine group: this is such a huge slap in the face to _anyone_ even vaguely in the Greek sphere.
|
||||
# culture = {
|
||||
# NOR = {
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
# is_shown = {
|
||||
# is_ruler = yes
|
||||
# is_playable_character = yes
|
||||
# faith.religion = faith:rabbinism.religion
|
||||
# faith.religion = faith:congregationist.religion
|
||||
# NOT = {
|
||||
# exists = title:k_israel.holder
|
||||
# }
|
||||
|
|
|
|||
|
|
@ -950,7 +950,7 @@ barony_theocracy_germanic_religion = {
|
|||
}
|
||||
priority = 7
|
||||
holding = church_holding
|
||||
religions = { folkgerman_religion hellenism_religion taoism_religion zunism_religion }
|
||||
religions = { folkgerman_religion theomach_religion taoism_religion zunism_religion }
|
||||
}
|
||||
count_theocracy_male_germanic_religion = {
|
||||
type = character
|
||||
|
|
@ -984,7 +984,7 @@ county_theocracy_germanic_religion = {
|
|||
}
|
||||
priority = 18
|
||||
governments = { theocracy_government }
|
||||
religions = { folkgerman_religion hellenism_religion taoism_religion zoroastrianism_religion zunism_religion }
|
||||
religions = { folkgerman_religion theomach_religion taoism_religion zoroastrianism_religion zunism_religion }
|
||||
}
|
||||
king_theocracy_male_germanic_religion = {
|
||||
type = character
|
||||
|
|
@ -996,7 +996,7 @@ king_theocracy_male_germanic_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { folkgerman_religion hellenism_religion }
|
||||
religions = { folkgerman_religion theomach_religion }
|
||||
}
|
||||
king_theocracy_female_germanic_religion = {
|
||||
type = character
|
||||
|
|
@ -1008,7 +1008,7 @@ king_theocracy_female_germanic_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { folkgerman_religion hellenism_religion }
|
||||
religions = { folkgerman_religion theomach_religion }
|
||||
}
|
||||
emperor_theocracy_male_germanic_religion = {
|
||||
type = character
|
||||
|
|
@ -1020,7 +1020,7 @@ emperor_theocracy_male_germanic_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { folkgerman_religion hellenism_religion }
|
||||
religions = { folkgerman_religion theomach_religion }
|
||||
}
|
||||
emperor_theocracy_female_germanic_religion = {
|
||||
type = character
|
||||
|
|
@ -1032,11 +1032,11 @@ emperor_theocracy_female_germanic_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { folkgerman_religion hellenism_religion }
|
||||
religions = { folkgerman_religion theomach_religion }
|
||||
}
|
||||
|
||||
# Hellenism
|
||||
baron_theocracy_male_hellenism_religion = {
|
||||
baron_theocracy_male_theomach_religion = {
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
|
|
@ -1046,9 +1046,9 @@ baron_theocracy_male_hellenism_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { hellenism_religion }
|
||||
religions = { theomach_religion }
|
||||
}
|
||||
baron_theocracy_female_hellenism_religion = {
|
||||
baron_theocracy_female_theomach_religion = {
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
|
|
@ -1058,9 +1058,9 @@ baron_theocracy_female_hellenism_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { hellenism_religion }
|
||||
religions = { theomach_religion }
|
||||
}
|
||||
count_theocracy_male_hellenism_religion = {
|
||||
count_theocracy_male_theomach_religion = {
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
|
|
@ -1070,9 +1070,9 @@ count_theocracy_male_hellenism_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { hellenism_religion }
|
||||
religions = { theomach_religion }
|
||||
}
|
||||
count_theocracy_female_hellenism_religion = {
|
||||
count_theocracy_female_theomach_religion = {
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
|
|
@ -1082,9 +1082,9 @@ count_theocracy_female_hellenism_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { hellenism_religion }
|
||||
religions = { theomach_religion }
|
||||
}
|
||||
duke_theocracy_male_hellenism_religion = {
|
||||
duke_theocracy_male_theomach_religion = {
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
|
|
@ -1094,9 +1094,9 @@ duke_theocracy_male_hellenism_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { hellenism_religion }
|
||||
religions = { theomach_religion }
|
||||
}
|
||||
duke_theocracy_female_hellenism_religion = {
|
||||
duke_theocracy_female_theomach_religion = {
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
|
|
@ -1106,9 +1106,9 @@ duke_theocracy_female_hellenism_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { hellenism_religion }
|
||||
religions = { theomach_religion }
|
||||
}
|
||||
duchy_theocracy_hellenism_religion = {
|
||||
duchy_theocracy_theomach_religion = {
|
||||
type = title
|
||||
tier = duchy
|
||||
flavourization_rules = {
|
||||
|
|
@ -1116,7 +1116,7 @@ duchy_theocracy_hellenism_religion = {
|
|||
}
|
||||
priority = 27
|
||||
governments = { theocracy_government }
|
||||
religions = { hellenism_religion }
|
||||
religions = { theomach_religion }
|
||||
}
|
||||
|
||||
# Hinduism
|
||||
|
|
@ -2050,7 +2050,7 @@ kingdom_theocracy_paganism_religion = {
|
|||
}
|
||||
priority = 47
|
||||
governments = { theocracy_government }
|
||||
religions = { paganism_religion hungaric_religion baltic_religion slavic_religion finnic_religion folkgerman_religion hellenism_religion zunism_religion zoroastrianism_religion bon_religion taoism_religion buddhism_religion hinduism_religion jainism_religion judaism_religion } #tengrism_religion west_african_religion west_african_bori_religion west_african_roog_religion
|
||||
religions = { paganism_religion hungaric_religion baltic_religion slavic_religion finnic_religion folkgerman_religion theomach_religion zunism_religion zoroastrianism_religion bon_religion taoism_religion buddhism_religion hinduism_religion jainism_religion judaism_religion } #tengrism_religion west_african_religion west_african_bori_religion west_african_roog_religion
|
||||
}
|
||||
emperor_theocracy_male_paganism_religion = {
|
||||
type = character
|
||||
|
|
@ -2084,7 +2084,7 @@ empire_theocracy_paganism_religion = {
|
|||
}
|
||||
priority = 102
|
||||
governments = { theocracy_government }
|
||||
religions = { paganism_religion hungaric_religion baltic_religion slavic_religion finnic_religion tengrism_religion west_african_religion west_african_bori_religion west_african_roog_religion folkgerman_religion hellenism_religion taoism_religion zunism_religion zoroastrianism_religion judaism_religion }
|
||||
religions = { paganism_religion hungaric_religion baltic_religion slavic_religion finnic_religion tengrism_religion west_african_religion west_african_bori_religion west_african_roog_religion folkgerman_religion theomach_religion taoism_religion zunism_religion zoroastrianism_religion judaism_religion }
|
||||
}
|
||||
|
||||
# Baltic
|
||||
|
|
|
|||
|
|
@ -1046,7 +1046,7 @@ king_administrative_female_russian = { # Judex
|
|||
tier = kingdom
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { name_list_NEOW_west_russian }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
empire_administrative_russian = { # Archonesa
|
||||
|
|
@ -1076,7 +1076,7 @@ emperor_administrative_female_russian = { # Judex
|
|||
tier = empire
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { name_list_NEOW_west_russian }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
## Feudal
|
||||
barony_feudal_russian = { # judiacate
|
||||
|
|
@ -1193,7 +1193,7 @@ king_feudal_female_russian = { # Judex
|
|||
tier = kingdom
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { name_list_NEOW_west_russian }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
empire_feudal_russian = { # Archonesa
|
||||
|
|
@ -1223,7 +1223,7 @@ emperor_feudal_female_russian = { # Judex
|
|||
tier = empire
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { name_list_NEOW_west_russian }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
## Mecrenary
|
||||
barony_mercenary_russian = { # judiacate
|
||||
|
|
@ -1340,7 +1340,7 @@ king_mercenary_female_russian = { # Judex
|
|||
tier = kingdom
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { name_list_NEOW_west_russian }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
||||
empire_mercenary_russian = { # Archonesa
|
||||
|
|
@ -1370,5 +1370,5 @@ emperor_mercenary_female_russian = { # Judex
|
|||
tier = empire
|
||||
priority = 106
|
||||
heritages = { heritage_east_slavic }
|
||||
governments = { name_list_NEOW_west_russian }
|
||||
name_lists = { name_list_NEOW_west_russian }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -786,7 +786,7 @@ e_baltic = {
|
|||
k_esthonia = {
|
||||
color = { 20 66 102 }
|
||||
|
||||
capital = c_reval
|
||||
capital = c_harjumaa
|
||||
|
||||
can_create = {
|
||||
trigger_if = {
|
||||
|
|
@ -809,7 +809,7 @@ e_baltic = {
|
|||
d_esthonia = {
|
||||
color = { 7 53 76 }
|
||||
|
||||
capital = c_reval # Kalevan
|
||||
capital = c_harjumaa # Kalevan
|
||||
|
||||
c_harjumaa = {
|
||||
color = { 5 36 51 }
|
||||
|
|
@ -955,7 +955,7 @@ e_baltic = {
|
|||
}
|
||||
d_narva = {
|
||||
color = { 38 114 191 }
|
||||
capital = c_narva
|
||||
capital = c_ida_viru
|
||||
|
||||
cultural_names = {
|
||||
name_list_NEOW_swedish = cn_narva
|
||||
|
|
|
|||
|
|
@ -71,4 +71,14 @@ h_india= {
|
|||
e_japan= {
|
||||
capital = c_thessalonika
|
||||
color = { 230 180 10 }
|
||||
}
|
||||
}
|
||||
|
||||
e_byzantium = {
|
||||
capital = c_thessalonika
|
||||
color = { 230 180 10 }
|
||||
}
|
||||
|
||||
k_chrysanthemum_throne = {
|
||||
capital = c_thessalonika
|
||||
color = { 230 180 10 }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1378,172 +1378,172 @@ on_death = {
|
|||
ep3_laamp_supporter_invalidated_effect = yes
|
||||
|
||||
# EP3 - Varangian Palace Pillaging
|
||||
if = {
|
||||
limit = {
|
||||
primary_title = title:e_byzantium
|
||||
OR = {
|
||||
"number_maa_regiments_of_type(varangian_guards)" >= 1
|
||||
number_title_maa_regiments_of_type = {
|
||||
target = varangian_guards
|
||||
value >= 1
|
||||
}
|
||||
any_court_position_holder = {
|
||||
type = akolouthos_court_position
|
||||
ep3_varangian_trigger = yes
|
||||
}
|
||||
}
|
||||
}
|
||||
save_scope_as = dead_emperor
|
||||
if = {
|
||||
limit = {
|
||||
number_maa_soldiers_of_type = {
|
||||
target = varangian_guards
|
||||
value > 0
|
||||
value <= 100
|
||||
}
|
||||
}
|
||||
primary_heir = {
|
||||
set_variable = {
|
||||
name = varangian_regiments
|
||||
value = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
number_maa_soldiers_of_type = {
|
||||
target = varangian_guards
|
||||
value > 100
|
||||
value <= 200
|
||||
}
|
||||
}
|
||||
primary_heir = {
|
||||
set_variable = {
|
||||
name = varangian_regiments
|
||||
value = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
number_maa_soldiers_of_type = {
|
||||
target = varangian_guards
|
||||
value > 200
|
||||
value <= 300
|
||||
}
|
||||
}
|
||||
primary_heir = {
|
||||
set_variable = {
|
||||
name = varangian_regiments
|
||||
value = 3
|
||||
}
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
number_maa_soldiers_of_type = {
|
||||
target = varangian_guards
|
||||
value > 300
|
||||
value <= 400
|
||||
}
|
||||
}
|
||||
primary_heir = {
|
||||
set_variable = {
|
||||
name = varangian_regiments
|
||||
value = 4
|
||||
}
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
number_maa_soldiers_of_type = {
|
||||
target = varangian_guards
|
||||
value > 400
|
||||
value <= 500
|
||||
}
|
||||
}
|
||||
primary_heir = {
|
||||
set_variable = {
|
||||
name = varangian_regiments
|
||||
value = 5
|
||||
}
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
number_maa_soldiers_of_type = {
|
||||
target = varangian_guards
|
||||
value > 500
|
||||
value <= 600
|
||||
}
|
||||
}
|
||||
primary_heir = {
|
||||
set_variable = {
|
||||
name = varangian_regiments
|
||||
value = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
number_maa_soldiers_of_type = {
|
||||
target = varangian_guards
|
||||
value > 600
|
||||
value <= 700
|
||||
}
|
||||
}
|
||||
primary_heir = {
|
||||
set_variable = {
|
||||
name = varangian_regiments
|
||||
value = 7
|
||||
}
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
number_maa_soldiers_of_type = {
|
||||
target = varangian_guards
|
||||
value > 700
|
||||
value <= 800
|
||||
}
|
||||
}
|
||||
primary_heir = {
|
||||
set_variable = {
|
||||
name = varangian_regiments
|
||||
value = 8
|
||||
}
|
||||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
number_maa_soldiers_of_type = {
|
||||
target = varangian_guards
|
||||
value > 800
|
||||
value <= 900
|
||||
}
|
||||
}
|
||||
primary_heir = {
|
||||
set_variable = {
|
||||
name = varangian_regiments
|
||||
value = 9
|
||||
}
|
||||
}
|
||||
}
|
||||
else = {
|
||||
primary_heir = {
|
||||
set_variable = {
|
||||
name = varangian_regiments
|
||||
value = 10
|
||||
}
|
||||
}
|
||||
}
|
||||
primary_heir = {
|
||||
trigger_event = {
|
||||
id = ep3_emperor_yearly.3000
|
||||
days = { 10 20 }
|
||||
}
|
||||
}
|
||||
}
|
||||
# if = {
|
||||
# limit = {
|
||||
# primary_title = title:e_byzantium
|
||||
# OR = {
|
||||
# "number_maa_regiments_of_type(varangian_guards)" >= 1
|
||||
# number_title_maa_regiments_of_type = {
|
||||
# target = varangian_guards
|
||||
# value >= 1
|
||||
# }
|
||||
# any_court_position_holder = {
|
||||
# type = akolouthos_court_position
|
||||
# ep3_varangian_trigger = yes
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# save_scope_as = dead_emperor
|
||||
# if = {
|
||||
# limit = {
|
||||
# number_maa_soldiers_of_type = {
|
||||
# target = varangian_guards
|
||||
# value > 0
|
||||
# value <= 100
|
||||
# }
|
||||
# }
|
||||
# primary_heir = {
|
||||
# set_variable = {
|
||||
# name = varangian_regiments
|
||||
# value = 1
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# else_if = {
|
||||
# limit = {
|
||||
# number_maa_soldiers_of_type = {
|
||||
# target = varangian_guards
|
||||
# value > 100
|
||||
# value <= 200
|
||||
# }
|
||||
# }
|
||||
# primary_heir = {
|
||||
# set_variable = {
|
||||
# name = varangian_regiments
|
||||
# value = 2
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# else_if = {
|
||||
# limit = {
|
||||
# number_maa_soldiers_of_type = {
|
||||
# target = varangian_guards
|
||||
# value > 200
|
||||
# value <= 300
|
||||
# }
|
||||
# }
|
||||
# primary_heir = {
|
||||
# set_variable = {
|
||||
# name = varangian_regiments
|
||||
# value = 3
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# else_if = {
|
||||
# limit = {
|
||||
# number_maa_soldiers_of_type = {
|
||||
# target = varangian_guards
|
||||
# value > 300
|
||||
# value <= 400
|
||||
# }
|
||||
# }
|
||||
# primary_heir = {
|
||||
# set_variable = {
|
||||
# name = varangian_regiments
|
||||
# value = 4
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# else_if = {
|
||||
# limit = {
|
||||
# number_maa_soldiers_of_type = {
|
||||
# target = varangian_guards
|
||||
# value > 400
|
||||
# value <= 500
|
||||
# }
|
||||
# }
|
||||
# primary_heir = {
|
||||
# set_variable = {
|
||||
# name = varangian_regiments
|
||||
# value = 5
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# else_if = {
|
||||
# limit = {
|
||||
# number_maa_soldiers_of_type = {
|
||||
# target = varangian_guards
|
||||
# value > 500
|
||||
# value <= 600
|
||||
# }
|
||||
# }
|
||||
# primary_heir = {
|
||||
# set_variable = {
|
||||
# name = varangian_regiments
|
||||
# value = 6
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# else_if = {
|
||||
# limit = {
|
||||
# number_maa_soldiers_of_type = {
|
||||
# target = varangian_guards
|
||||
# value > 600
|
||||
# value <= 700
|
||||
# }
|
||||
# }
|
||||
# primary_heir = {
|
||||
# set_variable = {
|
||||
# name = varangian_regiments
|
||||
# value = 7
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# else_if = {
|
||||
# limit = {
|
||||
# number_maa_soldiers_of_type = {
|
||||
# target = varangian_guards
|
||||
# value > 700
|
||||
# value <= 800
|
||||
# }
|
||||
# }
|
||||
# primary_heir = {
|
||||
# set_variable = {
|
||||
# name = varangian_regiments
|
||||
# value = 8
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# else_if = {
|
||||
# limit = {
|
||||
# number_maa_soldiers_of_type = {
|
||||
# target = varangian_guards
|
||||
# value > 800
|
||||
# value <= 900
|
||||
# }
|
||||
# }
|
||||
# primary_heir = {
|
||||
# set_variable = {
|
||||
# name = varangian_regiments
|
||||
# value = 9
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# else = {
|
||||
# primary_heir = {
|
||||
# set_variable = {
|
||||
# name = varangian_regiments
|
||||
# value = 10
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# primary_heir = {
|
||||
# trigger_event = {
|
||||
# id = ep3_emperor_yearly.3000
|
||||
# days = { 10 20 }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
||||
# EP3 - Grand Ambitions Story Cycle
|
||||
if = {
|
||||
|
|
@ -1714,26 +1714,26 @@ on_death = {
|
|||
mpo_remove_blood_brother_modifiers_effect = yes
|
||||
|
||||
#Tracking whether Genghis is dead or not
|
||||
if = {
|
||||
limit = {
|
||||
this = character:125501
|
||||
}
|
||||
set_global_variable = genghis_died
|
||||
if = {
|
||||
limit = {
|
||||
NOT = {
|
||||
any_held_title = {
|
||||
this = title:e_mongol_empire
|
||||
}
|
||||
}
|
||||
}
|
||||
set_global_variable = {
|
||||
name = temujin_failed
|
||||
value = yes
|
||||
years = 50
|
||||
}
|
||||
}
|
||||
}
|
||||
# if = {
|
||||
# limit = {
|
||||
# this = character:125501
|
||||
# }
|
||||
# set_global_variable = genghis_died
|
||||
# if = {
|
||||
# limit = {
|
||||
# NOT = {
|
||||
# any_held_title = {
|
||||
# this = title:e_mongol_empire
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# set_global_variable = {
|
||||
# name = temujin_failed
|
||||
# value = yes
|
||||
# years = 50
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
#Greatest of khans stuff should pass to heir during initial war phase
|
||||
if = {
|
||||
limit = {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -3177,7 +3177,7 @@ on_title_gain_usurpation = {
|
|||
}
|
||||
if = {
|
||||
limit = {
|
||||
government = landless_minority_government
|
||||
has_government = landless_minority_government
|
||||
exists = liege
|
||||
}
|
||||
create_title_and_vassal_change = {
|
||||
|
|
@ -3265,13 +3265,13 @@ on_title_gain_usurpation = {
|
|||
# scope:new_holder = new holder.
|
||||
on_title_lost = {
|
||||
events = {
|
||||
british_isles.1033 # Danelaw-England partition calc.
|
||||
# british_isles.1033 # Danelaw-England partition calc.
|
||||
}
|
||||
|
||||
effect = {
|
||||
if = {
|
||||
limit = {
|
||||
government = landless_minority_government
|
||||
has_government = landless_minority_government
|
||||
exists = liege
|
||||
}
|
||||
create_title_and_vassal_change = {
|
||||
|
|
|
|||
|
|
@ -363,7 +363,7 @@ yearly_global_pulse = {
|
|||
# # Rabbi Gershom bans polygamy sometime in the 11th century
|
||||
# current_date > "1000.01.01"
|
||||
# # Make sure this hasn't happened already
|
||||
# faith:rabbinism = {
|
||||
# faith:congregationist = {
|
||||
# has_doctrine = doctrine_polygamy
|
||||
# NOT = {
|
||||
# has_variable = rabbinicism_accepted_monogamy
|
||||
|
|
@ -1210,7 +1210,7 @@ yearly_playable_pulse = {
|
|||
}
|
||||
if = {
|
||||
limit = {
|
||||
government = landless_minority_government
|
||||
has_government = landless_minority_government
|
||||
domicile ?= {
|
||||
OR = {
|
||||
has_domicile_building_or_higher = village_rice_field_05
|
||||
|
|
@ -1226,7 +1226,7 @@ yearly_playable_pulse = {
|
|||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
government = landless_minority_government
|
||||
has_government = landless_minority_government
|
||||
domicile ?= {
|
||||
OR = {
|
||||
has_domicile_building_or_higher = village_rice_field_03
|
||||
|
|
|
|||
|
|
@ -9287,7 +9287,7 @@
|
|||
|
||||
#### k_esthonia #Estonia
|
||||
### d_esthonia
|
||||
## c_reval
|
||||
## c_harjumaa
|
||||
# b_reval
|
||||
94 ={
|
||||
winter_severity_bias = 0.65
|
||||
|
|
@ -9300,7 +9300,7 @@
|
|||
96 ={
|
||||
winter_severity_bias = 0.65
|
||||
}
|
||||
## c_narva
|
||||
## c_ida_viru
|
||||
# b_narva
|
||||
98 ={
|
||||
winter_severity_bias = 0.65
|
||||
|
|
|
|||
|
|
@ -4053,7 +4053,7 @@
|
|||
piety_cost = faith_tenet_cost_mid
|
||||
|
||||
is_shown = {
|
||||
religion_tag = hellenism_religion
|
||||
religion_tag = theomach_religion
|
||||
}
|
||||
|
||||
can_pick = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
theomach = {
|
||||
theomach_religion = {
|
||||
family = rf_antediluvianist
|
||||
graphical_faith = pagan_gfx
|
||||
doctrine = pagan_hostility_doctrine
|
||||
|
|
|
|||
|
|
@ -1618,7 +1618,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
# Hellenic heartlands
|
||||
else_if = {
|
||||
limit = {
|
||||
scope:the_faith.religion = religion:hellenism_religion
|
||||
scope:the_faith.religion = religion:theomach_religion
|
||||
title_capital_county.title_province = {
|
||||
OR = {
|
||||
geographical_region = ghw_region_mainland_greece
|
||||
|
|
@ -1631,7 +1631,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
# Hellenic frontier
|
||||
else_if = {
|
||||
limit = {
|
||||
scope:the_faith.religion = religion:hellenism_religion
|
||||
scope:the_faith.religion = religion:theomach_religion
|
||||
title_capital_county.title_province = {
|
||||
OR = {
|
||||
geographical_region = ghw_region_anatolia
|
||||
|
|
@ -1645,7 +1645,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
# Hellenic fringe
|
||||
else_if = {
|
||||
limit = {
|
||||
scope:the_faith.religion = religion:hellenism_religion
|
||||
scope:the_faith.religion = religion:theomach_religion
|
||||
title_capital_county.title_province = {
|
||||
OR = {
|
||||
geographical_region = ghw_region_holy_land
|
||||
|
|
@ -2177,7 +2177,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
}
|
||||
# Hellenic Paganism
|
||||
else_if = {
|
||||
limit = { scope:the_faith.religion = religion:hellenism_religion }
|
||||
limit = { scope:the_faith.religion = religion:theomach_religion }
|
||||
if = {
|
||||
limit = {
|
||||
title_capital_county = {
|
||||
|
|
@ -2587,7 +2587,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
}
|
||||
# Hellenic Paganism
|
||||
else_if = {
|
||||
limit = { scope:the_faith.religion = religion:hellenism_religion }
|
||||
limit = { scope:the_faith.religion = religion:theomach_religion }
|
||||
if = {
|
||||
limit = {
|
||||
title_capital_county = {
|
||||
|
|
@ -2997,7 +2997,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
}
|
||||
# Hellenic Paganism
|
||||
else_if = {
|
||||
limit = { scope:the_faith.religion = religion:hellenism_religion }
|
||||
limit = { scope:the_faith.religion = religion:theomach_religion }
|
||||
if = {
|
||||
limit = {
|
||||
title_capital_county = {
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1545,7 +1545,7 @@ get_appropriate_ancient_people = {
|
|||
root.culture = {
|
||||
culture_overlaps_geographical_region = custom_roman_full_borders
|
||||
}
|
||||
religion = religion:hellenism_religion
|
||||
religion = religion:theomach_religion
|
||||
religion = {
|
||||
AND = {
|
||||
is_in_family = rf_abrahamic
|
||||
|
|
@ -1579,7 +1579,7 @@ get_appropriate_exotic_location = {
|
|||
trigger = {
|
||||
OR = {
|
||||
religion = { is_in_family = rf_abrahamic }
|
||||
religion = religion:hellenism_religion
|
||||
religion = religion:theomach_religion
|
||||
culture = { has_cultural_pillar = heritage_byzantine }
|
||||
culture = { has_cultural_pillar = heritage_ancient_greek }
|
||||
culture = { has_cultural_pillar = heritage_latin }
|
||||
|
|
@ -1594,7 +1594,7 @@ get_appropriate_exotic_location = {
|
|||
trigger = {
|
||||
OR = {
|
||||
religion = { is_in_family = rf_abrahamic }
|
||||
religion = religion:hellenism_religion
|
||||
religion = religion:theomach_religion
|
||||
culture = { has_cultural_pillar = heritage_byzantine }
|
||||
culture = { has_cultural_pillar = heritage_ancient_greek }
|
||||
culture = { has_cultural_pillar = heritage_latin }
|
||||
|
|
@ -1870,7 +1870,7 @@ generate_religion_descent_effect = {
|
|||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
$RELIGION$ = religion:hellenism_religion
|
||||
$RELIGION$ = religion:theomach_religion
|
||||
}
|
||||
generate_godly_descent_seed_support_effect = {
|
||||
FAITH = hellenism
|
||||
|
|
|
|||
|
|
@ -925,7 +925,7 @@ roman_restoration_is_valid_roman_empire_trigger = {
|
|||
faith.religion = religion:eastern_orthodox_religion
|
||||
faith.religion = religion:catholic_religion
|
||||
faith.religion = religion:protestant_religion
|
||||
religion = religion:hellenism_religion #Or Hellenic
|
||||
religion = religion:theomach_religion #Or Hellenic
|
||||
}
|
||||
NOT = { has_ep3_dlc_trigger = yes }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -869,9 +869,9 @@ religious_special_building_exclusion_trigger = { # checks if any special buildin
|
|||
}
|
||||
AND = { # Christian
|
||||
NOR = {
|
||||
barony.holder.religion:eastern_orthodox_religion
|
||||
barony.holder.religion:catholic_religion
|
||||
barony.holder.religion:protestant_religion
|
||||
barony.holder.religion = religion:eastern_orthodox_religion
|
||||
barony.holder.religion = religion:catholic_religion
|
||||
barony.holder.religion = religion:protestant_religion
|
||||
}
|
||||
christian_special_building_trigger = yes
|
||||
}
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ launch_hungarian_migration_misplaced_count_suitable_liege_trigger = {
|
|||
# religion = {
|
||||
# OR = {
|
||||
# is_in_family = rf_abrahamic
|
||||
# this = religion:hellenism_religion
|
||||
# this = religion:theomach_religion
|
||||
# }
|
||||
# }
|
||||
# culture = {
|
||||
|
|
|
|||
|
|
@ -57,18 +57,18 @@ eligible_for_fp2_dynasty_legacies_trigger = {
|
|||
}
|
||||
|
||||
|
||||
is_toledo_ownership_valid_trigger = {
|
||||
title:c_toledo.holder = {
|
||||
OR = {
|
||||
this = root
|
||||
liege = root
|
||||
top_liege = root
|
||||
}
|
||||
faith = {
|
||||
portrait_religious_faith_or_foundational_trigger = { FAITH = faith:mozarabic_church }
|
||||
}
|
||||
}
|
||||
}
|
||||
#is_toledo_ownership_valid_trigger = {
|
||||
# title:c_toledo.holder = {
|
||||
# OR = {
|
||||
# this = root
|
||||
# liege = root
|
||||
# top_liege = root
|
||||
# }
|
||||
# faith = {
|
||||
# portrait_religious_faith_or_foundational_trigger = { FAITH = faith:mozarabic_church }
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
|
||||
##################################################
|
||||
# Cultural & Regional Triggers
|
||||
|
|
|
|||
|
|
@ -36,52 +36,42 @@ is_roman_emperor_primary_title_excluding_byzantium_trigger = {
|
|||
always = no
|
||||
}
|
||||
|
||||
#valid_for_byz_emperor_content_trigger = {
|
||||
# has_ep3_dlc_trigger = yes
|
||||
# culture = {
|
||||
# OR = {
|
||||
# has_cultural_pillar = heritage_byzantine
|
||||
# has_cultural_pillar = heritage_caucasian
|
||||
# }
|
||||
# }
|
||||
# OR = {
|
||||
# is_roman_emperor_primary_title_trigger = yes
|
||||
# AND = {
|
||||
# culture = {
|
||||
# OR = {
|
||||
# this = culture:greek
|
||||
# any_parent_culture_or_above = { this = culture:greek }
|
||||
# }
|
||||
# }
|
||||
# highest_held_title_tier >= tier_empire
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
valid_for_byz_emperor_content_trigger = {
|
||||
has_ep3_dlc_trigger = yes
|
||||
culture = {
|
||||
OR = {
|
||||
has_cultural_pillar = heritage_greek
|
||||
}
|
||||
}
|
||||
OR = {
|
||||
is_roman_emperor_primary_title_trigger = yes
|
||||
AND = {
|
||||
culture = {
|
||||
has_cultural_pillar = heritage_greek
|
||||
}
|
||||
highest_held_title_tier >= tier_empire
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#valid_for_byz_governor_content_trigger = {
|
||||
# has_ep3_dlc_trigger = yes
|
||||
# is_governor = yes
|
||||
# top_liege.culture = {
|
||||
# OR = {
|
||||
# has_cultural_pillar = heritage_byzantine
|
||||
# has_cultural_pillar = heritage_caucasian
|
||||
# }
|
||||
# }
|
||||
# top_liege = {
|
||||
# OR = {
|
||||
# is_roman_emperor_primary_title_trigger = yes
|
||||
# AND = {
|
||||
# culture = {
|
||||
# OR = {
|
||||
# this = culture:greek
|
||||
# any_parent_culture_or_above = { this = culture:greek }
|
||||
# }
|
||||
# }
|
||||
# highest_held_title_tier >= tier_empire
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
valid_for_byz_governor_content_trigger = {
|
||||
has_ep3_dlc_trigger = yes
|
||||
is_governor = yes
|
||||
top_liege.culture = {
|
||||
has_cultural_pillar = heritage_greek
|
||||
}
|
||||
top_liege = {
|
||||
OR = {
|
||||
is_roman_emperor_primary_title_trigger = yes
|
||||
AND = {
|
||||
culture = {
|
||||
has_cultural_pillar = heritage_greek
|
||||
}
|
||||
highest_held_title_tier >= tier_empire
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#
|
||||
valid_for_byz_succession_trigger = {
|
||||
is_eunuch_trigger = no
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ coronation_proper_artifact_crown_trigger = {
|
|||
this = religion:catholic_religion
|
||||
this = religion:protestant_religion
|
||||
# this = religion:dualism_religion
|
||||
# this = religion:hellenism_religion
|
||||
# this = religion:theomach_religion
|
||||
this = religion:judaism_religion
|
||||
# this = religion:kushitism_religion
|
||||
# this = religion:siberian_religion
|
||||
|
|
|
|||
|
|
@ -9010,7 +9010,7 @@ faith_warrior = {
|
|||
desc = trait_crusader_germanic
|
||||
}
|
||||
# triggered_desc = {
|
||||
# trigger = { faith = { religion_tag = hellenism_religion } }
|
||||
# trigger = { faith = { religion_tag = theomach_religion } }
|
||||
# desc = trait_crusader_hellenism
|
||||
# }
|
||||
triggered_desc = {
|
||||
|
|
@ -14095,13 +14095,13 @@ crusader_king = {
|
|||
}
|
||||
# triggered_desc = {
|
||||
# trigger = {
|
||||
# faith = { religion_tag = hellenism_religion }
|
||||
# faith = { religion_tag = theomach_religion }
|
||||
# is_female = yes
|
||||
# }
|
||||
# desc = trait_crusader_king_hellenism_female
|
||||
# }
|
||||
# triggered_desc = {
|
||||
# trigger = { faith = { religion_tag = hellenism_religion } }
|
||||
# trigger = { faith = { religion_tag = theomach_religion } }
|
||||
# desc = trait_crusader_king_hellenism_male
|
||||
# }
|
||||
# triggered_desc = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue