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 = {
|
||||
|
|
|
|||
|
|
@ -3562,7 +3562,7 @@ scripted_trigger artifact_4070_valid_relic_trigger = {
|
|||
var:relic = flag:germanic
|
||||
}
|
||||
previous_owner ?= {
|
||||
NOT = { faith.religion = religion:germanic_religion }
|
||||
NOT = { faith.religion = religion:folkgerman_religion }
|
||||
}
|
||||
}
|
||||
trigger_else_if = {
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ historical_artifacts.0023 = {
|
|||
}
|
||||
}
|
||||
# Court Artifacts: Norse Paganism
|
||||
faith:norse_pagan = {
|
||||
faith:folketro = {
|
||||
while = {
|
||||
count = 2
|
||||
random_faith_ruler = {
|
||||
|
|
@ -131,7 +131,7 @@ historical_artifacts.0023 = {
|
|||
}
|
||||
}
|
||||
# Court Artifacts: Slavic
|
||||
faith:slavic_pagan = {
|
||||
faith:chernobozhye = {
|
||||
random_faith_ruler = {
|
||||
limit = { highest_held_title_tier >= tier_county }
|
||||
create_artifact_pedestal_branch_relic_slavic_effect = { OWNER = this }
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ scripted_effect gruesome_sacrifices_clean_up_declining_guests_effect = {
|
|||
|
||||
scripted_trigger sacrifice_method_hang_n_fang_trigger = {
|
||||
scope:activity.var:gf_faith = {
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
has_doctrine_parameter = cannibalism_legal
|
||||
}
|
||||
}
|
||||
|
|
@ -34,7 +34,7 @@ scripted_trigger sacrifice_method_eat_em_trigger = {
|
|||
scope:activity.var:gf_faith = { has_doctrine_parameter = cannibalism_legal }
|
||||
}
|
||||
scripted_trigger sacrifice_method_hang_em_trigger = {
|
||||
scope:activity.var:gf_faith.religion = religion:germanic_religion
|
||||
scope:activity.var:gf_faith.religion = religion:folkgerman_religion
|
||||
}
|
||||
|
||||
scripted_trigger gruesome_festivals_available_impressable_nobles = {
|
||||
|
|
@ -1983,7 +1983,7 @@ fp1_other_decisions.1000 = {
|
|||
override_background = {
|
||||
trigger = {
|
||||
scope:blotter = {
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
reference = fp1_tribal_temple
|
||||
|
|
@ -1992,7 +1992,7 @@ fp1_other_decisions.1000 = {
|
|||
trigger = {
|
||||
scope:blotter = {
|
||||
NOT = {
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -538,8 +538,8 @@ fp1_yearly.0011 = {
|
|||
#Must have at least one suitable courtier.
|
||||
any_courtier = { offensive_courtier_candidate_trigger = yes }
|
||||
#Both yourself and your capital must be Germanic Pagans.
|
||||
religion = religion:germanic_religion
|
||||
capital_county.religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
capital_county.religion = religion:folkgerman_religion
|
||||
}
|
||||
|
||||
weight_multiplier = {
|
||||
|
|
@ -1936,8 +1936,8 @@ scripted_trigger suitable_islamic_realm_trigger = {
|
|||
top_liege = {
|
||||
NOR = {
|
||||
#Such as the liege not having much contact with Germanic Paganism.
|
||||
religion = religion:germanic_religion
|
||||
any_vassal_or_below = { religion = religion:germanic_religion }
|
||||
religion = religion:folkgerman_religion
|
||||
any_vassal_or_below = { religion = religion:folkgerman_religion }
|
||||
#The realm not being positioned next door to root.
|
||||
character_is_realm_neighbor = root.top_liege
|
||||
#And the realm generally not being inside the same (admittedly large) area.
|
||||
|
|
@ -1973,7 +1973,7 @@ fp1_yearly.0041 = {
|
|||
is_landed = yes
|
||||
#Must be a Norse pagan tribal.
|
||||
government_has_flag = government_is_tribal
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
#With a capital in the steppe/Russia.
|
||||
capital_province = { geographical_region = dlc_fp1_region_russian_steppe }
|
||||
#Just for good measure, you should probably be a small-ish realm.
|
||||
|
|
@ -5261,7 +5261,7 @@ scripted_trigger fp1_0111_superstitious_courtier_trigger = {
|
|||
is_available_ai_adult = yes
|
||||
OR = {
|
||||
fp1_is_norse = yes
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
# Rule out a few key traits.
|
||||
NOR = {
|
||||
|
|
@ -5295,7 +5295,7 @@ scripted_trigger fp1_0111_suspicious_courtier_trigger = {
|
|||
this != scope:accursed
|
||||
OR = {
|
||||
fp1_is_norse = yes
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
# Would-be sorcerers need to either know what they're doing, or else have absolutely no clue.
|
||||
OR = {
|
||||
|
|
@ -5350,7 +5350,7 @@ scripted_trigger fp1_0111_discountable_courtier_trigger = {
|
|||
this != scope:accursed
|
||||
OR = {
|
||||
fp1_is_norse = yes
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
# Discountables must not meet minimum requirements to be suspicious.
|
||||
fp1_0111_suspicious_courtier_trigger = no
|
||||
|
|
@ -12988,13 +12988,13 @@ fp1_yearly.0692 = {
|
|||
|
||||
scripted_trigger valid_germanic_faith_trigger = {
|
||||
#Small enough that it probably doesn't need a trigger, but might need to be more complex in future.
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
|
||||
scripted_trigger valid_non_germanic_reformed_faith_trigger = {
|
||||
NOR = {
|
||||
faith = { has_doctrine_parameter = unreformed }
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -15002,7 +15002,7 @@ fp1_yearly.1061 = {
|
|||
# DLC check.
|
||||
has_fp1_dlc_trigger = yes
|
||||
# Germanic faith.
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
# Shouldn't ever happen, but just in case, exempt sky burials so that the character is never buried twice.
|
||||
NOR = {
|
||||
faith = { has_doctrine_parameter = sky_burials_active }
|
||||
|
|
|
|||
|
|
@ -4313,9 +4313,9 @@ fp2_struggle.1050 = {
|
|||
}
|
||||
triggered_desc = {
|
||||
trigger = {
|
||||
has_religion = religion:germanic_religion
|
||||
has_religion = religion:folkgerman_religion
|
||||
scope:visionary_spouse= {
|
||||
has_religion = religion:germanic_religion
|
||||
has_religion = religion:folkgerman_religion
|
||||
}
|
||||
}
|
||||
desc = fp2_struggle.1050.desc_rampaging_barbarian_heathen
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ historical_char_creation_events.1 = {
|
|||
|
||||
override_background = {
|
||||
trigger = {
|
||||
scope:historical_character.faith = faith:norse_pagan
|
||||
scope:historical_character.faith = faith:folketro
|
||||
}
|
||||
reference = fp1_runestone_circle
|
||||
}
|
||||
|
|
|
|||
|
|
@ -483,7 +483,7 @@ warhorse.0003 = {
|
|||
option = {
|
||||
name = warhorse.0003.sleipnir
|
||||
trigger = {
|
||||
faith = { religion_tag = germanic_religion }
|
||||
faith = { religion_tag = folkgerman_religion }
|
||||
}
|
||||
hidden_effect = {
|
||||
scope:story= {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ scripted_trigger varangian_0001_available_varangian_trigger = {
|
|||
has_character_flag = has_asked_to_be_varangian
|
||||
has_trait = varangian
|
||||
}
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
NOR = {
|
||||
faith = {
|
||||
has_doctrine_parameter = pacifist_opinion_active
|
||||
|
|
@ -50,7 +50,7 @@ varangian.0001 = {
|
|||
hidden = yes
|
||||
|
||||
trigger = {
|
||||
religion = religion:germanic_religion
|
||||
religion = religion:folkgerman_religion
|
||||
NOR = {
|
||||
faith = {
|
||||
has_doctrine_parameter = pacifist_opinion_active
|
||||
|
|
|
|||
|
|
@ -1385,7 +1385,7 @@
|
|||
holding = tribal_holding
|
||||
855.1.1 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
}
|
||||
1000.1.1 = {
|
||||
religion = jack_tar
|
||||
|
|
|
|||
|
|
@ -562,7 +562,7 @@
|
|||
|
||||
# Misc
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = none
|
||||
|
||||
# History
|
||||
|
|
@ -576,7 +576,7 @@
|
|||
|
||||
# Misc
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = none
|
||||
|
||||
# History
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
###c_rostock
|
||||
2809 = {
|
||||
culture = NEOW_pomeranian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
1050.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
2807 = {
|
||||
culture = NEOW_pomeranian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
1045.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
}
|
||||
3143 = {
|
||||
culture = polabian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
1000.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
}
|
||||
3140 = {
|
||||
culture = polabian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
929.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
###c_senftenberg
|
||||
3181 = {
|
||||
culture = sorbian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
950.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
###c_szczecin
|
||||
2823 = {
|
||||
culture = odrzan
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
880.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
###c_wolgast
|
||||
2817 = {
|
||||
culture = NEOW_pomeranian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
1020.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -158,7 +158,7 @@
|
|||
###c_rugen
|
||||
2811 = {
|
||||
culture = NEOW_pomeranian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
1066.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -219,7 +219,7 @@
|
|||
###c_spreewald
|
||||
3180 = {
|
||||
culture = polabian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
1000.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -234,7 +234,7 @@
|
|||
}
|
||||
3175 = {
|
||||
culture = polabian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = none
|
||||
1000.1.1 = {
|
||||
holding = city_holding
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
###c_prignitz
|
||||
2814 = {
|
||||
culture = NEOW_pomeranian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
946.1.1 = {
|
||||
holding = church_holding
|
||||
|
|
@ -258,7 +258,7 @@
|
|||
}
|
||||
3168 = {
|
||||
culture = NEOW_pomeranian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
890.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -283,7 +283,7 @@
|
|||
###c_berlin
|
||||
3158 = {
|
||||
culture = NEOW_pomeranian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
1066.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -305,7 +305,7 @@
|
|||
###c_uckermark
|
||||
3160 = {
|
||||
culture = NEOW_pomeranian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
1066.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -853,7 +853,7 @@
|
|||
###c_dresden
|
||||
3030 = {
|
||||
culture = saxon
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
1178.1.1 = {
|
||||
religion = volksmarchen
|
||||
|
|
@ -877,7 +877,7 @@
|
|||
###c_erzgebirg
|
||||
3012 = {
|
||||
culture = polabian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
1170.1.1 = {
|
||||
culture = saxon
|
||||
|
|
@ -910,7 +910,7 @@
|
|||
}
|
||||
3025 = {
|
||||
culture = polabian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
1150.1.1 = {
|
||||
culture = low_saxon
|
||||
|
|
@ -940,7 +940,7 @@
|
|||
}
|
||||
2980 = {
|
||||
culture = polabian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
990.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -979,7 +979,7 @@
|
|||
}
|
||||
3024 = {
|
||||
culture = polabian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = none
|
||||
}
|
||||
###c_magdeburg
|
||||
|
|
@ -1026,7 +1026,7 @@
|
|||
}
|
||||
3020 = {
|
||||
culture = polabian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = none
|
||||
1150.1.1 = {
|
||||
culture = franconian
|
||||
|
|
|
|||
|
|
@ -785,7 +785,7 @@
|
|||
#Before that, his land was still pagan, but some of his people had already converted
|
||||
#So, we set as megalocratic from the get go the southern parts of k_bulgaria (Bulgaria & Philippopolis) due to their closeness to BYZ
|
||||
#Additionnally, Moesia will also start as megalocratic, as it's the ruler's "capital territory"
|
||||
#Dobrudja & Vidin will stay as slavic_pagan from start, and convert in 893 (after Boris' son, Vladimir,'s defeat when he tried a pagan uprising)
|
||||
#Dobrudja & Vidin will stay as chernobozhye from start, and convert in 893 (after Boris' son, Vladimir,'s defeat when he tried a pagan uprising)
|
||||
#Then, in the 1st half of the Xth century, Bogomilism appeared in south-western Bulgaria, until the end of the 2nd NEOW_bulgarian Empire
|
||||
|
||||
##d_vidin ###################################
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
###c_vestisland
|
||||
2 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = city_holding
|
||||
1000.1.1 = {
|
||||
religion = viking
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
###c_nordrland
|
||||
5 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = city_holding
|
||||
1000.1.1 = {
|
||||
religion = viking
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
###c_austisland
|
||||
4 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = city_holding
|
||||
1000.1.1 = {
|
||||
religion = viking
|
||||
|
|
@ -96,15 +96,9 @@
|
|||
}
|
||||
###c_sudurland
|
||||
3 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
holding = city_holding
|
||||
1000.1.1 = {
|
||||
religion = viking
|
||||
}
|
||||
1178.1.1 = {
|
||||
culture = icelander
|
||||
}
|
||||
religion = viking
|
||||
holding = city_holding
|
||||
}
|
||||
8774 = {
|
||||
holding = none
|
||||
|
|
@ -191,7 +185,7 @@
|
|||
###c_jamtfir
|
||||
386 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1020.1.1 = {
|
||||
culture = jaamtsk
|
||||
|
|
@ -213,7 +207,7 @@
|
|||
###c_morarna
|
||||
389 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1020.1.1 = {
|
||||
culture = jaamtsk
|
||||
|
|
@ -230,7 +224,7 @@
|
|||
###c_helgum
|
||||
439 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1020.1.1 = {
|
||||
culture = jaamtsk
|
||||
|
|
@ -255,7 +249,7 @@
|
|||
###c_harjadalen
|
||||
291 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1020.1.1 = {
|
||||
culture = jaamtsk
|
||||
|
|
@ -272,7 +266,7 @@
|
|||
###c_vastmanland
|
||||
346 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1066.1.1 = {
|
||||
culture = svealandsk
|
||||
|
|
@ -309,7 +303,7 @@
|
|||
###c_dalabergslagen
|
||||
350 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
867.1.1 = {
|
||||
special_building_slot = falun_mines_01
|
||||
|
|
@ -362,7 +356,7 @@
|
|||
}
|
||||
366 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1066.1.1 = {
|
||||
culture = svealandsk
|
||||
|
|
@ -384,7 +378,7 @@
|
|||
###c_gastrikland
|
||||
354 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1066.1.1 = {
|
||||
culture = svealandsk
|
||||
|
|
@ -445,7 +439,7 @@
|
|||
###c_dalarna
|
||||
351 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1066.1.1 = {
|
||||
culture = svealandsk
|
||||
|
|
@ -467,7 +461,7 @@
|
|||
###c_gutland
|
||||
369 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
867.1.1 = {
|
||||
special_building_slot = visby_ringmur_01
|
||||
|
|
@ -556,7 +550,7 @@
|
|||
}
|
||||
229 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1020.1.1 = {
|
||||
culture = gotsk
|
||||
|
|
@ -588,7 +582,7 @@
|
|||
###c_blekinge
|
||||
78 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
965.1.1 = {
|
||||
culture = skansk
|
||||
|
|
@ -623,7 +617,7 @@
|
|||
###c_dal
|
||||
321 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1066.1.1 = {
|
||||
culture = gotsk
|
||||
|
|
@ -653,7 +647,7 @@
|
|||
###c_ostergotland
|
||||
330 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1066.1.1 = {
|
||||
culture = gotsk
|
||||
|
|
@ -673,7 +667,7 @@
|
|||
###c_kinda
|
||||
332 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1066.1.1 = {
|
||||
culture = gotsk
|
||||
|
|
@ -768,7 +762,7 @@
|
|||
}
|
||||
301 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1066.1.1 = {
|
||||
culture = gotsk
|
||||
|
|
@ -799,7 +793,7 @@
|
|||
}
|
||||
63 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
867.1.1 = {
|
||||
buildings = {
|
||||
|
|
@ -841,7 +835,7 @@
|
|||
###c_bornholm
|
||||
77 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
965.1.1 = {
|
||||
culture = bornholmer
|
||||
|
|
@ -872,7 +866,7 @@
|
|||
###c_lolland_falster
|
||||
67 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
965.1.1 = {
|
||||
culture = dansk
|
||||
|
|
@ -904,7 +898,7 @@
|
|||
###c_vorbasse
|
||||
59 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
965.1.1 = {
|
||||
culture = slesvigsk
|
||||
|
|
@ -948,7 +942,7 @@
|
|||
###c_viborg
|
||||
56 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
965.1.1 = {
|
||||
culture = dansk
|
||||
|
|
@ -962,7 +956,7 @@
|
|||
###c_ringkobing
|
||||
82 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
965.1.1 = {
|
||||
culture = dansk
|
||||
|
|
@ -1006,7 +1000,7 @@
|
|||
###c_slesvig
|
||||
62 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
special_building_slot = danevirke_01
|
||||
700.1.1 = {
|
||||
|
|
@ -1053,7 +1047,7 @@
|
|||
###c_kiel
|
||||
2801 = {
|
||||
culture = polabian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
950.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -1078,7 +1072,7 @@
|
|||
###c_lubeck
|
||||
2804 = {
|
||||
culture = polabian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = tribal_holding
|
||||
950.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -1115,7 +1109,7 @@
|
|||
###c_vingulmork
|
||||
234 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1000.1.1 = {
|
||||
holding = castle_holding
|
||||
|
|
@ -1146,7 +1140,7 @@
|
|||
###c_vestfold
|
||||
286 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
special_building_slot = heddal_stave_church_01
|
||||
1020.1.1 = {
|
||||
|
|
@ -1173,7 +1167,7 @@
|
|||
###c_telemark
|
||||
248 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1020.1.1 = {
|
||||
culture = ostsk
|
||||
|
|
@ -1203,7 +1197,7 @@
|
|||
###c_nedenes
|
||||
249 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1020.1.1 = {
|
||||
culture = ostsk
|
||||
|
|
@ -1251,7 +1245,7 @@
|
|||
###c_hordalandi
|
||||
257 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1020.1.1 = {
|
||||
culture = vestsk
|
||||
|
|
@ -1274,7 +1268,7 @@
|
|||
###c_sogn
|
||||
260 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1020.1.1 = {
|
||||
culture = vestsk
|
||||
|
|
@ -1300,7 +1294,7 @@
|
|||
###c_firdafylki
|
||||
265 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1020.1.1 = {
|
||||
culture = vestsk
|
||||
|
|
@ -1376,7 +1370,7 @@
|
|||
###c_hedmork
|
||||
236 = {
|
||||
culture = norse
|
||||
religion = norse_pagan
|
||||
religion = folketro
|
||||
holding = tribal_holding
|
||||
1020.1.1 = {
|
||||
culture = ostsk
|
||||
|
|
|
|||
|
|
@ -664,7 +664,7 @@
|
|||
###c_durmitor
|
||||
3584 = { #Prijepolje
|
||||
culture = NEOW_serbian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = castle_holding
|
||||
870.1.1 = {
|
||||
religion = yugoslavist
|
||||
|
|
@ -682,7 +682,7 @@
|
|||
###c_macva
|
||||
3604 = { #Macva
|
||||
culture = NEOW_serbian
|
||||
religion = slavic_pagan
|
||||
religion = chernobozhye
|
||||
holding = castle_holding
|
||||
870.1.1 = {
|
||||
religion = yugoslavist
|
||||
|
|
|
|||
BIN
map_data/provinces.png
(Stored with Git LFS)
BIN
map_data/provinces.png
(Stored with Git LFS)
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue