covering errors
This commit is contained in:
parent
c1b4784178
commit
79c630dcf9
38 changed files with 209 additions and 215 deletions
|
|
@ -3993,7 +3993,7 @@
|
|||
scope:activity ?= {
|
||||
has_current_phase = coronation_phase_coronation
|
||||
}
|
||||
scope:host = { religion = religion:germanic_religion }
|
||||
scope:host = { religion = religion:folkgerman_religion }
|
||||
}
|
||||
texture = "gfx/interface/illustrations/event_scenes/fp1_tribal_temple.dds"
|
||||
environment = "environment_event_fp1_tribal_temple"
|
||||
|
|
|
|||
|
|
@ -411,7 +411,7 @@
|
|||
}
|
||||
#Norse
|
||||
AND = {
|
||||
scope:host = { religion = religion:germanic_religion }
|
||||
scope:host = { religion = religion:folkgerman_religion }
|
||||
county = title:c_paderborn # Paderborn
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4878,11 +4878,11 @@
|
|||
limit = { exists = scope:owner.var:book_artifact_topic }
|
||||
scope:owner.var:book_artifact_topic = flag:edda
|
||||
}
|
||||
scope:owner.faith.religion = religion:germanic_religion
|
||||
scope:owner.faith.religion = religion:folkgerman_religion
|
||||
trigger_if = {
|
||||
limit = { exists = scope:owner.var:book_artifact_author }
|
||||
scope:owner.var:book_artifact_author = {
|
||||
faith.religion = religion:germanic_religion
|
||||
faith.religion = religion:folkgerman_religion
|
||||
has_trait = lifestyle_poet
|
||||
}
|
||||
}
|
||||
|
|
@ -4902,10 +4902,10 @@
|
|||
limit = { exists = scope:owner.var:book_artifact_topic }
|
||||
scope:owner.var:book_artifact_topic = flag:orkneyinga
|
||||
}
|
||||
scope:owner.faith.religion = religion:germanic_religion
|
||||
scope:owner.faith.religion = religion:folkgerman_religion
|
||||
trigger_if = {
|
||||
limit = { exists = scope:owner.var:book_artifact_author }
|
||||
scope:owner.var:book_artifact_author.faith.religion = religion:germanic_religion
|
||||
scope:owner.var:book_artifact_author.faith.religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
weight = 1
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
scope:religion = religion:baltic_religion
|
||||
scope:religion = religion:finno_ugric_religion
|
||||
scope:religion = religion:magyar_religion
|
||||
scope:religion = religion:germanic_religion
|
||||
scope:religion = religion:folkgerman_religion
|
||||
scope:religion = religion:zoroastrianism_religion
|
||||
scope:religion = religion:tengrism_religion
|
||||
scope:religion = religion:akom_religion
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
# Germanic Paganism
|
||||
special_selection = {
|
||||
trigger = {
|
||||
scope:faith.religion = religion:germanic_religion
|
||||
scope:faith.religion = religion:folkgerman_religion
|
||||
}
|
||||
5000 = basic_pagan_template
|
||||
5000 = basic_pagan_template_inverted
|
||||
|
|
|
|||
|
|
@ -386,7 +386,7 @@ colored_emblem_texture_lists = {
|
|||
# Norse
|
||||
special_selection = {
|
||||
trigger = {
|
||||
scope:faith.religion = religion:germanic_religion
|
||||
scope:faith.religion = religion:folkgerman_religion
|
||||
coa_norse_trigger = yes
|
||||
}
|
||||
100 = "ce_attire.dds"
|
||||
|
|
@ -1170,7 +1170,7 @@ colored_emblem_texture_lists = {
|
|||
|
||||
special_selection = {
|
||||
trigger = {
|
||||
scope:faith.religion = religion:germanic_religion
|
||||
scope:faith.religion = religion:folkgerman_religion
|
||||
}
|
||||
1000 = "ce_pagan_vehmic.dds"
|
||||
1000 = "ce_pagan_wolf_triskel.dds"
|
||||
|
|
@ -1188,7 +1188,7 @@ colored_emblem_texture_lists = {
|
|||
# Viking specific designs
|
||||
special_selection = {
|
||||
trigger = {
|
||||
#scope:faith.religion = religion:germanic_religion
|
||||
#scope:faith.religion = religion:folkgerman_religion
|
||||
coa_norse_trigger = yes
|
||||
}
|
||||
1000 = "ce_mjolnir.dds"
|
||||
|
|
@ -1230,7 +1230,7 @@ colored_emblem_texture_lists = {
|
|||
# Germanic counterparts
|
||||
special_selection = {
|
||||
trigger = {
|
||||
#scope:faith.religion = religion:germanic_religion
|
||||
#scope:faith.religion = religion:folkgerman_religion
|
||||
coa_germanic_trigger = no
|
||||
}
|
||||
1000 = "ce_irminsul.dds"
|
||||
|
|
@ -1272,7 +1272,7 @@ colored_emblem_texture_lists = {
|
|||
}
|
||||
special_selection = {
|
||||
trigger = {
|
||||
scope:faith.religion = religion:germanic_religion
|
||||
scope:faith.religion = religion:folkgerman_religion
|
||||
}
|
||||
500 = "ce_piles_conjoined.dds"
|
||||
500 = "ce_pile_mask.dds"
|
||||
|
|
@ -1322,7 +1322,7 @@ colored_emblem_texture_lists = {
|
|||
# Norse - A few designs excluded due to vertical offset
|
||||
special_selection = {
|
||||
trigger = {
|
||||
scope:faith.religion = religion:germanic_religion
|
||||
scope:faith.religion = religion:folkgerman_religion
|
||||
coa_norse_trigger = yes
|
||||
}
|
||||
10000 = "ce_mjolnir.dds"
|
||||
|
|
@ -1367,7 +1367,7 @@ colored_emblem_texture_lists = {
|
|||
|
||||
special_selection = {
|
||||
trigger = {
|
||||
scope:faith.religion = religion:germanic_religion
|
||||
scope:faith.religion = religion:folkgerman_religion
|
||||
}
|
||||
# Circle frames using various viking styles
|
||||
1000 = "ce_frame_circle_borre_double.dds"
|
||||
|
|
|
|||
|
|
@ -937,7 +937,7 @@
|
|||
OR = {
|
||||
NOT = { exists = scope:new_landless_adventurer }
|
||||
scope:new_landless_adventurer ?= {
|
||||
faith = faith:norse_pagan
|
||||
faith = faith:folketro
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -914,7 +914,7 @@ GetActualBishopTitle = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = yes
|
||||
|
|
@ -926,7 +926,7 @@ GetActualBishopTitle = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = no
|
||||
|
|
@ -938,7 +938,7 @@ GetActualBishopTitle = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = yes
|
||||
|
|
@ -950,7 +950,7 @@ GetActualBishopTitle = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = no
|
||||
|
|
@ -995,7 +995,7 @@ GetActualBishopTitle = {
|
|||
}
|
||||
OR = {
|
||||
faith.religion = faith:baltic_pagan.religion
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
faith.religion = faith:finnish_pagan.religion
|
||||
faith.religion = faith:zun_pagan.religion
|
||||
}
|
||||
|
|
@ -1012,7 +1012,7 @@ GetActualBishopTitle = {
|
|||
}
|
||||
OR = {
|
||||
faith.religion = faith:baltic_pagan.religion
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
faith.religion = faith:finnish_pagan.religion
|
||||
faith.religion = faith:zun_pagan.religion
|
||||
}
|
||||
|
|
@ -1119,40 +1119,40 @@ GetActualBishopTitle = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_germanic_religion_kingdom
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_kingdom
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_germanic_religion_duchy
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_duchy
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.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_germanic_religion_county
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_county
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.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_germanic_religion_county_female
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_county_female
|
||||
}
|
||||
|
||||
#Dualism
|
||||
|
|
@ -1777,7 +1777,7 @@ GetActualBishopTitlePossessive = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = yes
|
||||
|
|
@ -1789,7 +1789,7 @@ GetActualBishopTitlePossessive = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = no
|
||||
|
|
@ -1801,7 +1801,7 @@ GetActualBishopTitlePossessive = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = yes
|
||||
|
|
@ -1813,7 +1813,7 @@ GetActualBishopTitlePossessive = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
NOT = { # Required formatting to include male/female check as well as vacancy
|
||||
cp:councillor_court_chaplain ?= {
|
||||
is_female = no
|
||||
|
|
@ -1858,7 +1858,7 @@ GetActualBishopTitlePossessive = {
|
|||
}
|
||||
OR = {
|
||||
faith.religion = faith:baltic_pagan.religion
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
faith.religion = faith:finnish_pagan.religion
|
||||
faith.religion = faith:zun_pagan.religion
|
||||
}
|
||||
|
|
@ -1875,7 +1875,7 @@ GetActualBishopTitlePossessive = {
|
|||
}
|
||||
OR = {
|
||||
faith.religion = faith:baltic_pagan.religion
|
||||
faith.religion = faith:slavic_pagan.religion
|
||||
faith.religion = faith:chernobozhye.religion
|
||||
faith.religion = faith:finnish_pagan.religion
|
||||
faith.religion = faith:zun_pagan.religion
|
||||
}
|
||||
|
|
@ -1982,40 +1982,40 @@ GetActualBishopTitlePossessive = {
|
|||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_kingdom
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_germanic_religion_kingdom_possessive
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_kingdom_possessive
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier >= tier_duchy
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
localization_key = councillor_court_chaplain_germanic_religion_duchy_possessive
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_duchy_possessive
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.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_germanic_religion_county_possessive
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_county_possessive
|
||||
}
|
||||
text = {
|
||||
trigger = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.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_germanic_religion_county_female_possessive
|
||||
localization_key = councillor_court_chaplain_folkgerman_religion_county_female_possessive
|
||||
}
|
||||
|
||||
#Dualism
|
||||
|
|
|
|||
|
|
@ -1973,7 +1973,7 @@ CulturalCurse = {
|
|||
culture = { has_name_list = name_list_swedish }
|
||||
culture = { has_name_list = name_list_norse }
|
||||
}
|
||||
faith = faith:norse_pagan
|
||||
faith = faith:folketro
|
||||
}
|
||||
localization_key = curse_balders_balle
|
||||
}
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ DeathMessageIntro = {
|
|||
text = {
|
||||
localization_key = SUCCESSION_EVENT_WINDOW_DEAD_INTRO_NORSE_1
|
||||
trigger = {
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
}
|
||||
text = {
|
||||
|
|
|
|||
|
|
@ -281,7 +281,7 @@ apocalypse_name = {
|
|||
|
||||
text = {
|
||||
trigger = {
|
||||
faith.religion = religion:germanic_religion
|
||||
faith.religion = religion:folkgerman_religion
|
||||
}
|
||||
localization_key = ragnarok
|
||||
}
|
||||
|
|
|
|||
|
|
@ -319,7 +319,7 @@ defenders_of_highgod_decision = {
|
|||
is_shown = {
|
||||
OR = {
|
||||
faith = faith:baltic_pagan
|
||||
faith = faith:slavic_pagan
|
||||
faith = faith:chernobozhye
|
||||
faith = faith:finnish_pagan
|
||||
}
|
||||
#Only once per faith
|
||||
|
|
@ -332,7 +332,7 @@ defenders_of_highgod_decision = {
|
|||
}
|
||||
}
|
||||
AND = {
|
||||
faith = faith:slavic_pagan
|
||||
faith = faith:chernobozhye
|
||||
is_target_in_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:defenders_of_highgod_slavic_decision
|
||||
|
|
@ -447,7 +447,7 @@ defenders_of_highgod_decision = {
|
|||
}
|
||||
}
|
||||
else_if = {
|
||||
limit = { faith = faith:slavic_pagan }
|
||||
limit = { faith = faith:chernobozhye }
|
||||
add_to_global_variable_list = {
|
||||
name = unavailable_unique_decisions
|
||||
target = flag:defenders_of_highgod_slavic_decision
|
||||
|
|
|
|||
|
|
@ -612,7 +612,7 @@ select_personal_deity_germanic_decision = {
|
|||
# DLC check.
|
||||
has_fp1_dlc_trigger = yes
|
||||
# Following a valid religion & faith.
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
faith = { has_doctrine_parameter = select_personal_god_active }
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -921,7 +921,7 @@ empire_theocracy_christianity_religion_orthodox = {
|
|||
# Dualism (same as Christianity)
|
||||
|
||||
# Germanic
|
||||
baron_theocracy_male_germanic_religion = {
|
||||
baron_theocracy_male_folkgerman_religion = {
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
|
|
@ -931,9 +931,9 @@ baron_theocracy_male_germanic_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { germanic_religion }
|
||||
religions = { folkgerman_religion }
|
||||
}
|
||||
baron_theocracy_female_germanic_religion = {
|
||||
baron_theocracy_female_folkgerman_religion = {
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
|
|
@ -943,9 +943,9 @@ baron_theocracy_female_germanic_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { germanic_religion }
|
||||
religions = { folkgerman_religion }
|
||||
}
|
||||
barony_theocracy_germanic_religion = {
|
||||
barony_theocracy_folkgerman_religion = {
|
||||
type = title
|
||||
tier = barony
|
||||
flavourization_rules = {
|
||||
|
|
@ -953,9 +953,9 @@ barony_theocracy_germanic_religion = {
|
|||
}
|
||||
priority = 7
|
||||
holding = church_holding
|
||||
religions = { germanic_religion hellenism_religion taoism_religion zunism_religion }
|
||||
religions = { folkgerman_religion hellenism_religion taoism_religion zunism_religion }
|
||||
}
|
||||
count_theocracy_male_germanic_religion = {
|
||||
count_theocracy_male_folkgerman_religion = {
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
|
|
@ -965,9 +965,9 @@ count_theocracy_male_germanic_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { germanic_religion }
|
||||
religions = { folkgerman_religion }
|
||||
}
|
||||
count_theocracy_female_germanic_religion = {
|
||||
count_theocracy_female_folkgerman_religion = {
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
|
|
@ -977,9 +977,9 @@ count_theocracy_female_germanic_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { germanic_religion }
|
||||
religions = { folkgerman_religion }
|
||||
}
|
||||
county_theocracy_germanic_religion = {
|
||||
county_theocracy_folkgerman_religion = {
|
||||
type = title
|
||||
tier = county
|
||||
flavourization_rules = {
|
||||
|
|
@ -987,9 +987,9 @@ county_theocracy_germanic_religion = {
|
|||
}
|
||||
priority = 18
|
||||
governments = { theocracy_government }
|
||||
religions = { germanic_religion hellenism_religion taoism_religion zoroastrianism_religion zunism_religion }
|
||||
religions = { folkgerman_religion hellenism_religion taoism_religion zoroastrianism_religion zunism_religion }
|
||||
}
|
||||
king_theocracy_male_germanic_religion = {
|
||||
king_theocracy_male_folkgerman_religion = {
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
|
|
@ -999,9 +999,9 @@ king_theocracy_male_germanic_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { germanic_religion hellenism_religion }
|
||||
religions = { folkgerman_religion hellenism_religion }
|
||||
}
|
||||
king_theocracy_female_germanic_religion = {
|
||||
king_theocracy_female_folkgerman_religion = {
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
|
|
@ -1011,9 +1011,9 @@ king_theocracy_female_germanic_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { germanic_religion hellenism_religion }
|
||||
religions = { folkgerman_religion hellenism_religion }
|
||||
}
|
||||
emperor_theocracy_male_germanic_religion = {
|
||||
emperor_theocracy_male_folkgerman_religion = {
|
||||
type = character
|
||||
gender = male
|
||||
special = holder
|
||||
|
|
@ -1023,9 +1023,9 @@ emperor_theocracy_male_germanic_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { germanic_religion hellenism_religion }
|
||||
religions = { folkgerman_religion hellenism_religion }
|
||||
}
|
||||
emperor_theocracy_female_germanic_religion = {
|
||||
emperor_theocracy_female_folkgerman_religion = {
|
||||
type = character
|
||||
gender = female
|
||||
special = holder
|
||||
|
|
@ -1035,7 +1035,7 @@ emperor_theocracy_female_germanic_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { germanic_religion hellenism_religion }
|
||||
religions = { folkgerman_religion hellenism_religion }
|
||||
}
|
||||
|
||||
# Hellenism
|
||||
|
|
@ -1997,7 +1997,7 @@ duke_theocracy_male_paganism_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { paganism_religion taoism_religion bon_religion germanic_religion tengrism_religion west_african_religion west_african_bori_religion west_african_roog_religion zunism_religion }
|
||||
religions = { paganism_religion taoism_religion bon_religion folkgerman_religion tengrism_religion west_african_religion west_african_bori_religion west_african_roog_religion zunism_religion }
|
||||
}
|
||||
duke_theocracy_female_paganism_religion = {
|
||||
type = character
|
||||
|
|
@ -2009,7 +2009,7 @@ duke_theocracy_female_paganism_religion = {
|
|||
top_liege = no
|
||||
}
|
||||
governments = { theocracy_government }
|
||||
religions = { paganism_religion taoism_religion bon_religion germanic_religion tengrism_religion west_african_religion west_african_bori_religion west_african_roog_religion zunism_religion }
|
||||
religions = { paganism_religion taoism_religion bon_religion folkgerman_religion tengrism_religion west_african_religion west_african_bori_religion west_african_roog_religion zunism_religion }
|
||||
}
|
||||
duchy_theocracy_paganism_religion = {
|
||||
type = title
|
||||
|
|
@ -2019,7 +2019,7 @@ duchy_theocracy_paganism_religion = {
|
|||
}
|
||||
priority = 27
|
||||
governments = { theocracy_government }
|
||||
religions = { paganism_religion magyar_religion baltic_religion slavic_religion finno_ugric_religion tengrism_religion west_african_religion west_african_bori_religion west_african_roog_religion germanic_religion zunism_religion zoroastrianism_religion bon_religion taoism_religion buddhism_religion hinduism_religion jainism_religion judaism_religion }
|
||||
religions = { paganism_religion magyar_religion baltic_religion slavic_religion finno_ugric_religion tengrism_religion west_african_religion west_african_bori_religion west_african_roog_religion folkgerman_religion zunism_religion zoroastrianism_religion bon_religion taoism_religion buddhism_religion hinduism_religion jainism_religion judaism_religion }
|
||||
}
|
||||
king_theocracy_male_paganism_religion = {
|
||||
type = character
|
||||
|
|
@ -2053,7 +2053,7 @@ kingdom_theocracy_paganism_religion = {
|
|||
}
|
||||
priority = 47
|
||||
governments = { theocracy_government }
|
||||
religions = { paganism_religion magyar_religion baltic_religion slavic_religion finno_ugric_religion tengrism_religion west_african_religion west_african_bori_religion west_african_roog_religion germanic_religion hellenism_religion zunism_religion zoroastrianism_religion bon_religion taoism_religion buddhism_religion hinduism_religion jainism_religion judaism_religion }
|
||||
religions = { paganism_religion magyar_religion baltic_religion slavic_religion finno_ugric_religion tengrism_religion west_african_religion west_african_bori_religion west_african_roog_religion folkgerman_religion hellenism_religion zunism_religion zoroastrianism_religion bon_religion taoism_religion buddhism_religion hinduism_religion jainism_religion judaism_religion }
|
||||
}
|
||||
emperor_theocracy_male_paganism_religion = {
|
||||
type = character
|
||||
|
|
@ -2087,7 +2087,7 @@ empire_theocracy_paganism_religion = {
|
|||
}
|
||||
priority = 102
|
||||
governments = { theocracy_government }
|
||||
religions = { paganism_religion magyar_religion baltic_religion slavic_religion finno_ugric_religion tengrism_religion west_african_religion west_african_bori_religion west_african_roog_religion germanic_religion hellenism_religion taoism_religion zunism_religion zoroastrianism_religion judaism_religion }
|
||||
religions = { paganism_religion magyar_religion baltic_religion slavic_religion finno_ugric_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 }
|
||||
}
|
||||
|
||||
# Baltic
|
||||
|
|
|
|||
|
|
@ -3071,7 +3071,7 @@
|
|||
religion_tag = hinduism_religion
|
||||
# With FP1, Germanics also get personal deities.
|
||||
AND = {
|
||||
religion_tag = germanic_religion
|
||||
religion_tag = folkgerman_religion
|
||||
has_fp1_dlc_trigger = yes
|
||||
}
|
||||
}
|
||||
|
|
@ -3881,7 +3881,7 @@
|
|||
name = {
|
||||
first_valid = {
|
||||
triggered_desc = {
|
||||
trigger = { religion_tag = germanic_religion }
|
||||
trigger = { religion_tag = folkgerman_religion }
|
||||
desc = tenet_gruesome_festivals_blot_name
|
||||
}
|
||||
desc = tenet_gruesome_festivals_name
|
||||
|
|
|
|||
|
|
@ -1029,7 +1029,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
# Norse heartlands
|
||||
else_if = {
|
||||
limit = {
|
||||
scope:the_faith.religion = religion:germanic_religion
|
||||
scope:the_faith.religion = religion:folkgerman_religion
|
||||
title_capital_county.title_province = { geographical_region = ghw_region_scandinavia }
|
||||
}
|
||||
add = ghw_target_heartlands
|
||||
|
|
@ -1037,7 +1037,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
# Norse frontier
|
||||
else_if = {
|
||||
limit = {
|
||||
scope:the_faith.religion = religion:germanic_religion
|
||||
scope:the_faith.religion = religion:folkgerman_religion
|
||||
title_capital_county.title_province = {
|
||||
OR = {
|
||||
geographical_region = ghw_region_britannia
|
||||
|
|
@ -1051,7 +1051,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
# Norse fringe
|
||||
else_if = {
|
||||
limit = {
|
||||
scope:the_faith.religion = religion:germanic_religion
|
||||
scope:the_faith.religion = religion:folkgerman_religion
|
||||
title_capital_county.title_province = {
|
||||
OR = {
|
||||
geographical_region = ghw_region_baltic
|
||||
|
|
@ -1064,7 +1064,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
# Norse stretch goal
|
||||
else_if = {
|
||||
limit = {
|
||||
scope:the_faith.religion = religion:germanic_religion
|
||||
scope:the_faith.religion = religion:folkgerman_religion
|
||||
title_capital_county.title_province = { geographical_region = ghw_region_thessalonika }
|
||||
}
|
||||
add = ghw_target_stretch
|
||||
|
|
@ -1935,7 +1935,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
}
|
||||
# Asatru Paganism
|
||||
else_if = {
|
||||
limit = { scope:the_faith.religion = religion:germanic_religion }
|
||||
limit = { scope:the_faith.religion = religion:folkgerman_religion }
|
||||
if = {
|
||||
limit = {
|
||||
title_capital_county = {
|
||||
|
|
@ -2345,7 +2345,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
}
|
||||
# Asatru Paganism
|
||||
else_if = {
|
||||
limit = { scope:the_faith.religion = religion:germanic_religion }
|
||||
limit = { scope:the_faith.religion = religion:folkgerman_religion }
|
||||
if = {
|
||||
limit = {
|
||||
title_capital_county = {
|
||||
|
|
@ -2755,7 +2755,7 @@ great_holy_war_target_kingdom_weight = {
|
|||
}
|
||||
# Asatru Paganism
|
||||
else_if = {
|
||||
limit = { scope:the_faith.religion = religion:germanic_religion }
|
||||
limit = { scope:the_faith.religion = religion:folkgerman_religion }
|
||||
if = {
|
||||
limit = {
|
||||
title_capital_county = {
|
||||
|
|
|
|||
|
|
@ -805,7 +805,7 @@ court_chaplain_conversion_contextual_bonuses = {
|
|||
has_character_modifier = defiant_high_king_conversion_boost_modifier
|
||||
has_character_modifier = defiant_high_queen_conversion_boost_modifier
|
||||
}
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
scope:county.faith = {
|
||||
NOT = { has_doctrine_parameter = unreformed }
|
||||
|
|
|
|||
|
|
@ -1525,7 +1525,7 @@ mediocre_spouse = {
|
|||
add = 5
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ pool_repopulate_prowess = {
|
|||
add = 5
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -268,7 +268,7 @@ pool_repopulate_diplomacy = {
|
|||
add = 10
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -348,7 +348,7 @@ pool_repopulate_martial = {
|
|||
limit = {
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
random_list = {
|
||||
|
|
@ -530,7 +530,7 @@ pool_repopulate_stewardship = {
|
|||
add = 5
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -606,7 +606,7 @@ pool_repopulate_intrigue = {
|
|||
add = 5
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -697,7 +697,7 @@ pool_repopulate_learning = {
|
|||
add = 5
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -851,7 +851,7 @@ pool_repopulate_spouse = {
|
|||
add = 5
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1545,7 +1545,7 @@ pool_repopulate_local_flavor = {
|
|||
}
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
NOR = {
|
||||
has_trait = craven
|
||||
|
|
|
|||
|
|
@ -374,7 +374,7 @@ fp1_jomsviking_bigwig = {
|
|||
#General
|
||||
age = { 30 60 }
|
||||
dynasty = none
|
||||
faith = faith:norse_pagan
|
||||
faith = faith:folketro
|
||||
culture = culture:norse
|
||||
#Education
|
||||
random_traits_list = {
|
||||
|
|
@ -416,13 +416,13 @@ fp1_jomsviking_bigwig = {
|
|||
gender_female_chance = {
|
||||
if = {
|
||||
limit = {
|
||||
faith:norse_pagan = { has_doctrine = doctrine_gender_male_dominated }
|
||||
faith:folketro = { has_doctrine = doctrine_gender_male_dominated }
|
||||
}
|
||||
add = 0
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
faith:norse_pagan = { has_doctrine = doctrine_gender_female_dominated }
|
||||
faith:folketro = { has_doctrine = doctrine_gender_female_dominated }
|
||||
}
|
||||
add = 100
|
||||
}
|
||||
|
|
@ -445,7 +445,7 @@ fp1_jomsviking_retainer_martial = {
|
|||
#General
|
||||
age = { 25 45 }
|
||||
dynasty = none
|
||||
faith = faith:norse_pagan
|
||||
faith = faith:folketro
|
||||
culture = root.culture
|
||||
#Education
|
||||
random_traits_list = {
|
||||
|
|
@ -478,13 +478,13 @@ fp1_jomsviking_retainer_martial = {
|
|||
gender_female_chance = {
|
||||
if = {
|
||||
limit = {
|
||||
faith:norse_pagan = { has_doctrine = doctrine_gender_male_dominated }
|
||||
faith:folketro = { has_doctrine = doctrine_gender_male_dominated }
|
||||
}
|
||||
add = 0
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
faith:norse_pagan = { has_doctrine = doctrine_gender_female_dominated }
|
||||
faith:folketro = { has_doctrine = doctrine_gender_female_dominated }
|
||||
}
|
||||
add = 100
|
||||
}
|
||||
|
|
@ -504,7 +504,7 @@ fp1_jomsviking_retainer_prowess = {
|
|||
#General
|
||||
age = { 25 45 }
|
||||
dynasty = none
|
||||
faith = faith:norse_pagan
|
||||
faith = faith:folketro
|
||||
culture = root.culture
|
||||
#Education
|
||||
random_traits_list = {
|
||||
|
|
@ -537,13 +537,13 @@ fp1_jomsviking_retainer_prowess = {
|
|||
gender_female_chance = {
|
||||
if = {
|
||||
limit = {
|
||||
faith:norse_pagan = { has_doctrine = doctrine_gender_male_dominated }
|
||||
faith:folketro = { has_doctrine = doctrine_gender_male_dominated }
|
||||
}
|
||||
add = 0
|
||||
}
|
||||
else_if = {
|
||||
limit = {
|
||||
faith:norse_pagan = { has_doctrine = doctrine_gender_female_dominated }
|
||||
faith:folketro = { has_doctrine = doctrine_gender_female_dominated }
|
||||
}
|
||||
add = 100
|
||||
}
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ accolade_marauder_character = {
|
|||
#berserker
|
||||
if = {
|
||||
limit = {
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
random = {
|
||||
chance = 20
|
||||
|
|
@ -292,7 +292,7 @@ accolade_idealist_character = {
|
|||
add = 10
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -475,7 +475,7 @@ accolade_charmer_character = {
|
|||
add = 10
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -664,7 +664,7 @@ accolade_thug_character = {
|
|||
#berserker
|
||||
if = {
|
||||
limit = {
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
random = {
|
||||
chance = 20
|
||||
|
|
@ -1205,7 +1205,7 @@ accolade_valiant_character = {
|
|||
#berserker
|
||||
if = {
|
||||
limit = {
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
random = {
|
||||
chance = 20
|
||||
|
|
@ -1225,7 +1225,7 @@ accolade_valiant_character = {
|
|||
add = 5
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1622,7 +1622,7 @@ accolade_scoundrel_character = {
|
|||
add = 5
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1814,7 +1814,7 @@ accolade_politicker_character = {
|
|||
add = 10
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2698,7 +2698,7 @@ accolade_contender_character = {
|
|||
#berserker
|
||||
if = {
|
||||
limit = {
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
random = {
|
||||
chance = 20
|
||||
|
|
@ -3644,7 +3644,7 @@ accolade_vanguard_character = {
|
|||
#berserker
|
||||
if = {
|
||||
limit = {
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
random = {
|
||||
chance = 20
|
||||
|
|
@ -5338,7 +5338,7 @@ accolade_master_of_revels_character = {
|
|||
add = 15
|
||||
OR = {
|
||||
culture = { has_cultural_pillar = heritage_north_germanic }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ varangian_template = {
|
|||
#berserker
|
||||
if = {
|
||||
limit = {
|
||||
faith.religion = faith:norse_pagan.religion
|
||||
faith.religion = faith:folketro.religion
|
||||
}
|
||||
random = {
|
||||
chance = 33
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ coronation_proper_artifact_regalia_trigger = {
|
|||
# akom_religion
|
||||
# basque_paganism_religion
|
||||
# donyipolism_religion
|
||||
# germanic_religion
|
||||
# folkgerman_religion
|
||||
# islam_religion
|
||||
# magyar_religion
|
||||
# mundhum_religion
|
||||
|
|
|
|||
|
|
@ -9006,7 +9006,7 @@ faith_warrior = {
|
|||
desc = trait_crusader_dualism
|
||||
}
|
||||
triggered_desc = {
|
||||
trigger = { faith = { religion_tag = germanic_religion } }
|
||||
trigger = { faith = { religion_tag = folkgerman_religion } }
|
||||
desc = trait_crusader_germanic
|
||||
}
|
||||
triggered_desc = {
|
||||
|
|
@ -14046,7 +14046,7 @@ crusader_king = {
|
|||
desc = trait_crusader_king_dualism
|
||||
}
|
||||
triggered_desc = {
|
||||
trigger = { faith = { religion_tag = germanic_religion } }
|
||||
trigger = { faith = { religion_tag = folkgerman_religion } }
|
||||
desc = trait_crusader_king_germanic
|
||||
}
|
||||
triggered_desc = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue