From 4f88eb2cc5d55d09d4239412116da0ae0868cbc1 Mon Sep 17 00:00:00 2001 From: trashmasteruni Date: Sat, 6 Dec 2025 23:56:33 +0100 Subject: [PATCH] Fixes to previous commit + holes filled + scandinavia restored --- .../buildings/NEOW_special_buildings.txt | 4 +- .../council_tasks/00_court_chaplain_tasks.txt | 6 +- .../00_regional_custom_localization.txt | 44 +- N3OW/common/defines/00_defines.txt | 2 +- .../buildings/00_estate_buildings.txt | 168 +- N3OW/common/landed_titles/finland.txt | 1204 +++++++++++ N3OW/common/landed_titles/scandinavia.txt | 1913 +++++++++++++++++ N3OW/common/on_action/game_start.txt | 36 +- ...0_1_neow_universal_tolerance_doctrines.txt | 10 + .../religion/doctrines/30_core_tenets.txt | 2 +- .../religion/religions/00_christianity.txt | 1734 --------------- .../religion/religions/NEOW_catholic.txt | 1240 +++++++++++ .../religion/religions/NEOW_europeanist.txt | 3 +- .../religion/religions/NEOW_orthodox.txt | 465 ++++ .../religion/religions/NEOW_protestant.txt | 690 ++++++ .../script_values/02_religion_values.txt | 4 +- .../00_major_decisions_scripted_effects.txt | 32 +- .../03_fp2_scripted_triggers.txt | 2 +- .../07_frankokratia_triggers.txt | 4 +- .../10_ach_scripted_triggers.txt | 4 +- .../artifacts/historical_artifacts_events.txt | 18 +- .../scripted_illustrations/ingame.txt | 38 +- N3OW/history/provinces/e_alps.txt | 8 +- N3OW/history/provinces/e_germany.txt | 2 + N3OW/history/titles/k_brandenburg.txt | 6 - 25 files changed, 5829 insertions(+), 1810 deletions(-) create mode 100644 N3OW/common/landed_titles/finland.txt create mode 100644 N3OW/common/landed_titles/scandinavia.txt create mode 100644 N3OW/common/religion/religions/NEOW_catholic.txt create mode 100644 N3OW/common/religion/religions/NEOW_orthodox.txt create mode 100644 N3OW/common/religion/religions/NEOW_protestant.txt diff --git a/N3OW/common/buildings/NEOW_special_buildings.txt b/N3OW/common/buildings/NEOW_special_buildings.txt index 555b76fc..c3e83e06 100644 --- a/N3OW/common/buildings/NEOW_special_buildings.txt +++ b/N3OW/common/buildings/NEOW_special_buildings.txt @@ -10,13 +10,13 @@ fortress_andorra_01 = { can_construct_potential = { scope:holder = { - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } } is_enabled = { scope:holder = { - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } } diff --git a/N3OW/common/council_tasks/00_court_chaplain_tasks.txt b/N3OW/common/council_tasks/00_court_chaplain_tasks.txt index 7a06abd3..2a220f19 100644 --- a/N3OW/common/council_tasks/00_court_chaplain_tasks.txt +++ b/N3OW/common/council_tasks/00_court_chaplain_tasks.txt @@ -324,7 +324,11 @@ task_conversion = { limit = { scope:councillor_liege.faith = { has_doctrine_parameter = adoptionists_attractively_intuitive_theology } exists = scope:county - scope:county.faith.religion = religion:christianity_religion + OR = { + scope:county.faith.religion = religion:eastern_orthodox_religion + scope:county.faith.religion = religion:catholic_religion + scope:county.faith.religion = religion:protestant_religion + } } add = { value = fp2_lyonese_monk_conversion_bonus_actual_value diff --git a/N3OW/common/customizable_localization/00_regional_custom_localization.txt b/N3OW/common/customizable_localization/00_regional_custom_localization.txt index 36c5d29b..6c9299ff 100644 --- a/N3OW/common/customizable_localization/00_regional_custom_localization.txt +++ b/N3OW/common/customizable_localization/00_regional_custom_localization.txt @@ -1045,7 +1045,11 @@ Abortifacient = { #Christian only #Balkans, Anatolia, Mediterranean trigger = { - faith.religion = religion:christianity_religion + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } location = { OR = { geographical_region = world_europe_south @@ -1511,10 +1515,20 @@ RandomReligiousTextName = { #We're a LAAMP visiting somewhere trigger_else_if = { limit = { exists = scope:visiting_location } - faith.religion = religion:christianity_religion + OR = { + location.faith.religion = religion:eastern_orthodox_religion + location.faith.religion = religion:catholic_religion + location.faith.religion = religion:protestant_religion + } } #The book is of my religion - trigger_else = { faith.religion = religion:christianity_religion } + trigger_else = { + OR = { + location.faith.religion = religion:eastern_orthodox_religion + location.faith.religion = religion:catholic_religion + location.faith.religion = religion:protestant_religion + } + } } } localization_key = random_religious_text_golden_legend @@ -1530,11 +1544,19 @@ RandomReligiousTextName = { #We're a LAAMP visiting somewhere trigger_else_if = { limit = { exists = scope:visiting_location } - location.faith.religion = religion:christianity_religion + OR = { + location.faith.religion = religion:eastern_orthodox_religion + location.faith.religion = religion:catholic_religion + location.faith.religion = religion:protestant_religion + } } #The book is of my religion trigger_else = { - location.faith.religion = religion:christianity_religion + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } localization_key = random_religious_text_city_of_god @@ -1559,7 +1581,11 @@ RandomReligiousTextName = { } #The book is of my religion trigger_else = { - location.faith.religion = religion:christianity_religion + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } NOT = { faith = faith:orthodox } } } @@ -1585,7 +1611,11 @@ RandomReligiousTextName = { } #The book is of my religion trigger_else = { - location.faith.religion = religion:christianity_religion + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } NOT = { faith = faith:orthodox } } } diff --git a/N3OW/common/defines/00_defines.txt b/N3OW/common/defines/00_defines.txt index a72221b3..65b4764a 100644 --- a/N3OW/common/defines/00_defines.txt +++ b/N3OW/common/defines/00_defines.txt @@ -580,7 +580,7 @@ NCombat = { MANEUVER_PHASE_DAYS = 3 # How many days should the maneuver phase last LEVY_TOUGHNESS = 15 # How much toughness does each levy soldier have LEVY_ATTACK = 15 # How much attack does each levy soldier have - LEVY_SIEGE = 1 # How much siege bonus does each levy soldier have + LEVY_SIEGE = 0 # How much siege bonus does each levy soldier have LEVY_PURSUIT = 1 # How much pursuit does each levy soldier have LEVY_SCREEN = 0 # How much screen does each levy soldier have DAMAGE_SCALING_FACTOR = 0.03 # Scaling factor for dealing damage in combat diff --git a/N3OW/common/domiciles/buildings/00_estate_buildings.txt b/N3OW/common/domiciles/buildings/00_estate_buildings.txt index cfc0885a..ce30cef1 100644 --- a/N3OW/common/domiciles/buildings/00_estate_buildings.txt +++ b/N3OW/common/domiciles/buildings/00_estate_buildings.txt @@ -2867,7 +2867,12 @@ temple_small_01 = { has_graphical_norse_culture_group_trigger = yes } } - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds" @@ -2891,7 +2896,12 @@ temple_small_01 = { } asset = { trigger = { - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds" @@ -2992,7 +3002,12 @@ temple_small_02 = { has_graphical_norse_culture_group_trigger = yes } } - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds" @@ -3016,7 +3031,12 @@ temple_small_02 = { } asset = { trigger = { - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds" @@ -3121,7 +3141,12 @@ temple_small_03 = { has_graphical_norse_culture_group_trigger = yes } } - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds" @@ -3145,7 +3170,12 @@ temple_small_03 = { } asset = { trigger = { - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds" @@ -3267,7 +3297,12 @@ temple_crypt_04 = { has_graphical_norse_culture_group_trigger = yes } } - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds" @@ -3291,7 +3326,12 @@ temple_crypt_04 = { } asset = { trigger = { - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds" @@ -3411,7 +3451,12 @@ temple_crypt_05 = { has_graphical_norse_culture_group_trigger = yes } } - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds" @@ -3435,7 +3480,12 @@ temple_crypt_05 = { } asset = { trigger = { - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds" @@ -3556,7 +3606,12 @@ temple_crypt_06 = { has_graphical_norse_culture_group_trigger = yes } } - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds" @@ -3580,7 +3635,12 @@ temple_crypt_06 = { } asset = { trigger = { - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds" @@ -3690,7 +3750,12 @@ temple_large_04 = { has_graphical_norse_culture_group_trigger = yes } } - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds" @@ -3714,7 +3779,12 @@ temple_large_04 = { } asset = { trigger = { - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds" @@ -3822,7 +3892,12 @@ temple_large_05 = { has_graphical_norse_culture_group_trigger = yes } } - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds" @@ -3846,7 +3921,12 @@ temple_large_05 = { } asset = { trigger = { - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds" @@ -3956,7 +4036,12 @@ temple_large_06 = { has_graphical_norse_culture_group_trigger = yes } } - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds" @@ -3980,7 +4065,12 @@ temple_large_06 = { } asset = { trigger = { - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds" @@ -4093,7 +4183,12 @@ temple_monastery_04 = { has_graphical_norse_culture_group_trigger = yes } } - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds" @@ -4117,7 +4212,12 @@ temple_monastery_04 = { } asset = { trigger = { - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds" @@ -4228,7 +4328,12 @@ temple_monastery_05 = { has_graphical_norse_culture_group_trigger = yes } } - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds" @@ -4252,7 +4357,12 @@ temple_monastery_05 = { } asset = { trigger = { - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds" @@ -4363,7 +4473,12 @@ temple_monastery_06 = { has_graphical_norse_culture_group_trigger = yes } } - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds" @@ -4387,7 +4502,12 @@ temple_monastery_06 = { } asset = { trigger = { - owner = {faith.religion = religion:christianity_religion + owner = { + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } } } icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds" diff --git a/N3OW/common/landed_titles/finland.txt b/N3OW/common/landed_titles/finland.txt new file mode 100644 index 00000000..375dce72 --- /dev/null +++ b/N3OW/common/landed_titles/finland.txt @@ -0,0 +1,1204 @@ +e_finland = { + color = { 235 235 235 } + k_sapmi = { + color = { 153 204 189 } + + capital = c_ubmeje + + ai_primary_priority = { + if = { + limit = { + culture = culture:norwegian + } + add = @correct_culture_primary_score + } + } + d_vasterbottena = { + color = { 153 204 189 } + capital = c_sjeltie + cultural_names = { + name_list_norwegian = cn_vasterbotten + name_list_swedish = cn_vasterbotten + name_list_norse = cn_vasterbotten + } + c_ubmeje = { + color = { 153 204 189 } + cultural_names = { + name_list_swedish = cn_umea + } + b_ubmeje = { #(Umeå) + province = 368 + + color = { 153 204 189 } + + cultural_names = { + name_list_swedish = cn_umea + } + } + b_arviesjavrrie = { #Árviesjávrrie (Arvidsjaur) + province = 375 + + color = { 153 204 189 }0 } + + cultural_names = { + name_list_swedish = cn_arvidsjaur + } + } + b_grundasund = { #(Grundsunda) + province = 382 + + color = { 153 204 189 } + } + } + c_sjeltie = { + color = { 133 184 159 } + cultural_names = { + name_list_swedish = cn_asele + } + b_sjeltie = { #Sjeltie (Åsele) + province = 430 + + color = { 133 184 159 } + + cultural_names = { + name_list_swedish = cn_asele + } + } + b_gaaltoe = { #Gåaltoe (Kultsjön) + province = 431 + + color = { 133 184 159 } + + cultural_names = { + name_list_swedish = cn_kultsjon + } + } + b_vualtjere = { #(Vilhelmina) + province = 432 + + color = { 133 184 159 } + + cultural_names = { + name_list_swedish = cn_volgsjo + } + } + } + c_ubmejeiednuo = { #(Umeälven) + color = { 103 154 159 } + cultural_names = { + name_list_sami = cn_ubmejeiednuo + } + b_uddjaur = { + province = 428 + + color = { 103 154 159 } + } + b_lusspie = { #Storuman + province = 429 + + color = { 103 154 159 } + + cultural_names = { + name_list_swedish = cn_storuman + } + } + b_ume = { + province = 8781 + color = { 103 154 159 } + } + b_lais = { + province = 381 + + color = { 103 154 159 } + } + } + } + + d_norrbottena = { + color = { 173 194 229 } + + capital = c_julevadno + c_julevadno = { #Julevädno (Luleälven) + color = { 183 204 239 } + cultural_names = { + name_list_swedish = cn_lulea + } + b_julevu = { #(Luleå) + province = 421 + + color = { 183 204 239 } + cultural_names = { + name_list_swedish = cn_lulea + } + } + b_galaseatnu = { #Gáláseatnu (Kalix) + province = 423 + + color = { 183 204 239 } + cultural_names = { + name_list_swedish = cn_kalix + } + } + b_biton = { #(Piteå) + province = 422 + + color = { 173 194 229 } + + cultural_names = { + name_list_swedish = cn_pitea + } + } + } + c_torne = { + color = { 193 204 219 } + + b_vettanen = { #(=Ängesån) + province = 8782 + color = { 193 204 219 } + } + b_ylikainuu = { #(=Överkalix) + province = 8783 + color = { 193 204 219 } + } + b_siggevara = { + province = 380 + + color = { 126 137 225 } + } + } + c_pite = { + color = { 150 150 219 } + + b_luokta = { + province = 374 + + color = { 150 150 219 } + } + b_arjepluovve = { #Árjepluovve + province = 427 + + color = { 150 150 219 } + } + b_semisjaur = { + province = 377 + + color = { 150 150 219 } + } + } + c_jahkamakke = { #Lule + color = { 130 120 190 } + cultural_names = { + name_list_swedish = cn_jokkmokk + } + b_jahkamakke = { #Jåhkåmåhkke (Jokkmokk) + province = 373 + + color = { 130 120 190 } + + cultural_names = { + name_list_swedish = cn_jokkmokk + } + } + b_tuorpon = { + province = 376 + + color = { 130 120 190 } + } + b_tingevara = { + province = 383 + + color = { 130 120 190 } + } + b_sjokksjokk = { + province = 378 + + color = { 130 120 190 } + } + b_sirkas = { + province = 379 + + color = { 130 120 190 } + } + } + } + d_torniolaakso = { + color = { 143 194 249 } + + capital = c_kittila + } + d_finnmarku = { #Davvisapmi + color = { 106 90 245 } + + capital = c_aviovara + cultural_names = { + name_list_norwegian = cn_finnmark + } + cultural_names = { + name_list_norse = cn_finnmork + name_list_norwegian = cn_finnmork + name_list_swedish = cn_finnmork + name_list_finnish = cn_ruija + } + + c_rounala = { + color = { 80 75 235 } + + cultural_names = { + name_list_norwegian = cn_tromso + } + + b_rounala = { + province = 393 + + color = { 80 75 235 } + + cultural_names = { + name_list_norwegian = cn_tromso + } + } + } + c_karasjohka = { + color = { 120 120 255 } + cultural_names = { + name_list_norwegian = cn_karasjok + } + b_karasjohka = { + province = 397 + + color = { 110 110 255 } + + cultural_names = { + name_list_norwegian = cn_karasjok + } + } + b_guovdageaidnu = { + province = 392 + + color = { 70 55 200 } + cultural_names = { + name_list_norwegian = cn_kautokeino + } + } + } + c_aviovara = { + color = { 110 110 255 } + b_aviovara = { + province = 395 + + color = { 110 110 255 } + + cultural_names = { + name_list_norwegian = cn_hammerfest + } + } + b_alta = { + province = 394 + + color = { 110 110 255 } + + cultural_names = { + name_list_norwegian = cn_alta + } + } + } + c_cahcesuolu = { + color = { 100 95 255 } + + cultural_names = { + name_list_norwegian = cn_vadso + } + b_cahcesuolu = { + province = 399 + + color = { 100 95 255 } + + cultural_names = { + name_list_norwegian = cn_vadso + } + } + b_porsangu = { #Kárášjohka + province = 396 + + color = { 100 95 255 } + + cultural_names = { + name_list_norwegian = cn_porsanger + } + } + b_matta_varjjat = { + province = 400 + + color = { 20 20 145 } + + cultural_names = { + name_list_norse = cn_sor_varanger + } + } + } + } + d_giemajohka = { #(Kemi älv) + color = { 130 130 190 } + + capital = c_giempa + + cultural_names = { + name_list_swedish = cn_leporie + name_list_norwegian = cn_leporie + name_list_norse = cn_leporie + name_list_russian = cn_leporie + #More or less this region can be found as "Leporie" in maps from Renaissance Era + #Possibly just means "Laponia" in Russian or interpreted Russian + } + c_giepma = { #Kemi + color = { 210 220 255 } + cultural_names = { + name_list_finnish = cn_kemi + } + b_giempa = { #Kemi + province = 425 + + color = { 210 220 255 } + + cultural_names = { + name_list_finnish = cn_kemi + } + } + b_iijoki = { + province = 426 + + color = { 210 220 255 } + } + b_kuusama = { + province = 8786 + color = { 210 220 255 } + } + } + c_roavvenjarga = { + b_roavvenjarga = { #Rovaniemi + province = 8785 + color = { 210 240 255 } + } + b_suadigil = { #Suádigil (Sodankylä) + province = 387 + + color = { 210 240 255 } + + cultural_names = { + name_list_finnish = cn_sodankyla + } + } + b_kemijavri = { #Kemijävri (Kemijärvi) + province = 388 + + color = { 210 240 255 } + + cultural_names = { + name_list_finnish = cn_kemijarvi + } + } + } + c_kitka = { + color = { 150 100 250 } + + b_kitka = { + province = 419 + + color = { 15 10 150 } + } + b_koulajavri = { #Koulajävri + province = 418 + + color = { 15 10 150 } + + cultural_names = { + name_list_finnish = cn_koulajarvi + } + } + b_maanselka = { #Maanselkä + province = 420 + + color = { 15 10 150 } + } + } + c_sombio = { + color = { 130 125 245 } + + b_sombio = { + province = 390 + + color = { 130 125 245 } + } + b_suonnjel = { #Suõ?nnjel + province = 401 + + color = { 130 125 245 } + + cultural_names = { + name_list_russian = cn_priretjnyj + name_list_finnish = cn_suonikyla + } + } + b_nuottjaurr = { #Nuõ´ttjäu´rr + province = 403 + + color = { 130 125 245 } + + cultural_names = { + name_list_russian = cn_notozero + name_list_finnish = cn_nourtijarvi + } + } + b_saarvesjaurr = { #Sââ´rvesjäu´rr + province = 408 + + color = { 130 125 245 } + + cultural_names = { + name_list_russian = cn_girvasozero + name_list_finnish = cn_hirvas_jarvi + } + } + } + c_skolt = { + color = { 144 120 250 } + + b_skolt = { + province = 8789 + color = { 144 120 250 } + } + b_kiilt = { + province = 404 + + color = { 144 120 250 } + + cultural_names = { + name_list_russian = cn_kildin + } + } + b_muetkk = { #Mue´t?? + province = 402 + + color = { 144 120 250 } + + cultural_names = { + name_list_russian = cn_motovsky + name_list_finnish = cn_muotka + } + } + } + c_kittila = { + color = { 143 194 249 } + + b_kittal = { + province = 385 + + color = { 143 194 249 } + + cultural_names = { + name_list_finnish = cn_kittila + } + } + b_suondavara = { + province = 384 + + color = { 120 110 227 } + } + } + c_tornionlaakso = { + color = { 130 130 190 } + b_duortnus = { #(Torneå) + province = 424 + + color = { 130 130 190 } + + cultural_names = { + name_list_swedish = cn_tornea + name_list_finnish = cn_tornio + } + } + b_kangos = { + province = 8784 + color = { 143 194 249 } + } + } + c_inari = { + color = { 120 160 205 } + + b_aanaarjavri = { #Aanaarjävri (Enare Träsk) + province = 391 + + color = { 120 160 205 } + + cultural_names = { + name_list_swedish = cn_enare_trask + name_list_finnish = cn_inarijarvi + } + } + b_suenekele = { + province = 8788 + color = { 120 160 205 } + } + b_laggujakka = { #Laggujåkka + province = 398 + + color = { 120 160 205 } + } + } + } + } + + k_finland = { + color = { 235 235 235 } + + capital = c_nyland # Helsinki + + can_create = { + trigger_if = { + limit = { + is_ai = yes + } + culture = { has_cultural_pillar = heritage_balto_finnic } + } + } + + ai_primary_priority = { + if = { + limit = { + culture = culture:finnish + } + add = @correct_culture_primary_score + } + } + + d_finland = { + color = { 200 160 0 } + + capital = c_finland #Turku + + c_finland = { + color = { 200 140 0 } + + b_turku = { + province = 179 + color = { 200 140 0 } + } + b_rikala = { + province = 178 + color = { 200 140 0 } + } + b_rauma = { + province = 180 + color = { 200 140 0 } + } + } + + c_nyland = { + color = { 200 190 0 } + + b_porvoo = { + province = 175 + color = { 200 190 0 } + } + b_espoo = { + province = 176 + color = { 200 190 0 } + } + b_raseborg = { + province = 177 + color = { 200 190 0 } + + cultural_names = { + name_list_swedish = cn_raseborg + } + } + b_vehkalahti = { + province = 197 + color = { 200 190 0 } + + cultural_names = { + name_list_swedish = cn_veckelax + } + } + } + + c_satakunta = { + color = { 200 190 25 } + + cultural_names = { + name_list_swedish = cn_satakunda + name_list_norse = cn_satakunda + } + + b_ulvila = { + province = 185 + color = { 200 190 25 } + } + b_liinmaa = { + province = 183 + color = { 200 190 25 } + } + b_telja = { + province = 184 + color = { 200 190 25 } + } + b_pirkkala = { + province = 186 + color = { 200 190 25 } + } + } + + c_messukyla = { + color = { 200 175 10 } + + b_messukyla = { + province = 211 + color = { 200 175 10 } + } + b_ruovesi = { + province = 212 + color = { 200 175 10 } + } + } + + c_tavasts = { + color = { 200 110 0 } + + b_hameenlinna = { + province = 205 + color = { 200 110 0 } + } + b_somero = { + province = 206 + color = { 200 110 0 } + } + b_lahti = { + province = 208 + color = { 200 110 0 } + } + } + } + + d_savo = { + color = { 250 100 20 } + + capital = c_olavinlinna # Olofsborg + + c_olavinlinna = { + color = { 250 80 10 } + + cultural_names = { + name_list_swedish = cn_olofsborg + name_list_norse = cn_olofsborg + name_list_norwegian = cn_olavsborg + name_list_danish = cn_olavsborg + } + + b_olavinlinna = { + province = 190 + color = { 250 80 10 } + + cultural_names = { + name_list_swedish = cn_olofsborg + name_list_norse = cn_olofsborg + name_list_norwegian = cn_olavsborg + name_list_danish = cn_olavsborg + } + } + b_sulkava = { + province = 189 + color = { 250 80 10 } + } + + b_mikkeli = { + province = 188 + color = { 250 80 10 } + + cultural_names = { + name_list_swedish = cn_st_michel + name_list_norse = cn_st_michel + name_list_norwegian = cn_st_michel + name_list_danish = cn_st_michel + } + } + } + + c_sysma = { + color = { 250 120 50 } + + b_sysma = { + province = 207 + color = { 250 120 50 } + } + b_paijala = { + province = 209 + color = { 250 120 50 } + } + b_konnevesi = { + province = 447 + color = { 250 120 50 } + } + } + + c_pielinen = { + color = { 230 65 35 } + + b_pielinen = { + province = 449 + color = { 230 65 35 } + } + b_keitele = { + province = 448 + color = { 230 65 35 } + } + } + } + + d_pohjanmaa = { + color = { 140 125 25 } + + capital = c_oulu + + c_oulu = { + color = { 140 100 40 } + + b_oulu = { + province = 444 + color = { 140 100 40 } + } + b_liminka = { + province = 445 + color = { 140 100 40 } + } + b_puolanka = { + province = 446 + color = { 140 100 40 } + } + b_veteli = { + province = 443 + color = { 140 100 40 } + } + } + + c_pedersore = { + color = { 140 145 45 } + + cultural_names = { + name_list_swedish = cn_pedersore + } + + b_pedersore = { + province = 442 + color = { 140 145 45 } + + cultural_names = { + name_list_swedish = cn_pedersore + } + } + b_vuohijarvi = { + province = 210 + color = { 140 145 45 } + } + } + + c_mustasaari = { + color = { 140 110 15 } + + cultural_names = { + name_list_swedish = cn_korsholm + } + + b_mustasaari = { + province = 213 + color = { 140 110 15 } + + cultural_names = { + name_list_swedish = cn_korsholm + } + } + b_merikarvia = { + province = 214 + color = { 140 110 15 } + } + b_levanluhta = { + province = 215 + color = { 140 110 15 } + } + } + + c_kainuu = { + color = { 140 125 25 } + + b_kajaani = { + province = 450 + color = { 145 125 25 } + } + } + } + } + k_karelia = { + color = { 76 140 153 } + + capital = c_kakisalmi #kakisalmi + + d_karelia = { + color = { 220 160 10 } + + capital = c_kakisalmi #kakisalmi + + c_kakisalmi = { + color = { 220 160 50 } + + cultural_names = { + name_list_swedish = cn_kexholm + name_list_norse = cn_kexholm + name_list_norwegian = cn_kexholm + name_list_danish = cn_kexholm + name_list_russian = cn_korela + } + + b_kakisalmi = { + province = 172 + color = { 220 160 50 } + + cultural_names = { + name_list_swedish = cn_kexholm + name_list_norse = cn_kexholm + name_list_norwegian = cn_kexholm + name_list_danish = cn_kexholm + name_list_russian = cn_korela + } + } + b_koivisto = { + province = 173 + color = { 220 160 50 } + + cultural_names = { + name_list_swedish = cn_bjorko + name_list_russian = cn_beryozovskoye + } + } + b_rautu = { + province = 171 + color = { 220 160 50 } + } + } + c_suparsaari = { + color = { 250 80 10 } + b_suoparsaari = { + province = 203 + color = { 250 80 10 } + } + b_tohmajarvi = { + province = 204 + color = { 220 140 20 } + } + } + c_viipuri = { + color = { 230 200 10 } + + cultural_names = { + name_list_swedish = cn_viborg + name_list_franconian = cn_wiborg + name_list_saxon = cn_wiborg + name_list_swabian = cn_wiborg + name_list_bavarian = cn_wiborg + name_list_estonian = cn_viiburi + } + b_viipuri = { + province = 182 + color = { 230 200 10 } + + cultural_names = { + name_list_swedish = cn_viborg + name_list_franconian = cn_wiborg + name_list_saxon = cn_wiborg + name_list_swabian = cn_wiborg + name_list_bavarian = cn_wiborg + name_list_estonian = cn_viiburi + } + } + b_parikkala = { + province = 181 + color = { 230 200 10 } + } + b_savitaipale = { + province = 187 + color = { 230 200 10 } + } + } + + c_sortavala = { + color = { 220 140 20 } + + cultural_names = { + name_list_swedish = cn_sordavala + name_list_russian = cn_serdovol + } + + b_sortavala = { + province = 174 + color = { 220 140 20 } + } + b_kidila = { + province = 191 + color = { 220 140 20 } + } + b_tovajarvi = { + province = 200 + color = { 220 140 20 } + } + } + + c_salinis = { + color = { 220 190 50 } + + b_salinis = { + province = 192 + color = { 220 190 50 } + } + b_suojarvi = { + province = 201 + color = { 220 190 50 } + } + } + + c_onega = { + color = { 220 170 30 } + + b_onegaborg = { + province = 195 + color = { 220 170 30 } + + cultural_names = { + name_list_swedish = cn_onegaborg + } + } + b_soutjarvi = { + province = 196 + color = { 220 170 30 } + } + b_aunus = { + province = 193 + color = { 220 170 30 } + } + } + + c_viena = { + color = { 200 170 35 } + + b_kem = { + province = 219 + color = { 200 170 35 } + } + b_soma = { + province = 218 + color = { 200 170 35 } + } + b_tungut = { + province = 452 + color = { 200 170 35 } + } + b_kuusema = { + province = 453 + color = { 200 170 35 } + } + b_nuokkijarvi = { + province = 451 + color = { 145 125 25 } + } + } + + c_kontupohja = { + color = { 200 125 0 } + + b_kontupohja = { + province = 198 + color = { 200 125 0 } + } + b_lizmajarvi = { + province = 199 + color = { 200 125 0 } + } + b_vatselanjarvi = { + province = 202 + color = { 200 125 0 } + } + b_seesjarvi = { + province = 194 + color = { 200 125 0 } + } + } + } + d_guoldat = { #Guoládat = Kola + color = { 44 20 169 } + capital = c_ter + + cultural_names = { + name_list_norwegian = cn_kola + name_list_swedish = cn_kola + name_list_norse = cn_kola + name_list_russian = cn_kola + name_list_finnish = cn_kuola + } + + c_ter = { + color = { 55 35 245 } + + b_sosnevke = { #Sosnevke + province = 417 + + color = { 55 35 245 } + + cultural_names = { + name_list_russian = cn_sosnovka + } + } + b_jovvkuj = { #Jovvkuj + province = 415 + + color = { 55 35 245 } + + cultural_names = { + name_list_russian = cn_yokanga + } + } + b_penne = { #P'enne + province = 416 + + color = { 55 35 245 } + + cultural_names = { + name_list_russian = cn_ponoy + } + } + b_peliza = { + province = 8790 + color = { 55 35 245 } + } + } + c_jovvkuj = { #Kildin + color = { 40 15 200 } + + b_guoddemjavvr = { #Guoddemjavv'r + province = 413 + + color = { 40 15 200 } + + cultural_names = { + name_list_russian = cn_kuroptevsky + } + } + b_lejjavvr = { #Lejjavv'r + province = 411 + + color = { 40 15 200 } + + cultural_names = { + name_list_russian = cn_lyavozero + } + } + b_arsjogk = { #Arsjogk + province = 412 + + color = { 40 15 200 } + + cultural_names = { + name_list_russian = cn_varzino + } + } + } + c_east_kiilt = { #Kordok + color = { 25 5 75 } + + b_lujavvr = { #Lujavv'r + province = 410 + + color = { 25 5 75 } + + cultural_names = { + name_list_russian = cn_lovozero + } + } + b_koardegk = { + province = 405 + + color = { 25 5 75 } + + cultural_names = { + name_list_russian = cn_voronye + } + } + b_maselk = { # Masel'k + province = 406 + + color = { 25 5 75 } + + cultural_names = { + name_list_russian = cn_pulozero + name_list_finnish = cn_maaselka + } + } + } + c_kintus = { + color = { 35 5 135 } + + b_kintus = { #Kintuš + province = 414 + + color = { 35 5 135 } + + cultural_names = { + name_list_russian = cn_kamensky + } + } + b_varsiga = { #AKA Varzuga + province = 8791 + color = { 35 5 135 } + } + b_cascarena = { + province = 8792 + color = { 35 5 135 } + } + } + c_koutajoki = { + color = { 20 5 150 } + + b_koutajoki = { + province = 454 + color = { 20 5 150 } + } + b_tiiksjarvi = { + province = 455 + color = { 20 5 150 } + } + } + c_akkel = { #Akkala + color = { 35 10 145 } + + b_akkel = { + province = 409 + + color = { 35 10 145 } + + cultural_names = { + name_list_russian = cn_babinsky + name_list_finnish = cn_akkala + } + } + b_cukksual = { #?u´kksuâl + province = 407 + + color = { 35 10 145 } + + cultural_names = { + name_list_russian = cn_ekostrovsky + } + } + b_kaddlhutt = { #AKA Kandalaksha + province = 8787 + color = { 35 10 145 } + } + } + } + } +} \ No newline at end of file diff --git a/N3OW/common/landed_titles/scandinavia.txt b/N3OW/common/landed_titles/scandinavia.txt new file mode 100644 index 00000000..2ccb7a2c --- /dev/null +++ b/N3OW/common/landed_titles/scandinavia.txt @@ -0,0 +1,1913 @@ + +e_scandinavia = { + color = { 62 122 189 } + + capital = c_skane #Lund - Archbishop seat of Scandinavia + + can_create = { + rule_title_creation_imperial_power_projection_title_creation_trigger = yes + } + + ai_primary_priority = { + if = { + limit = { + OR = { + culture = { has_cultural_pillar = heritage_north_germanic } + culture = { has_cultural_pillar = heritage_balto_finnic } + } + } + add = @correct_culture_primary_score + } + } + k_doggerlan d = { + color = {21 176 239} + + capital = c_favrsted # favrsted + + d_doggerland = { + color = { 21 176 239 } + + capital = c_favrsted # favrsted + + c_favrsted = { + color = { 21 196 239 } + + b_favrsted= { + province = 9685 + + color = { 21 196 239 } + } + b_fljot = { + province = 9686 + + color = { 21 196 239 } + } + b_akranes = { + province = 9692 + + color = { 21 196 239 } + } + } + c_hestr = { + color = { 21 186 239 } + + b_melar = { + province = 9687 + + color = { 21 186 239 } + } + b_hestr = { + province = 9688 + + color = { 21 186 239 } + } + } + c_north_doggerland = { + color = { 21 216 249 } + + b_storo = { + province = 9689 + + color = { 21 216 249 } + } + b_flekkevinger = { + province = 9693 + + color = { 21 216 249 } + } + b_ydreoer = { + province = 9690 + + color = { 21 216 249 } + } + b_lileo = { + province = 9691 + + color = { 21 216 249 } + } + } + } + } + + + k_iceland = { + color = {121 162 156} + + capital = c_vestisland # Reykjavik + + d_iceland = { + color = { 255 245 245 } + + capital = c_vestisland # Reykjavik + + cultural_names = { + name_list_norse = cn_island + name_list_norwegian = cn_island + } + + c_vestisland = { + color = { 255 245 245 } + + b_reykjavik = { + province = 2 + + color = { 255 245 245 } + } + b_vestfirdir = { #=Isalfjordur + province = 1 + + color = { 255 245 245 } + } + b_olafsvik = { + province = 8771 + + color = { 255 245 245 } + } + } + c_nordrland = { + color = { 240 230 230 } + + b_husavik = { + province = 5 + + color = { 240 230 230 } + + cultural_names = { + name_list_norse = cn_husavik + } + } + b_vopnafjordur = { + province = 8773 + + color = { 240 230 230 } + + } + } + c_austisland = { + color = { 250 215 215 } + + b_reydarfjall = { #=Seydisfjordur + province = 4 + + color = { 250 215 215 } + } + b_hofn = { + province = 8772 + + color = { 250 215 215 } + } + } + c_sudurland = { + color = { 220 220 220 } + + b_stokkseyri = { + province = 3 + + color = { 220 220 220 } + } + b_klaustur = { + province = 8774 + + color = { 220 220 220 } + } + } + } + d_northern_isles = { + color = { 195 75 75 } + + capital = c_faereyar # Orkney + + definite_form = yes + + cultural_names = { + name_list_norse = cn_nordreyjar + } + + + c_faereyar = { + color = { 200 70 70 } + + b_torshavn = { + province = 6 + + color = { 200 70 70 } + + cultural_names = { + name_list_norse = cn_torshavn + name_list_pictish = cn_pirth_taran + name_list_welsh = cn_porth_taran + name_list_irish = cn_port_turenn + } + } + } + c_shetland = { + color = { 205 65 65 } + + cultural_names = { + name_list_norse = cn_hjaltland + name_list_norwegian = cn_hjaltland + } + + b_scalloway = { + province = 7 + + color = { 205 65 65 } + + cultural_names = { + name_list_norse = cn_skalavagr + name_list_norwegian = cn_skalavagr + name_list_pictish = cn_bachuuon_maurt + name_list_welsh = cn_bachwyon_mawrty + name_list_irish = cn_batin_mortaigh + } + } + } + } + } + + k_sweden = { + color = { 50 110 165 } + capital = c_stockholm + + ai_primary_priority = { + if = { + limit = { + culture = culture:swedish + } + add = @correct_culture_primary_score + } + } + d_svealand = { # Uppland + color = { 20 20 145 } + + capital = c_stockholm + + c_stockholm = { + color = { 20 20 145 } + b_stockholm = { + province = 9777 + + color = { 20 20 145 } + } + b_sigtuna = { + province = 341 + + color = { 20 20 145 } + } + b_talje = { #Tälje + province = 336 + + color = { 20 20 145 } + } + } + c_upland = { #Upland + color = { 30 90 210 } + + cultural_names = { + name_list_swedish = d_svealand + } + b_uppsala = { + province = 342 + + color = { 30 90 210 } + } + b_enescopinge = { #(Enköping) + province = 343 + + color = { 30 90 210 } + + cultural_names = { + name_list_norwegian = cn_enkoping + name_list_danish = cn_enkobing + } + } + b_osthammar = { #Östhammar + province = 344 + + color = { 30 90 210 } + } + } + c_sodermannaland = { #Södermannaland + color = { 50 110 230 } + + b_strigines = { #(Strängnäs) + province = 339 + + color = { 50 110 230 } + } + b_nykopung = { #Nyköpung (Nyköping) + province = 337 + + cultural_names = { + name_list_norwegian = cn_nyokoping + name_list_danish = cn_nyokobing + } + + color = { 50 110 230 } + } + b_sundby = { + province = 338 + + color = { 50 110 230 } + } + b_birkevik = { #(Björkvik) + province = 340 + + color = { 50 110 230 } + } + } + c_aland = { + color = { 28 56 199 } + + cultural_names = { + name_list_swedish = cn_aland_SWE + name_list_norse = cn_ahvenanmaa + } + + b_sund = { + province = 216 + color = { 28 56 199 } + } + b_jomala = { + province = 217 + color = { 28 56 199 } + } + } + } + + d_jamtland = { + color = { 75 20 70 } + + capital = c_jamtfir # Frösö + + cultural_names = { + name_list_swedish = cn_jamtland + } + + c_jamtfir = { + color = { 75 20 70 } + + b_froso = { + province = 386 + + color = { 75 20 70 } + } + b_graftavallen = { + province = 282 + + color = { 75 20 70 } + } + b_skalstugan = { + province = 296 + + color = { 75 20 70 } + } + b_ardda = { + province = 294 + + color = { 75 20 70 } + } + b_krokar = { + province = 295 + + color = { 75 20 70 } + } + } + c_morarna = { + color = { 65 0 70 } + + b_morarna = { + province = 389 + + color = { 65 0 70 } + } + b_ostavall = { + province = 435 + + color = { 65 0 70 } + } + b_ragunda = { + province = 436 + + color = { 65 0 70 } + } + } + c_helgum = { + color = { 45 0 50 } + + b_helgum = { + province = 439 + + color = { 45 0 50 } + } + b_indal = { + province = 441 + + color = { 45 0 50 } + } + b_finnforsar = { + province = 438 + + color = { 45 0 50 } + } + b_follinge = { + province = 437 + + color = { 45 0 50 } + } + } + c_harjadalen = { + color = { 65 20 80 } + + b_tanna = { + province = 291 + + color = { 65 20 80 } + } + b_storsjo = { + province = 297 + + color = { 65 20 80 } + } + b_sveg = { + province = 298 + + color = { 65 20 80 } + } + } + } + + d_skane = { + color = { 210 2 2 } + + capital = c_skane # Skåne + + c_skane = { + color = { 215 5 5 } + + b_lund = { + province = 70 + + color = { 215 5 5 } + } + b_trelleborg = { + province = 71 + + color = { 215 5 5 } + } + b_tommerup = { + province = 72 + + color = { 215 5 5 } + + cultural_names = { + name_list_swedish = cn_ahus + } + } + b_goinge = { + province = 86 + color = { 215 5 5 } + } + b_helsingborg = { + province = 73 + + color = { 215 5 5 } + } + b_lister = { + province = 87 + + color = { 220 30 20 } + } + } + c_halland = { + color = { 220 10 15 } + + b_halmstad = { + province = 74 + + color = { 220 10 15 } + } + b_onsala = { + province = 75 + + color = { 220 10 15 } + } + b_laholm = { + province = 76 + + color = { 220 10 15 } + } + } + c_blekinge = { + color = { 220 30 20 } + + b_bregne = { + province = 78 + + color = { 220 30 20 } + } + b_ronneby = { + province = 79 + + color = { 220 30 20 } + } + b_avaskar = { + province = 80 + + color = { 220 30 20 } + + cultural_names = { + name_list_danish = cn_avaskaer + name_list_norwegian = cn_avaskaer + } + } + } + } + + d_bergslagen = { + color = { 60 60 200 } + + capital = c_vastmanland + + c_vastmanland = { #Västmannaland + color = { 43 43 153 } + + b_vaestraaros = { #Västraaros (Västerås) + province = 346 + + color = { 43 43 153 } + + cultural_names = { + name_list_norwegian = cn_vesteras + name_list_danish = cn_vesteras + } + } + b_arbuga = { #Arbugä (Arboga) + province = 347 + + color = { 43 43 153 } + } + b_skynzekkeberge = { #(Skinnskatteberg) + province = 348 + + color = { 43 43 153 } + } + b_fernabo = { #(Västerfärnebo) + province = 349 + + color = { 43 43 153 } + } + } + c_varmland = { + color = { 18 57 153 } + + b_tingvalla = { + province = 323 + + color = { 18 57 153 } + } + b_friskdal = { + province = 324 + + color = { 18 57 153 } + } + b_vase = { #Väse + province = 326 + + color = { 18 57 153 } + } + b_farnebo = { #Färnebo + province = 8739 + + color = { 18 57 153 } + } + } + c_dalarna = { #Övre dalarna + color = { 65 115 235 } + + b_mor = { + province = 351 + + color = { 65 115 235 } + } + b_molungr = { + province = 352 + + color = { 65 115 235 } + } + b_orsa = { + province = 8730 + + color = { 65 115 235 } + } + b_lima = { + province = 8729 + + color = { 65 115 235 } + } + } + c_dalabergslagen = { + color = { 56 56 199 } + + b_falene = { #Falun + province = 350 + + color = { 56 56 199 } + } + b_norrbarke = { #Norrbärke + province = 353 + + color = { 56 56 199 } + } + b_henamorum = { #Hedemora + province = 345 + + color = { 56 56 199 } + } + b_leksand = { + province = 8728 + + color = { 56 56 199 } + } + } + } + + d_vastergotland = { #Västergötland + color = { 38 93 163 } + + capital = c_vastergotland # Skara + + c_vastergotland = { + color = { 20 70 215 } + + b_lodose = { + province = 317 + + color = { 20 70 215 } + + cultural_names = { + name_list_norwegian = cn_lodose_NORWDAN + name_list_danish = cn_lodose_NORWDAN + } + } + b_falkoping = { + province = 319 + + color = { 20 70 215 } + + cultural_names = { + name_list_norwegian = cn_falkoping_NORW + name_list_danish = cn_falkobing + } + } + b_kungahalla = { + province = 318 + + color = { 20 70 215 } + } + b_opensten = { + province = 8724 + + color = { 20 70 215 } + } + b_kindaholm = { + province = 8725 + + color = { 20 70 215 } + } + } + c_raniriki = { + color = { 40 40 220 } + + b_bagahus = { + province = 229 + + color = { 220 4 40 } + } + b_ranariki = { + province = 230 + + color = { 220 4 40 } + } + b_uddevalla = { + province = 8770 + + color = { 220 4 40 } + } + } + c_skara = { + color = { 61 104 227 } + + b_lacko = { + province = 8723 + + color = { 61 104 227 } + } + b_skara = { + province = 316 + + color = { 61 104 227 } + } + b_varnhem = { + province = 320 + + color = { 61 104 227 } + } + } + c_dal = { + color = { 50 75 201 } + + b_dalaborg = { + province = 321 + + color = { 50 75 201 } + } + b_tisselskog = { + province = 322 + + color = { 50 75 201 } + } + } + c_nordmark = { + color = { 30 70 235 } + + b_nordmark = { + province = 8731 + + color = { 30 70 235 } + } + b_josse = { + province = 8732 + + color = { 30 70 235 } + } + b_gillberg = { + province = 325 + + color = { 30 70 235 } + } + } + } + + d_ostergotland = { #Östergötland + color = { 44 110 225 } + + capital = c_ostergotland # Östergötland + + c_ostergotland = { + color = { 34 80 161 } + + b_sudherkopung = { #Sudherköpung + province = 330 + + color = { 34 80 161 } + + cultural_names = { + name_list_norwegian = cn_soderkoping + name_list_danish = cn_soderkobing + } + } + b_hamarkinda = { + province = 331 + + color = { 34 80 161 } + } + b_vreta = { + province = 334 + + color = { 34 80 161 } + } + b_norrkoping = { + province = 8733 + + color = { 34 80 161 } + } + } + c_kinda = { + color = { 8 55 138 } + + b_liunga = { + province = 332 + + color = { 8 55 138 } + + cultural_names = { + name_list_norwegian = cn_linkoping + name_list_danish = cn_linkobing + } + } + b_skanninge = { + province = 333 + + color = { 8 55 138 } + + cultural_names = { + name_list_norwegian = cn_skaenninge + name_list_danish = cn_skaenninge + } + } + b_grebo2 = { + province = 8734 + + color = { 8 55 138 } + } + } + c_narke = { #Neeric + color = { 15 90 195 } + + b_orabro = { + province = 327 #Örabro (Örebro) + + color = { 15 90 195 } + } + b_riseberga = { + province = 328 + + color = { 15 90 195 } + } + b_noraskog = { + province = 329 + + color = { 15 90 195 } + } + } + } + + d_smaland = { + color = { 45 85 245 } + + capital = c_more # Kalmar + + c_more = { #Möre + color = { 45 85 245 } + + b_kalmar = { + province = 307 + + color = { 45 85 245 } + } + b_hogsby = { + province = 308 + + color = { 45 85 245 } + } + b_torsas = { + province = 8726 + + color = { 45 85 245 } + } + } + c_sevede = { + color = { 28 14 230 } + + b_stegholm = { + province = 8727 + + color = { 28 14 230 } + } + b_hulingsryd = { + province = 309 + + color = { 28 14 230 } + } + b_vimmerby = { + province = 310 + + color = { 28 14 230 } + } + } + c_varend = { #Värend + color = { 55 80 255 } + + b_vaxjo = { + province = 302 + + color = { 55 80 255 } + + cultural_names = { + name_list_norwegian = cn_vexjo + name_list_danish = cn_vexjo + } + } + b_allbo = { + province = 303 + + color = { 55 80 255 } + } + b_kinnevald = { + province = 304 + + color = { 55 80 255 } + } + b_norrvidinge = { + province = 305 + + color = { 55 80 255 } + } + b_uppvidinge = { + province = 306 + + color = { 55 80 255 } + } + b_liongby = { #Liongby (Ljungby) + province = 300 + + color = { 55 80 215 } + } + } + c_njudung = { + color = { 35 90 255 } + + b_wisinghnso = { #Wisinghnsö + province = 335 + + color = { 35 90 255 } + } + b_jonkoping = { + province = 312 + + color = { 35 90 255 } + } + b_hultaby = { + province = 311 + + color = { 35 90 255 } + } + b_eksjo = { + province = 313 + + color = { 35 90 255 } + } + b_warnnamo = { #Warnnamo (Värnamo) + province = 301 + + color = { 55 80 215 } + } + } + c_oland = { #öland + color = { 45 105 205 } + + b_borgholm = { + province = 314 + + color = { 45 105 205 } + } + b_eketorp = { + province = 315 + + color = { 45 105 205 } + } + } + } + + d_norrland = { + color = { 40 70 220 } + + capital = c_medelpad + + c_medelpad = { + color = { 55 65 215 } + + b_seilanger = { #(Selånger) + province = 361 + + color = { 55 65 215 } + } + b_hafra = { #Hafrä (Haverö) + province = 362 + + color = { 55 65 215 } + } + b_lidh = { #(Liden) + province = 363 + + color = { 55 65 215 } + } + b_hedanger = { #(Häggdånger) + province = 364 + + color = { 55 65 215 } + } + } + c_angermanland = { #Angermannaland + color = { 30 55 185 } + + b_solatumum = { #(Sollefteå) + province = 366 + + color = { 30 55 185 } + } + b_sioboradh = { #(Säbrå) + province = 365 + + color = { 30 55 185 } + } + b_neteru = { #(Nätra) + province = 367 + + color = { 30 55 185 } + } + } + } + d_gavleborg = { + color = { 10 100 170 } + capital = c_gastrikland + c_gastrikland = { #Gestrikalandia + color = { 40 70 220 } + + b_gavle = { + province = 354 + + color = { 40 70 220 } + } + b_oklabo = { #(Ockelbo) + province = 355 + + color = { 40 70 220 } + } + b_odmarden = { #Ödmården + province = 356 + + color = { 40 70 220 } + } + } + c_halsingland = { + color = { 60 70 235 } + + b_norale = { #(Norrala) + province = 360 + + color = { 60 70 235 } + } + b_baldanas = { #Baldanäs (Bollnäs) + province = 357 + + color = { 60 70 235 } + } + b_farila = { #Færila (Färila) + province = 358 + + color = { 60 70 235 } + } + b_dilsbo = { #(Delsbo) + province = 359 + + color = { 60 70 235 } + } + } + } + d_gotland = { + color = { 0 90 160 } + + capital = c_gutland # Wysbu/Visby + + c_gutland = { #(Gotland) + color = { 0 90 160 } + + b_wysbu = { #(visby) + province = 369 + + color = { 0 90 160 } + } + b_garna = { #Garnä (Västergarn) + province = 370 + + color = { 0 90 160 } + } + b_burss = { #(Burs) + province = 371 + + color = { 0 90 160 } + } + b_faroo = { #Farøø (Fårö) + province = 372 + + color = { 0 90 160 } + } + } + } + } + + k_denmark = { + color = { 247 77 54 } + + capital = c_sjaelland # Roskilde + + ai_primary_priority = { + if = { + limit = { + culture = culture:danish + } + add = @correct_culture_primary_score + } + } + + d_sjaelland = { + color = { 206 57 57 } + + capital = c_sjaelland # Sjaelland + + c_sjaelland = { + color = { 216 50 50 } + + b_roskilde = { + province = 63 + + color = { 216 50 50 } + } + b_helsingora = { + province = 433 + + color = { 216 50 50 } + } + b_hafn = { + province = 85 + + color = { 216 50 50 } + } + b_naestved = { + province = 64 + color = { 216 50 50 } + + cultural_names = { + name_list_swedish = cn_nastved + name_list_norse = cn_naestved + } + } + b_slagelse = { + province = 69 + + color = { 216 50 50 } + } + } + c_bornholm = { + color = { 220 15 20 } + + b_ronne = { + province = 77 + + color = { 220 15 20 } + } + } + c_fyn = { + color = { 237 71 71 } + + b_odense = { + province = 65 + + color = { 237 71 71 } + } + b_svendborg = { + province = 66 + + color = { 237 71 71 } + } + b_middelfart = { + province = 228 + + color = { 237 71 71 } + } + } + c_lolland_falster = { + color = { 207 33 33 } + + b_nykobing = { + province = 67 + + color = { 207 33 33 } + } + b_nakskov = { + province = 68 + + color = { 207 33 33 } + } + } + } + + d_jylland = { # Jylland + color = { 160 25 72 } + + capital = c_aarhus # Jylland + + c_aarhus = { + color = { 155 50 26 } + + b_aarhus = { + province = 57 + + color = { 155 50 26 } + + cultural_names = { + name_list_swedish = cn_arhus + } + } + b_jelling = { + province = 58 + + color = { 155 50 26 } + } + b_djursland = { + province = 226 + + color = { 155 50 26 } + } + } + + c_viborg = { + color = { 175 40 56 } + + b_viborg = { + province = 56 + + color = { 175 40 56 } + } + b_ormstrup = { + province = 222 + + color = { 175 40 56 } + } + } + + c_ringkobing = { + color = { 175 70 22 } + + b_ringkobing = { + province = 82 + + color = { 175 70 22 } + } + b_holstebro = { + province = 221 + + color = { 175 70 22 } + } + b_ycost = { + province = 223 + + color = { 175 70 22 } + } + b_tarm = { + province = 225 + + color = { 175 70 22 } + } + } + + c_aalborg = { + color = { 165 9 64 } + + b_aalborg = { + province = 81 + + color = { 165 9 64 } + + cultural_names = { + name_list_swedish = cn_alborg + } + } + b_lindholm = { + province = 55 + + color = { 165 9 64 } + } + b_randros = { + province = 224 + + color = { 165 9 64 } + } + } + } + } + k_schleswig_holstein = { + color = { 5 15 160 } + + capital = c_slesvig + + d_slesvig = { # Schleswig + color = { 5 15 160 } + + capital = c_slesvig + + c_slesvig = { + color = { 216 89 60 } + + b_hedeby = { + province = 62 + + color = { 216 89 60 } + + cultural_names = { + name_list_norse = cn_heidabyr + } + } + b_aabenraa = { + province = 61 + + color = { 216 89 60 } + + cultural_names = { + name_list_swedish = cn_abenra + name_list_franconian = cn_apenrade + name_list_saxon = cn_apenrade + name_list_swabian = cn_apenrade + name_list_bavarian = cn_apenrade + } + } + b_husumbro = { + province = 84 + + color = { 216 89 60 } + } + } + + c_vorbasse = { + color = { 160 43 17 } + + b_vorbasse = { + province = 59 + + color = { 160 43 17 } + } + b_taulov = { + province = 227 + + color = { 160 43 17 } + } + b_kolding = { + province = 434 + + color = { 160 43 17 } + } + } + + c_ribe = { + color = { 186 96 76 } + + b_ribe = { + province = 60 + + color = { 186 96 76 } + } + b_varde = { + province = 83 + + color = { 186 96 76 } + } + } + c_north_frisia = { + color = { 180 75 11 } + b_strand = { + province = 220 + + color = { 186 96 76 } + } + } + } + d_hamburg = { + color = { 160 20 5 } + + capital = c_hamburg + + c_hamburg = { + color = { 160 20 5 } + + b_hamburg = { + province = 2802 + + color = { 160 20 5 } + } + b_harburg = { + province = 9771 + + color = { 200 40 20 } + } + } + } + d_holstein = { + color = { 172 112 112 } + + capital = c_lubeck + + c_lubeck = { + color = { 172 112 112 } + + cultural_names = { + name_list_polabian = cn_liubice + } + + b_lubeck = { + province = 2804 + + color = { 172 112 112 } + + cultural_names = { + name_list_polabian = cn_liubice + } + } + b_femera = { + province = 2800 + + color = { 172 112 112 } + } + b_kiel = { + province = 2801 + + color = { 172 112 112 } + } + } + c_ditmarschen = { + color = { 165 95 100 } + + b_ditmarschen = { + province = 2797 + + color = { 165 95 100 } + } + b_neumunster = { + province = 2799 + + color = { 165 95 100 } + } + b_itzehoe = { + province = 2798 + + color = { 165 95 100 } + } + } + c_lauenberg = { + color = { 220 170 125 } + b_ratzeburg = { + province = 2806 + + color = { 165 165 115 } + + cultural_names = { + name_list_polabian = cn_racisburg + } + } + b_ahrensburg = { + province = 2805 + + color = { 220 170 125 } + } + } + } + } + + k_norway = { + color = { 170 170 210 } + + capital = c_vingulmork + + cultural_names = { + name_list_norse = cn_noregr + } + + ai_primary_priority = { + if = { + limit = { + culture = culture:norwegian + } + add = @correct_culture_primary_score + } + } + + d_viken = { + color = { 150 150 190 } + + capital = c_vingulmork + + c_vingulmork = { + color = { 140 125 190 } + + b_oslosyslar = { + province = 234 + + color = { 140 125 190 } + } + b_romerriki = { + province = 232 + + color = { 140 125 190 } + } + b_ski = { + province = 8768 + + color = { 140 125 190 } + } + } + c_vestfold = { + color = { 160 105 205 } + + b_tunsberg = { + province = 286 + + color = { 160 105 205 } + } + b_skiringssal = { + province = 287 + + color = { 160 105 205 } + } + } + c_buskerud = { + color = { 160 105 205 } + b_drafn = { + province = 246 + + color = { 160 105 205 } + } + b_ringariki = { + province = 233 + + color = { 160 105 205 } + } + } + c_telemark = { + color = { 160 150 205 } + + b_telemark = { + province = 248 + + color = { 160 150 205 } + } + b_heddall = { + province = 288 + + color = { 160 150 205 } + } + b_numedall = { + province = 247 + + color = { 160 150 205 } + } + } + c_ostfold = { + color = { 150 150 190 } + + b_austfold = { + province = 231 + + color = { 150 150 190 } + } + b_borgarsyslar = { + province = 285 + + color = { 150 150 190 } + } + } + } + + d_agder = { + color = { 100 100 170 } + + capital = c_nedenes # Arendall + + c_nedenes = { + color = { 130 120 180 } + + b_arendall = { + province = 249 + + color = { 130 120 180 } + } + b_raaboigde = { + province = 250 + + color = { 130 120 180 } + } + b_aarak = { + province = 292 + + color = { 130 120 180 } + } + } + c_agdeside = { + color = { 120 115 165 } + + b_ottrunes = { + province = 289 + + color = { 120 115 165 } + } + b_norwegian_lister = { + province = 251 + + color = { 120 115 165 } + } + b_heiane = { + province = 290 + + color = { 120 115 165 } + } + } + } + + d_vestlandi = { + color = { 90 100 190 } + + capital = c_rogalandi # Jatharr + + c_rogalandi = { + color = { 90 100 190 } + + b_jatharr = { + province = 252 + + color = { 90 100 190 } + } + b_ryfylki = { + province = 253 + + color = { 90 100 190 } + } + b_haugelandi = { + province = 254 + + color = { 90 100 190 } + } + } + c_hordalandi = { + color = { 80 100 200 } + + b_bjorgvin = { + province = 257 + + color = { 60 80 200 } + } + b_northrihordalandi = { + province = 258 + + color = { 60 80 200 } + + } + b_sunnhordalandi = { + province = 256 + + color = { 60 80 200 } + + } + b_hardanger = { + province = 255 + + color = { 60 80 200 } + + } + b_voss = { + province = 259 + + color = { 60 80 200 } + + } + } + c_sogn = { + color = { 70 90 140 } + + b_sognfylki = { + province = 260 + + color = { 40 60 140 } + } + b_stolsheimen = { + province = 262 + + color = { 40 60 140 } + } + b_bremanger = { + province = 261 + + color = { 40 60 140 } + } + b_dale = { + province = 264 + + color = { 40 60 140 } + } + b_fjarlandi = { + province = 263 + + color = { 40 60 140 } + } + } + c_firdafylki = { + color = { 100 120 140 } + + b_firdafylki = { + province = 265 + + color = { 100 120 140 } + } + b_jolster = { + province = 266 + + color = { 100 120 140 } + } + } + } + + d_trandalog = { + color = { 120 70 150 } + + capital = c_trandheim # Nidaros + + c_trandheim = { + color = { 120 70 150 } + + b_nidaros = { + province = 270 + + color = { 120 70 150 } + } + b_eynafylki = { + province = 273 + + color = { 120 70 150 } + } + b_verdala = { + province = 243 + + color = { 120 70 150 } + } + b_hitrar = { + province = 272 + + color = { 120 70 150 } + } + } + c_norwegian_more = { + color = { 115 85 160 } + + b_raumsdali = { + province = 268 + + color = { 115 85 160 } + } + b_northri_more = { + province = 269 + + color = { 115 85 160 } + } + b_sunnmore = { + province = 267 + + color = { 115 85 160 } + } + } + c_namdalfylki = { + color = { 125 80 200 } + + b_utan_namdal = { + province = 245 + + color = { 125 80 200 } + } + b_innan_namdal = { + province = 244 + + color = { 125 80 200 } + } + b_torgar = { + province = 274 + + color = { 125 80 200 } + } + b_grong = { + province = 283 + + color = { 125 80 200 } + } + } + c_gauldala = { + color = { 95 65 145 } + + b_gauldala = { + province = 241 + + color = { 65 15 15 } + } + b_stjordala = { + province = 242 + + color = { 65 15 15 } + } + } + c_orkdala = { + color = { 95 30 125 } + b_orkdala = { + province = 271 + + color = { 95 30 125 } + } + } + } + + d_dalir = { + color = { 50 50 100 } + + capital = c_hedmork # Hedmork + + c_hedmork = { + color = { 50 50 100 } + + b_hedmork = { + province = 236 + + color = { 50 50 100 } + } + b_valdres = { + province = 235 + + color = { 50 50 100 } + } + b_stange = { + province = 8769 + + color = { 50 50 100 } + } + } + c_gudbrandsdalir = { + color = { 40 20 90 } + + b_suthri_gudbrandsdali = { + province = 238 + + color = { 40 20 90 } + } + b_northri_gudbrandsdali = { + province = 237 + + color = { 40 20 90 } + } + b_dovre = { + province = 293 + + color = { 40 20 90 } + } + } + c_eystridalir = { + color = { 40 30 80 } + + b_northri_eystridali = { + province = 239 + + color = { 40 30 80 } + } + b_suthri_eystridali = { + province = 240 + + color = { 40 30 80 } + } + } + } + + d_halogaland = { + color = { 180 140 245 } + + capital = c_vastvag # Vastvagborg + + c_vastvag = { + color = { 210 150 255 } + + b_vastvagborg = { + province = 280 + + color = { 210 150 255 } + } + b_bjarkoy = { + province = 279 + + color = { 210 150 255 } + } + b_vagan = { + province = 278 + + color = { 210 150 255 } + } + } + c_bothin = { + color = { 225 160 225 } + + b_bothin = { + province = 277 + + color = { 225 160 225 } + } + b_rodoy = { + province = 275 + + color = { 225 160 225 } + } + b_aarborte = { + province = 284 + + color = { 225 160 225 } + } + b_sandnes = { + province = 276 + + color = { 225 160 225 } + } + } + } + } +} \ No newline at end of file diff --git a/N3OW/common/on_action/game_start.txt b/N3OW/common/on_action/game_start.txt index fd364bcb..a5f703c2 100644 --- a/N3OW/common/on_action/game_start.txt +++ b/N3OW/common/on_action/game_start.txt @@ -591,7 +591,35 @@ on_game_start = { } } } - religion:christianity_religion = { + religion:eastern_orthodox_religion = { + every_faith = { + every_holy_site = { + limit = { + title_province = { + has_special_building_slot = no + } + } + title_province = { + add_special_building_slot = holy_site_cathedral_01 + } + } + } + } + religion:catholic_religion = { + every_faith = { + every_holy_site = { + limit = { + title_province = { + has_special_building_slot = no + } + } + title_province = { + add_special_building_slot = holy_site_cathedral_01 + } + } + } + } + religion:protestant_religion = { every_faith = { every_holy_site = { limit = { @@ -4892,7 +4920,11 @@ on_game_start_after_lobby = { culture = { has_cultural_pillar = heritage_iberian } culture = culture:andalusian } - has_religion = religion:christianity_religion + OR = { + has_religion = religion:eastern_orthodox_religion + has_religion = religion:catholic_religion + has_religion = religion:protestant_religion + } } add_achievement_global_variable_effect = { VARIABLE = started_reconquista_achievement diff --git a/N3OW/common/religion/doctrines/00_1_neow_universal_tolerance_doctrines.txt b/N3OW/common/religion/doctrines/00_1_neow_universal_tolerance_doctrines.txt index ec66c1da..5abe499e 100644 --- a/N3OW/common/religion/doctrines/00_1_neow_universal_tolerance_doctrines.txt +++ b/N3OW/common/religion/doctrines/00_1_neow_universal_tolerance_doctrines.txt @@ -10,6 +10,16 @@ #Protestant religion_tag = protestant_religion + ### Esoterics + #Wiccans + religion_tag = wicca_religion + + ### Pagans + #Druidics + religion_tag = druidic_religion + + # Temp measure before religion doctrines set up for religions w/ PotB access + has_doctrine = special_doctrine_people_of_the_book } } diff --git a/N3OW/common/religion/doctrines/30_core_tenets.txt b/N3OW/common/religion/doctrines/30_core_tenets.txt index a5cc649c..fbdfca16 100644 --- a/N3OW/common/religion/doctrines/30_core_tenets.txt +++ b/N3OW/common/religion/doctrines/30_core_tenets.txt @@ -4200,7 +4200,7 @@ limit = { has_doctrine = pagan_hostility_doctrine religion = religion:buddhism_religion - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:dualism_religion } value = faith_tenet_cost_high diff --git a/N3OW/common/religion/religions/00_christianity.txt b/N3OW/common/religion/religions/00_christianity.txt index 484c62be..7519c4c5 100644 --- a/N3OW/common/religion/religions/00_christianity.txt +++ b/N3OW/common/religion/religions/00_christianity.txt @@ -246,1740 +246,6 @@ piety_icon_group = "christian" faiths = { - - ##################################### NEOW CATHOLICS ##################################### - - orleaniste = { - color = { 229 114 0 } - icon = orleaniste - - # religious_head = k_papal_state - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_people_of_the_book - - doctrine = doctrine_gender_female_dominated - doctrine = doctrine_pluralism_fundamentalist - doctrine = doctrine_homosexuality_accepted - - #Tenets | placeholder - doctrine = tenet_false_conversion_sanction - doctrine = tenet_armed_pilgrimages - doctrine = tenet_unrelenting_faith - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - sebastianist = { - color = { 25 50 127 } - icon = sebastianist - - # religious_head = k_papal_state - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_people_of_the_book - - #Tenets | placeholder - doctrine = tenet_catholic_communion - doctrine = tenet_armed_pilgrimages - doctrine = tenet_unrelenting_faith - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - celtic = { - color = { 188 179 75 } - icon = celtic - - religious_head = k_papal_state - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_roman_rite - - doctrine = doctrine_bastardry_none - #Tenets | placeholder - doctrine = tenet_catholic_communion - doctrine = tenet_legalism - doctrine = tenet_monasticism - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - sevillian = { - color = { 128 204 229 } - icon = sevillian - - religious_head = k_sevillian_papacy - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = toledo_mozarabic - holy_site = santiago - holy_site = cordoba - holy_site = cartagena - - #Special Tolerance | placeholder - doctrine = special_doctrine_sevillian_rite - - - #Tenets | placeholder - doctrine = tenet_communion - doctrine = tenet_armed_pilgrimages - doctrine = tenet_monasticism - - #Doctrines - doctrine = doctrine_gender_male_dominated - doctrine = doctrine_pluralism_fundamentalist - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - roman_catholic = { - color = { 204 198 136 } - icon = NEOW_catholic - - religious_head = k_papal_state - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_roman_rite - - #Tenets | placeholder - doctrine = tenet_catholic_communion - doctrine = tenet_armed_pilgrimages - doctrine = tenet_monasticism - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - luminarian = { - color = { 229 225 206 } - icon = luminarian - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_independent_catholic - - #Tenets | placeholder - doctrine = tenet_catholic_communion - doctrine = tenet_communal_possessions - doctrine = tenet_pacifism - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - penitente = { - color = { 204 0 16 } - icon = penitente - - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_incorruptible_dogma - - #Tenets | placeholder - doctrine = tenet_pacifism - doctrine = tenet_exaltation_of_pain - doctrine = tenet_unrelenting_faith - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - illuminated = { - color = { 204 198 136 } - icon = illuminated - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_incorruptible_dogma - - #Tenets | placeholder - doctrine = tenet_sacred_shadows - doctrine = tenet_armed_pilgrimages - doctrine = tenet_esotericism - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - fraticelli = { - color = { 204 198 136 } - icon = neo_fraticelli - - #religious_head = k_papal_state - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_incorruptible_dogma - - #Tenets | placeholder - doctrine = tenet_asceticism - doctrine = tenet_vows_of_poverty - doctrine = tenet_aniconism - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - cadaverist = { - color = { 204 198 136 } - icon = cadaverist - - #religious_head = k_papal_state - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_incorruptible_dogma - - #Tenets | placeholder - doctrine = tenet_ancestor_worship - doctrine = tenet_armed_pilgrimages - doctrine = tenet_pentarchy - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - teutonic = { - color = { 211 214 208 } - icon = NEOW_teutonic - - religious_head = k_papal_state - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_roman_rite - - #Tenets | placeholder - doctrine = tenet_catholic_communion - doctrine = tenet_unrelenting_faith - doctrine = tenet_monasticism - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - soleil_royal = { - color = { 221 170 0 } - icon = soleil_royal - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_religion_fallback - - #Tenets | placeholder - doctrine = tenet_sun_worship - doctrine = tenet_armed_pilgrimages - doctrine = tenet_legalism - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - iberian = { - color = { 163 204 122 } - icon = NEOW_iberian - - religious_head = k_papal_state - - graphical_faith = "catholic_gfx" - #placeholder holy sites - # Uncomment once 0.3 starts being worked on # holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_roman_rite - - #Tenets | placeholder - doctrine = tenet_catholic_communion - doctrine = tenet_armed_pilgrimages - doctrine = tenet_adaptive - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } -# catholic = { -# color = { 0.8 0.8 0.6 } -# religious_head = k_papal_state -# graphical_faith = "catholic_gfx" -# -# holy_site = jerusalem -# holy_site = rome -# holy_site = cologne -# holy_site = santiago -# holy_site = kent -# #holy_site = segrada_familia -# -# #Special Tolerance -# doctrine = special_doctrine_ecumenical_christian -# -# #Tenets -# doctrine = tenet_communion -# doctrine = tenet_armed_pilgrimages -# doctrine = tenet_monasticism -# -# holy_order_names = { -# { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } -# { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } -# { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } -# { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } -# { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } -# { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } -# } -# -# localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox -# #FertilityGod -# FertilityGodName = west_christian_fertility_god_name -# FertilityGodNamePossessive = west_christian_fertility_god_name_possessive -# FertilityGodSheHe = CHARACTER_SHEHE_SHE -# FertilityGodHerHis = CHARACTER_HERHIS_HER -# FertilityGodHerHim = CHARACTER_HERHIM_HER -# -# #WealthGod -# WealthGodName = west_christian_wealth_god_name -# WealthGodNamePossessive = west_christian_wealth_god_name_possessive -# WealthGodSheHe = CHARACTER_SHEHE_HE -# WealthGodHerHis = CHARACTER_HERHIS_HIS -# WealthGodHerHim = CHARACTER_HERHIM_HIM -# -# #HouseholdGod -# HouseholdGodName = west_christian_household_god_name -# HouseholdGodNamePossessive = west_christian_household_god_name_possessive -# HouseholdGodSheHe = CHARACTER_SHEHE_HE -# HouseholdGodHerHis = CHARACTER_HERHIS_HIS -# HouseholdGodHerHim = CHARACTER_HERHIM_HIM -# -# #KnowledgeGod -# KnowledgeGodName = west_christian_knowledge_god_name -# KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive -# KnowledgeGodSheHe = CHARACTER_SHEHE_SHE -# KnowledgeGodHerHis = CHARACTER_HERHIS_HER -# KnowledgeGodHerHim = CHARACTER_HERHIM_HER -# -# #WarGod -# WarGodName = west_christian_war_god_name -# WarGodNamePossessive = west_christian_war_god_name_possessive -# WarGodSheHe = CHARACTER_SHEHE_HE -# WarGodHerHis = CHARACTER_HERHIS_HIS -# WarGodHerHim = CHARACTER_HERHIM_HIM -# -# #WaterGod -# WaterGodName = west_christian_water_god_name -# WaterGodNamePossessive = west_christian_water_god_name_possessive -# WaterGodSheHe = CHARACTER_SHEHE_HE -# WaterGodHerHis = CHARACTER_HERHIS_HIS -# WaterGodHerHim = CHARACTER_HERHIM_HIM -# } -# } - - #################################### NEOW PROTESTANTS ##################################### - - anglican_england = { - color = { 140 178 191 } - icon = anglican - - # religious_head = k_papal_state - - graphical_faith = "catholic_gfx" - #placeholder holy sites - holy_site = london - holy_site = armagh - holy_site = jorvik - holy_site = dublin - holy_site = kent - holy_site = llandrindod - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_via_media - - #Tenets | placeholder - doctrine = against_all_odds - doctrine = for_king_and_country - doctrine = last_knights_of_britain - - #Special/virtue | placeholder - doctrine = special_doctrine_english_anglican - - holy_order_names = { #placeholder - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - lutheran = { - color = { 51 76 229 } - icon = liturgical - - # religious_head = k_papal_state - - #placeholder holy sites - holy_site = perth - holy_site = edinburgh - holy_site = london - holy_site = st_andrews - holy_site = belfast - holy_site = leath - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_established_church - - #Tenets | placeholder - doctrine = tenet_adaptive - doctrine = tenet_pentarchy - doctrine = tenet_literalism - - holy_order_names = { #placeholder - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - grundtvigian = { - color = { 226 152 164 } - icon = grundtvigian - - # religious_head = k_papal_state - - #placeholder holy sites - holy_site = perth - holy_site = edinburgh - holy_site = london - holy_site = st_andrews - holy_site = belfast - holy_site = leath - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_reformation_roots - - #Tenets | placeholder - doctrine = tenet_communal_possessions - doctrine = tenet_alexandrian_catechism - doctrine = tenet_ritual_celebrations - - holy_order_names = { #placeholder - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - moravian = { - color = { 127 191 255 } - icon = moravian - - #placeholder holy sites - holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_reformation_roots - - #Tenets | placeholder - doctrine = tenet_catholic_communion - doctrine = tenet_armed_pilgrimages - doctrine = tenet_unrelenting_faith - - holy_order_names = { #placeholder - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - utraquist = { - color = { 0.9 0.5 0.4 } - icon = utraquist - - - graphical_faith = "catholic_gfx" - #placeholder holy sites - holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_radical_reform - - #Tenets | placeholder - doctrine = tenet_catholic_communion - doctrine = tenet_armed_pilgrimages - doctrine = tenet_monasticism - - holy_order_names = { #placeholder - { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } - { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } - { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } - { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } - { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } - { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } - } - - localization = { # placeholder - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - } - } - presbyterian = { - color = { 177 224 220 } - icon = presbyterian - - # religious_head = k_papal_state - - #placeholder holy sites - holy_site = perth - holy_site = edinburgh - holy_site = london - holy_site = standrews - holy_site = belfast - holy_site = leath - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_reformation_roots - - #Tenets | placeholder - doctrine = tenet_aniconism - doctrine = tenet_pastoral_isolation - doctrine = tenet_adaptive - - holy_order_names = { #placeholder - } - - } - helvetic = { - color = { 127 127 163 } - icon = helvetic - - # religious_head = k_papal_state - - #placeholder holy sites - holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - doctrine = doctrine_gender_male_dominated - doctrine = doctrine_clerical_gender_male_only - doctrine = doctrine_pluralism_fundamentalist - doctrine = doctrine_deviancy_crime - doctrine = doctrine_witchcraft_crime - - #Special Tolerance | placeholder - doctrine = special_doctrine_radical_reform - - #Tenets | placeholder - doctrine = tenet_aniconism - doctrine = tenet_literalism - doctrine = tenet_mendicant_preachers - - holy_order_names = { #placeholder - } - - } - genevan = { - color = { 203 209 239 } - icon = genevan - - # religious_head = k_papal_state - - #placeholder holy sites - holy_site = jerusalem - holy_site = rome - holy_site = cologne - holy_site = santiago - holy_site = kent - #holy_site = segrada_familia - - #Special Tolerance | placeholder - doctrine = special_doctrine_reformation_roots - - #Tenets | placeholder - doctrine = tenet_aniconism - doctrine = tenet_adaptive - doctrine = tenet_pacifism - - holy_order_names = { #placeholder - } - - } - - ##################################### NEOW ORTHODOX ##################################### - - orthodox = { - color = { 0.6 0.3 0.5 } - icon = orthodox - religious_head = k_orthodox - - holy_site = jerusalem - holy_site = constantinople - holy_site = rome - holy_site = alexandria - holy_site = antioch - - #Special Tolerance - doctrine = special_doctrine_ecumenical_christian - - #Tenets - doctrine = tenet_communion - doctrine = tenet_pentarchy - doctrine = tenet_monasticism - - holy_order_names = { - { name = "holy_order_brotherhood_of_the_holy_sepulchre" } - { name = "holy_order_knights_of_the_first_patrirchate" } - { name = "holy_order_order_of_the_holy_virgin" } - } - - localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - - # Patriarchs instead of Popes - ReligiousHeadName = orthodox_religious_head_title - ReligiousHeadTitleName = orthodox_religious_head_title_name - } - } - elysian = { - color = { 191 83 47 } - icon = elysian - #religious_head = k_orthodox - - holy_site = jerusalem - holy_site = constantinople - holy_site = rome - holy_site = alexandria - holy_site = antioch - - #Special Tolerance - doctrine = special_doctrine_ecumenical_christian - - #Tenets - doctrine = tenet_communion - doctrine = tenet_pentarchy - doctrine = tenet_monasticism - - holy_order_names = { - { name = "holy_order_brotherhood_of_the_holy_sepulchre" } - { name = "holy_order_knights_of_the_first_patrirchate" } - { name = "holy_order_order_of_the_holy_virgin" } - } - - localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - - # Patriarchs instead of Popes - ReligiousHeadName = orthodox_religious_head_title - ReligiousHeadTitleName = orthodox_religious_head_title_name - } - } - marblist = { - color = { 240 216 255 } - icon = marblist - #religious_head = k_orthodox - - holy_site = jerusalem - holy_site = constantinople - holy_site = rome - holy_site = alexandria - holy_site = antioch - - #Special Tolerance - doctrine = special_doctrine_ecumenical_christian - - #Tenets - doctrine = tenet_communion - doctrine = tenet_pentarchy - doctrine = tenet_monasticism - - holy_order_names = { - { name = "holy_order_brotherhood_of_the_holy_sepulchre" } - { name = "holy_order_knights_of_the_first_patrirchate" } - { name = "holy_order_order_of_the_holy_virgin" } - } - - localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox - #FertilityGod - FertilityGodName = west_christian_fertility_god_name - FertilityGodNamePossessive = west_christian_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_SHE - FertilityGodHerHis = CHARACTER_HERHIS_HER - FertilityGodHerHim = CHARACTER_HERHIM_HER - - #WealthGod - WealthGodName = west_christian_wealth_god_name - WealthGodNamePossessive = west_christian_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = west_christian_household_god_name - HouseholdGodNamePossessive = west_christian_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_HE - HouseholdGodHerHis = CHARACTER_HERHIS_HIS - HouseholdGodHerHim = CHARACTER_HERHIM_HIM - - #KnowledgeGod - KnowledgeGodName = west_christian_knowledge_god_name - KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_SHE - KnowledgeGodHerHis = CHARACTER_HERHIS_HER - KnowledgeGodHerHim = CHARACTER_HERHIM_HER - - #WarGod - WarGodName = west_christian_war_god_name - WarGodNamePossessive = west_christian_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = west_christian_water_god_name - WaterGodNamePossessive = west_christian_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_HE - WaterGodHerHis = CHARACTER_HERHIS_HIS - WaterGodHerHim = CHARACTER_HERHIM_HIM - - # Patriarchs instead of Popes - ReligiousHeadName = orthodox_religious_head_title - ReligiousHeadTitleName = orthodox_religious_head_title_name - } - } - ##################################### VANILLA ##################################### coptic = { diff --git a/N3OW/common/religion/religions/NEOW_catholic.txt b/N3OW/common/religion/religions/NEOW_catholic.txt new file mode 100644 index 00000000..257b1818 --- /dev/null +++ b/N3OW/common/religion/religions/NEOW_catholic.txt @@ -0,0 +1,1240 @@ +catholic_religion = { + family = rf_abrahamic + + doctrine_background_icon = core_tenet_banner_christian.dds + doctrine = abrahamic_hostility_doctrine + + #Main Group | placeholder + doctrine = doctrine_spiritual_head + doctrine = doctrine_gender_equal + doctrine = doctrine_pluralism_righteous + doctrine = doctrine_theocracy_temporal + + #Marriage | placeholder + doctrine = doctrine_monogamy + doctrine = doctrine_divorce_approval + doctrine = doctrine_bastardry_legitimization + doctrine = doctrine_consanguinity_restricted + + #Crimes | placeholder + doctrine = doctrine_homosexuality_shunned + doctrine = doctrine_adultery_men_shunned + doctrine = doctrine_adultery_women_crime + doctrine = doctrine_kinslaying_close_kin_crime + doctrine = doctrine_deviancy_crime + doctrine = doctrine_witchcraft_crime + + #Clerical Functions | placeholder + doctrine = doctrine_clerical_function_taxation + doctrine = doctrine_clerical_gender_male_only + doctrine = doctrine_clerical_marriage_disallowed + doctrine = doctrine_clerical_succession_spiritual_fixed_appointment + + #Allow pilgrimages | placeholder + doctrine = doctrine_pilgrimage_encouraged + + #Funeral tradition | placeholder + doctrine = doctrine_funeral_stoic + + #Coronation tradition + doctrine = doctrine_no_anointment + + #Special/Syncretic target doctrines + doctrine = special_doctrine_is_christian_faith + + traits = { + virtues = { forgiving compassionate chaste } + sins = { vengeful sadistic lustful } + } + + reserved_male_names = { #these might be alright? + Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory + Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip + Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah + } + reserved_female_names = { #these might be alright? + Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen + Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania + } + + custom_faith_icons = { + custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s + } + + holy_order_names = { #placeholder + { name = "holy_order_knights_of_the_chalice" } + { name = "holy_order_order_of_the_holy_communion" } + { name = "holy_order_knights_of_the_first_gospel" } + { name = "holy_order_guardians_of_the_shroud" } + { name = "holy_order_knights_of_the_reliquary" } + { name = "holy_order_warriors_of_the_cross" } + { name = "holy_order_christian" coat_of_arms = "ho_christian" } + } + + holy_order_maa = { teutonic_knights } #placeholder + + localization = { + #HighGod | placeholder + HighGodName = christianity_high_god_name + HighGodName2 = christianity_high_god_name_2 + HighGodNamePossessive = christianity_high_god_name_possessive + HighGodNameSheHe = CHARACTER_SHEHE_HE + HighGodHerselfHimself = CHARACTER_HIMSELF + HighGodHerHis = CHARACTER_HERHIS_HIS + HighGodNameAlternate = christianity_high_god_name_alternate + HighGodNameAlternatePossessive = christianity_high_god_name_alternate_possessive + + #Creator | placeholder + CreatorName = christianity_creator_god_name + CreatorNamePossessive = christianity_creator_god_name_possessive + CreatorSheHe = CHARACTER_SHEHE_HE + CreatorHerHis = CHARACTER_HERHIS_HIS + CreatorHerHim = CHARACTER_HERHIM_HIM + + #HealthGod | placeholder + HealthGodName = christianity_health_god_name + HealthGodNamePossessive = christianity_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_HE + HealthGodHerHis = CHARACTER_HERHIS_HIS + HealthGodHerHim = CHARACTER_HERHIM_HIM + + #FertilityGod | placeholder + FertilityGodName = christianity_fertility_god_name + FertilityGodNamePossessive = christianity_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_HE + FertilityGodHerHis = CHARACTER_HERHIS_HIS + FertilityGodHerHim = CHARACTER_HERHIM_HIM + + #WealthGod | placeholder + WealthGodName = christianity_wealth_god_name + WealthGodNamePossessive = christianity_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod | placeholder + HouseholdGodName = christianity_household_god_name + HouseholdGodNamePossessive = christianity_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #FateGod | placeholder + FateGodName = christianity_fate_god_name + FateGodNamePossessive = christianity_fate_god_name_possessive + FateGodSheHe = CHARACTER_SHEHE_HE + FateGodHerHis = CHARACTER_HERHIS_HIS + FateGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod | placeholder + KnowledgeGodName = christianity_knowledge_god_name + KnowledgeGodNamePossessive = christianity_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod | placeholder + WarGodName = christianity_war_god_name + WarGodNamePossessive = christianity_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #TricksterGod | placeholder + TricksterGodName = christianity_trickster_god_name + TricksterGodNamePossessive = christianity_trickster_god_name_possessive + TricksterGodSheHe = CHARACTER_SHEHE_HE + TricksterGodHerHis = CHARACTER_HERHIS_HIS + TricksterGodHerHim = CHARACTER_HERHIM_HIM + + #NightGod | placeholder + NightGodName = christianity_night_god_name + NightGodNamePossessive = christianity_night_god_name_possessive + NightGodSheHe = CHARACTER_SHEHE_HE + NightGodHerHis = CHARACTER_HERHIS_HIS + NightGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod | placeholder + WaterGodName = christianity_water_god_name + WaterGodNamePossessive = christianity_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + PantheonTerm = christianity_high_god_name + PantheonTerm2 = christianity_high_god_name_2 + PantheonTerm3 = christianity_high_god_name_3 + PantheonTermHasHave = pantheon_term_has + GoodGodNames = { + christianity_high_god_name + christianity_high_god_name_alternate + chistianity_good_god_jesus + chistianity_good_god_christ + } + DevilName = christianity_devil_name + DevilNamePossessive = christianity_devil_name_possessive + DevilSheHe = CHARACTER_SHEHE_HE + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerselfHimself = CHARACTER_HIMSELF + EvilGodNames = { + christianity_devil_name + christianity_evil_god_lucifer + christianity_evil_god_beelzebub + christianity_evil_god_mephistopheles + } + HouseOfWorship = christianity_house_of_worship + HouseOfWorship2 = christianity_house_of_worship_2 + HouseOfWorship3 = christianity_house_of_worship_3 + HouseOfWorshipPlural = christianity_house_of_worship_plural + ReligiousSymbol = christianity_religious_symbol + ReligiousSymbol2 = christianity_religious_symbol_2 + ReligiousSymbol3 = christianity_religious_symbol_3 + ReligiousText = christianity_religious_text + ReligiousText2 = christianity_religious_text_2 + ReligiousText3 = christianity_religious_text_3 + ReligiousHeadName = christianity_religious_head_title + ReligiousHeadTitleName = christianity_religious_head_title_name + DevoteeMale = christianity_devotee_male + DevoteeMalePlural = christianity_devotee_male_plural + DevoteeFemale = christianity_devotee_female + DevoteeFemalePlural = christianity_devotee_female_plural + DevoteeNeuter = christianity_devotee_neuter + DevoteeNeuterPlural = christianity_devotee_neuter_plural + PriestMale = christianity_priest_male + PriestMalePlural = christianity_priest_male_plural + PriestFemale = christianity_priest_male + PriestFemalePlural = christianity_priest_male_plural + PriestNeuter = christianity_priest_male + PriestNeuterPlural = christianity_priest_male_plural + AltPriestTermPlural = christianity_priest_alternate_plural + BishopMale = christianity_bishop + BishopMalePlural = christianity_bishop_plural + BishopFemale = christianity_bishop + BishopFemalePlural = christianity_bishop_plural + BishopNeuter = christianity_bishop + BishopNeuterPlural = christianity_bishop_plural + DivineRealm = christianity_positive_afterlife + DivineRealm2 = christianity_positive_afterlife_2 + DivineRealm3 = christianity_positive_afterlife_3 + PositiveAfterLife = christianity_positive_afterlife + PositiveAfterLife2 = christianity_positive_afterlife_2 + PositiveAfterLife3 = christianity_positive_afterlife_3 + NegativeAfterLife = christianity_negative_afterlife + NegativeAfterLife2 = christianity_negative_afterlife_2 + NegativeAfterLife3 = christianity_negative_afterlife_3 + DeathDeityName = christianity_death_deity_name + DeathDeityNamePossessive = christianity_death_deity_name_possessive + DeathDeitySheHe = CHARACTER_SHEHE_HE + DeathDeityHerHis = CHARACTER_HERHIS_HIS + DeathDeityHerHim = CHARACTER_HERHIM_HIM + WitchGodName = christianity_witchgodname_the_horned_god + WitchGodNamePossessive = christianity_witchgodname_the_horned_god_possessive + WitchGodHerHis = CHARACTER_HERHIS_HIS + WitchGodSheHe = CHARACTER_SHEHE_HE + WitchGodHerHim = CHARACTER_HERHIM_HIM + WitchGodMistressMaster = master + WitchGodMotherFather = father + + + GHWName = ghw_crusade + GHWNamePlural = ghw_crusades + + } + + piety_icon_group = "christian" + + faiths = { + orleaniste = { + color = { 229 114 0 } + icon = orleaniste + + # religious_head = k_papal_state + + graphical_faith = "catholic_gfx" + #placeholder holy sites + # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_people_of_the_book + + doctrine = doctrine_gender_female_dominated + doctrine = doctrine_pluralism_fundamentalist + doctrine = doctrine_homosexuality_accepted + + #Tenets | placeholder + doctrine = tenet_false_conversion_sanction + doctrine = tenet_armed_pilgrimages + doctrine = tenet_unrelenting_faith + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + sebastianist = { + color = { 25 50 127 } + icon = sebastianist + + # religious_head = k_papal_state + + graphical_faith = "catholic_gfx" + #placeholder holy sites + # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_people_of_the_book + + #Tenets | placeholder + doctrine = tenet_catholic_communion + doctrine = tenet_armed_pilgrimages + doctrine = tenet_unrelenting_faith + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + celtic = { + color = { 188 179 75 } + icon = celtic + + religious_head = k_papal_state + + graphical_faith = "catholic_gfx" + #placeholder holy sites + # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_roman_rite + + doctrine = doctrine_bastardry_none + #Tenets | placeholder + doctrine = tenet_catholic_communion + doctrine = tenet_legalism + doctrine = tenet_monasticism + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + sevillian = { + color = { 128 204 229 } + icon = sevillian + + religious_head = k_sevillian_papacy + + graphical_faith = "catholic_gfx" + #placeholder holy sites + # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + holy_site = rome + holy_site = toledo_mozarabic + holy_site = santiago + holy_site = cordoba + holy_site = cartagena + + #Special Tolerance | placeholder + doctrine = special_doctrine_sevillian_rite + + + #Tenets | placeholder + doctrine = tenet_communion + doctrine = tenet_armed_pilgrimages + doctrine = tenet_monasticism + + #Doctrines + doctrine = doctrine_gender_male_dominated + doctrine = doctrine_pluralism_fundamentalist + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + roman_catholic = { + color = { 204 198 136 } + icon = NEOW_catholic + + religious_head = k_papal_state + + graphical_faith = "catholic_gfx" + #placeholder holy sites + # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_roman_rite + + #Tenets | placeholder + doctrine = tenet_catholic_communion + doctrine = tenet_armed_pilgrimages + doctrine = tenet_monasticism + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + luminarian = { + color = { 229 225 206 } + icon = luminarian + + graphical_faith = "catholic_gfx" + #placeholder holy sites + # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_independent_catholic + + #Tenets | placeholder + doctrine = tenet_catholic_communion + doctrine = tenet_communal_possessions + doctrine = tenet_pacifism + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + penitente = { + color = { 204 0 16 } + icon = penitente + + + graphical_faith = "catholic_gfx" + #placeholder holy sites + # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_incorruptible_dogma + + #Tenets | placeholder + doctrine = tenet_pacifism + doctrine = tenet_exaltation_of_pain + doctrine = tenet_unrelenting_faith + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + illuminated = { + color = { 204 198 136 } + icon = illuminated + + graphical_faith = "catholic_gfx" + #placeholder holy sites + # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_incorruptible_dogma + + #Tenets | placeholder + doctrine = tenet_sacred_shadows + doctrine = tenet_armed_pilgrimages + doctrine = tenet_esotericism + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + fraticelli = { + color = { 204 198 136 } + icon = neo_fraticelli + + #religious_head = k_papal_state + + graphical_faith = "catholic_gfx" + #placeholder holy sites + # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_incorruptible_dogma + + #Tenets | placeholder + doctrine = tenet_asceticism + doctrine = tenet_vows_of_poverty + doctrine = tenet_aniconism + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + cadaverist = { + color = { 204 198 136 } + icon = cadaverist + + #religious_head = k_papal_state + + graphical_faith = "catholic_gfx" + #placeholder holy sites + # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_incorruptible_dogma + + #Tenets | placeholder + doctrine = tenet_ancestor_worship + doctrine = tenet_armed_pilgrimages + doctrine = tenet_pentarchy + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + teutonic = { + color = { 211 214 208 } + icon = NEOW_teutonic + + religious_head = k_papal_state + + graphical_faith = "catholic_gfx" + #placeholder holy sites + # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_roman_rite + + #Tenets | placeholder + doctrine = tenet_catholic_communion + doctrine = tenet_unrelenting_faith + doctrine = tenet_monasticism + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + soleil_royal = { + color = { 221 170 0 } + icon = soleil_royal + + graphical_faith = "catholic_gfx" + #placeholder holy sites + # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_religion_fallback + + #Tenets | placeholder + doctrine = tenet_sun_worship + doctrine = tenet_armed_pilgrimages + doctrine = tenet_legalism + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + iberian = { + color = { 163 204 122 } + icon = NEOW_iberian + + religious_head = k_papal_state + + graphical_faith = "catholic_gfx" + #placeholder holy sites + # Uncomment once 0.3 starts being worked on # holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_roman_rite + + #Tenets | placeholder + doctrine = tenet_catholic_communion + doctrine = tenet_armed_pilgrimages + doctrine = tenet_adaptive + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + } +} diff --git a/N3OW/common/religion/religions/NEOW_europeanist.txt b/N3OW/common/religion/religions/NEOW_europeanist.txt index 323c3e65..c6e18ecf 100644 --- a/N3OW/common/religion/religions/NEOW_europeanist.txt +++ b/N3OW/common/religion/religions/NEOW_europeanist.txt @@ -245,6 +245,7 @@ holy_site = luxembourg #Special Tolerance | placeholder + doctrine = special_doctrine_people_of_the_book #Tenets | placeholder doctrine = core_tenet_belle_epoque @@ -390,7 +391,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - #doctrine = special_doctrine_people_of_the_book + doctrine = special_doctrine_people_of_the_book #Tenets | placeholder doctrine = tenet_adaptive diff --git a/N3OW/common/religion/religions/NEOW_orthodox.txt b/N3OW/common/religion/religions/NEOW_orthodox.txt new file mode 100644 index 00000000..c9daf5e0 --- /dev/null +++ b/N3OW/common/religion/religions/NEOW_orthodox.txt @@ -0,0 +1,465 @@ +eastern_orthodox_religion = { + family = rf_abrahamic + + doctrine_background_icon = core_tenet_banner_christian.dds + doctrine = abrahamic_hostility_doctrine + + #Main Group | placeholder + doctrine = doctrine_spiritual_head + doctrine = doctrine_gender_equal + doctrine = doctrine_pluralism_righteous + doctrine = doctrine_theocracy_temporal + + #Marriage | placeholder + doctrine = doctrine_monogamy + doctrine = doctrine_divorce_approval + doctrine = doctrine_bastardry_legitimization + doctrine = doctrine_consanguinity_restricted + + #Crimes | placeholder + doctrine = doctrine_homosexuality_shunned + doctrine = doctrine_adultery_men_shunned + doctrine = doctrine_adultery_women_crime + doctrine = doctrine_kinslaying_close_kin_crime + doctrine = doctrine_deviancy_crime + doctrine = doctrine_witchcraft_crime + + #Clerical Functions | placeholder + doctrine = doctrine_clerical_function_taxation + doctrine = doctrine_clerical_gender_male_only + doctrine = doctrine_clerical_marriage_disallowed + doctrine = doctrine_clerical_succession_spiritual_fixed_appointment + + #Allow pilgrimages | placeholder + doctrine = doctrine_pilgrimage_encouraged + + #Funeral tradition | placeholder + doctrine = doctrine_funeral_stoic + + #Coronation tradition + doctrine = doctrine_no_anointment + + traits = { + virtues = { forgiving compassionate chaste } + sins = { vengeful sadistic lustful } + } + + reserved_male_names = { #these might be alright? + Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory + Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip + Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah + } + reserved_female_names = { #these might be alright? + Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen + Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania + } + + custom_faith_icons = { + custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s + } + + holy_order_names = { #placeholder + { name = "holy_order_knights_of_the_chalice" } + { name = "holy_order_order_of_the_holy_communion" } + { name = "holy_order_knights_of_the_first_gospel" } + { name = "holy_order_guardians_of_the_shroud" } + { name = "holy_order_knights_of_the_reliquary" } + { name = "holy_order_warriors_of_the_cross" } + { name = "holy_order_christian" coat_of_arms = "ho_christian" } + } + + holy_order_maa = { teutonic_knights } #placeholder + + localization = { + #HighGod | placeholder + HighGodName = christianity_high_god_name + HighGodName2 = christianity_high_god_name_2 + HighGodNamePossessive = christianity_high_god_name_possessive + HighGodNameSheHe = CHARACTER_SHEHE_HE + HighGodHerselfHimself = CHARACTER_HIMSELF + HighGodHerHis = CHARACTER_HERHIS_HIS + HighGodNameAlternate = christianity_high_god_name_alternate + HighGodNameAlternatePossessive = christianity_high_god_name_alternate_possessive + + #Creator | placeholder + CreatorName = christianity_creator_god_name + CreatorNamePossessive = christianity_creator_god_name_possessive + CreatorSheHe = CHARACTER_SHEHE_HE + CreatorHerHis = CHARACTER_HERHIS_HIS + CreatorHerHim = CHARACTER_HERHIM_HIM + + #HealthGod | placeholder + HealthGodName = christianity_health_god_name + HealthGodNamePossessive = christianity_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_HE + HealthGodHerHis = CHARACTER_HERHIS_HIS + HealthGodHerHim = CHARACTER_HERHIM_HIM + + #FertilityGod | placeholder + FertilityGodName = christianity_fertility_god_name + FertilityGodNamePossessive = christianity_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_HE + FertilityGodHerHis = CHARACTER_HERHIS_HIS + FertilityGodHerHim = CHARACTER_HERHIM_HIM + + #WealthGod | placeholder + WealthGodName = christianity_wealth_god_name + WealthGodNamePossessive = christianity_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod | placeholder + HouseholdGodName = christianity_household_god_name + HouseholdGodNamePossessive = christianity_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #FateGod | placeholder + FateGodName = christianity_fate_god_name + FateGodNamePossessive = christianity_fate_god_name_possessive + FateGodSheHe = CHARACTER_SHEHE_HE + FateGodHerHis = CHARACTER_HERHIS_HIS + FateGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod | placeholder + KnowledgeGodName = christianity_knowledge_god_name + KnowledgeGodNamePossessive = christianity_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod | placeholder + WarGodName = christianity_war_god_name + WarGodNamePossessive = christianity_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #TricksterGod | placeholder + TricksterGodName = christianity_trickster_god_name + TricksterGodNamePossessive = christianity_trickster_god_name_possessive + TricksterGodSheHe = CHARACTER_SHEHE_HE + TricksterGodHerHis = CHARACTER_HERHIS_HIS + TricksterGodHerHim = CHARACTER_HERHIM_HIM + + #NightGod | placeholder + NightGodName = christianity_night_god_name + NightGodNamePossessive = christianity_night_god_name_possessive + NightGodSheHe = CHARACTER_SHEHE_HE + NightGodHerHis = CHARACTER_HERHIS_HIS + NightGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod | placeholder + WaterGodName = christianity_water_god_name + WaterGodNamePossessive = christianity_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + PantheonTerm = christianity_high_god_name + PantheonTerm2 = christianity_high_god_name_2 + PantheonTerm3 = christianity_high_god_name_3 + PantheonTermHasHave = pantheon_term_has + GoodGodNames = { + christianity_high_god_name + christianity_high_god_name_alternate + chistianity_good_god_jesus + chistianity_good_god_christ + } + DevilName = christianity_devil_name + DevilNamePossessive = christianity_devil_name_possessive + DevilSheHe = CHARACTER_SHEHE_HE + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerselfHimself = CHARACTER_HIMSELF + EvilGodNames = { + christianity_devil_name + christianity_evil_god_lucifer + christianity_evil_god_beelzebub + christianity_evil_god_mephistopheles + } + HouseOfWorship = christianity_house_of_worship + HouseOfWorship2 = christianity_house_of_worship_2 + HouseOfWorship3 = christianity_house_of_worship_3 + HouseOfWorshipPlural = christianity_house_of_worship_plural + ReligiousSymbol = christianity_religious_symbol + ReligiousSymbol2 = christianity_religious_symbol_2 + ReligiousSymbol3 = christianity_religious_symbol_3 + ReligiousText = christianity_religious_text + ReligiousText2 = christianity_religious_text_2 + ReligiousText3 = christianity_religious_text_3 + ReligiousHeadName = christianity_religious_head_title + ReligiousHeadTitleName = christianity_religious_head_title_name + DevoteeMale = christianity_devotee_male + DevoteeMalePlural = christianity_devotee_male_plural + DevoteeFemale = christianity_devotee_female + DevoteeFemalePlural = christianity_devotee_female_plural + DevoteeNeuter = christianity_devotee_neuter + DevoteeNeuterPlural = christianity_devotee_neuter_plural + PriestMale = christianity_priest_male + PriestMalePlural = christianity_priest_male_plural + PriestFemale = christianity_priest_male + PriestFemalePlural = christianity_priest_male_plural + PriestNeuter = christianity_priest_male + PriestNeuterPlural = christianity_priest_male_plural + AltPriestTermPlural = christianity_priest_alternate_plural + BishopMale = christianity_bishop + BishopMalePlural = christianity_bishop_plural + BishopFemale = christianity_bishop + BishopFemalePlural = christianity_bishop_plural + BishopNeuter = christianity_bishop + BishopNeuterPlural = christianity_bishop_plural + DivineRealm = christianity_positive_afterlife + DivineRealm2 = christianity_positive_afterlife_2 + DivineRealm3 = christianity_positive_afterlife_3 + PositiveAfterLife = christianity_positive_afterlife + PositiveAfterLife2 = christianity_positive_afterlife_2 + PositiveAfterLife3 = christianity_positive_afterlife_3 + NegativeAfterLife = christianity_negative_afterlife + NegativeAfterLife2 = christianity_negative_afterlife_2 + NegativeAfterLife3 = christianity_negative_afterlife_3 + DeathDeityName = christianity_death_deity_name + DeathDeityNamePossessive = christianity_death_deity_name_possessive + DeathDeitySheHe = CHARACTER_SHEHE_HE + DeathDeityHerHis = CHARACTER_HERHIS_HIS + DeathDeityHerHim = CHARACTER_HERHIM_HIM + WitchGodName = christianity_witchgodname_the_horned_god + WitchGodNamePossessive = christianity_witchgodname_the_horned_god_possessive + WitchGodHerHis = CHARACTER_HERHIS_HIS + WitchGodSheHe = CHARACTER_SHEHE_HE + WitchGodHerHim = CHARACTER_HERHIM_HIM + WitchGodMistressMaster = master + WitchGodMotherFather = father + + + GHWName = ghw_crusade + GHWNamePlural = ghw_crusades + + } + + piety_icon_group = "christian" + + faiths = { + orthodox = { + color = { 0.6 0.3 0.5 } + icon = orthodox + religious_head = k_orthodox + + holy_site = jerusalem + holy_site = constantinople + holy_site = rome + holy_site = alexandria + holy_site = antioch + + #Special Tolerance + doctrine = special_doctrine_ecumenical_christian + + #Tenets + doctrine = tenet_communion + doctrine = tenet_pentarchy + doctrine = tenet_monasticism + + holy_order_names = { + { name = "holy_order_brotherhood_of_the_holy_sepulchre" } + { name = "holy_order_knights_of_the_first_patrirchate" } + { name = "holy_order_order_of_the_holy_virgin" } + } + + localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + # Patriarchs instead of Popes + ReligiousHeadName = orthodox_religious_head_title + ReligiousHeadTitleName = orthodox_religious_head_title_name + } + } + elysian = { + color = { 191 83 47 } + icon = elysian + #religious_head = k_orthodox + + holy_site = jerusalem + holy_site = constantinople + holy_site = rome + holy_site = alexandria + holy_site = antioch + + #Special Tolerance + doctrine = special_doctrine_ecumenical_christian + + #Tenets + doctrine = tenet_communion + doctrine = tenet_pentarchy + doctrine = tenet_monasticism + + holy_order_names = { + { name = "holy_order_brotherhood_of_the_holy_sepulchre" } + { name = "holy_order_knights_of_the_first_patrirchate" } + { name = "holy_order_order_of_the_holy_virgin" } + } + + localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + # Patriarchs instead of Popes + ReligiousHeadName = orthodox_religious_head_title + ReligiousHeadTitleName = orthodox_religious_head_title_name + } + } + marblist = { + color = { 240 216 255 } + icon = marblist + #religious_head = k_orthodox + + holy_site = jerusalem + holy_site = constantinople + holy_site = rome + holy_site = alexandria + holy_site = antioch + + #Special Tolerance + doctrine = special_doctrine_ecumenical_christian + + #Tenets + doctrine = tenet_communion + doctrine = tenet_pentarchy + doctrine = tenet_monasticism + + holy_order_names = { + { name = "holy_order_brotherhood_of_the_holy_sepulchre" } + { name = "holy_order_knights_of_the_first_patrirchate" } + { name = "holy_order_order_of_the_holy_virgin" } + } + + localization = { # Utilizes the 'West Christian' Saints, shared by Catholics and Orthodox + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + # Patriarchs instead of Popes + ReligiousHeadName = orthodox_religious_head_title + ReligiousHeadTitleName = orthodox_religious_head_title_name + } + } + } +} diff --git a/N3OW/common/religion/religions/NEOW_protestant.txt b/N3OW/common/religion/religions/NEOW_protestant.txt new file mode 100644 index 00000000..eacdf793 --- /dev/null +++ b/N3OW/common/religion/religions/NEOW_protestant.txt @@ -0,0 +1,690 @@ +protestant_religion = { + family = rf_abrahamic + + doctrine_background_icon = core_tenet_banner_christian.dds + doctrine = abrahamic_hostility_doctrine + + #Main Group + doctrine = doctrine_spiritual_head + doctrine = doctrine_gender_male_dominated + doctrine = doctrine_pluralism_pluralistic + doctrine = doctrine_theocracy_temporal + + #Marriage + doctrine = doctrine_monogamy + doctrine = doctrine_divorce_allowed + doctrine = doctrine_bastardry_legitimization + doctrine = doctrine_consanguinity_restricted + + #Crimes + doctrine = doctrine_homosexuality_accepted + doctrine = doctrine_adultery_men_shunned + doctrine = doctrine_adultery_women_shunned + doctrine = doctrine_kinslaying_close_kin_crime + doctrine = doctrine_deviancy_shunned + doctrine = doctrine_witchcraft_shunned + + #Clerical Functions + doctrine = doctrine_clerical_function_taxation + doctrine = doctrine_clerical_gender_either + doctrine = doctrine_clerical_marriage_disallowed + doctrine = doctrine_clerical_succession_temporal_appointment + + #Allow pilgrimages + doctrine = doctrine_pilgrimage_encouraged + + #Funeral tradition + doctrine = doctrine_funeral_stoic + + #Coronation tradition + doctrine = doctrine_no_anointment + + #Special/Syncretic target doctrines + doctrine = special_doctrine_is_christian_faith + + traits = { + virtues = { forgiving compassionate chaste } + sins = { vengeful sadistic lustful } + } + + reserved_male_names = { #these might be alright? + Andrew Antoninus Bartolomeus Benedict Christian Christopher Clement Constantine David Demetrius Eustace George Gregory + Hans Isaac Joakim Jacob John Jordan Joseph Laurence Magnus Marcus Martin Matthew Michael Nicholas Patrick Paul Peter Philip + Salvador Samuel Sebastian Simon Stephen Thomas Abraham Alexander Daniel Job Joshua Cyrus Luke Zachariah + } + reserved_female_names = { #these might be alright? + Anna Beatrice Benedicta Brigid Catherine Cecilia Christina Clementia Constance Dorothy Elisabeth Joan Judith Juliana Helen + Magdalena Margaret Maria Marine Patricia Philippa Rachel Sarah Sophia Stephania + } + + custom_faith_icons = { + custom_faith_1 custom_faith_2 custom_faith_3 custom_faith_4 custom_faith_5 custom_faith_6 custom_faith_7 custom_faith_8 custom_faith_9 custom_faith_10 dualism_custom_1 zoroastrian_custom_1 zoroastrian_custom_2 buddhism_custom_1 buddhism_custom_2 buddhism_custom_3 buddhism_custom_4 taoism_custom_1 yazidi_custom_1 sunni_custom_2 sunni_custom_3 sunni_custom_4 muhakkima_1 muhakkima_2 muhakkima_4 muhakkima_5 muhakkima_6 judaism_custom_1 custom_faith_fp1_fenrir custom_faith_fp1_irminsul custom_faith_fp1_jormungandr custom_faith_fp1_odins_ravens custom_faith_fp1_runestone_moon custom_faith_fp1_thors_hammer custom_faith_fp1_valknut custom_faith_fp1_yggdrasil custom_faith_boromian_circles custom_faith_lotus custom_faith_aum_tibetan custom_faith_pentagram custom_faith_pentagram_inverted custom_faith_burning_bush custom_faith_allah custom_faith_gankyil custom_faith_eye_of_providence custom_faith_dove custom_faith_ichthys custom_faith_lamb custom_faith_black_sheep custom_faith_ankh custom_faith_chi_rho custom_faith_hamsa custom_faith_cool_s + } + + holy_order_names = { #placeholder + { name = "holy_order_knights_of_the_chalice" } + { name = "holy_order_order_of_the_holy_communion" } + { name = "holy_order_knights_of_the_first_gospel" } + { name = "holy_order_guardians_of_the_shroud" } + { name = "holy_order_knights_of_the_reliquary" } + { name = "holy_order_warriors_of_the_cross" } + { name = "holy_order_christian" coat_of_arms = "ho_christian" } + } + + holy_order_maa = { teutonic_knights } #placeholder + + localization = { + #HighGod | placeholder + HighGodName = christianity_high_god_name + HighGodName2 = christianity_high_god_name_2 + HighGodNamePossessive = christianity_high_god_name_possessive + HighGodNameSheHe = CHARACTER_SHEHE_HE + HighGodHerselfHimself = CHARACTER_HIMSELF + HighGodHerHis = CHARACTER_HERHIS_HIS + HighGodNameAlternate = christianity_high_god_name_alternate + HighGodNameAlternatePossessive = christianity_high_god_name_alternate_possessive + + #Creator | placeholder + CreatorName = christianity_creator_god_name + CreatorNamePossessive = christianity_creator_god_name_possessive + CreatorSheHe = CHARACTER_SHEHE_HE + CreatorHerHis = CHARACTER_HERHIS_HIS + CreatorHerHim = CHARACTER_HERHIM_HIM + + #HealthGod | placeholder + HealthGodName = christianity_health_god_name + HealthGodNamePossessive = christianity_health_god_name_possessive + HealthGodSheHe = CHARACTER_SHEHE_HE + HealthGodHerHis = CHARACTER_HERHIS_HIS + HealthGodHerHim = CHARACTER_HERHIM_HIM + + #FertilityGod | placeholder + FertilityGodName = christianity_fertility_god_name + FertilityGodNamePossessive = christianity_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_HE + FertilityGodHerHis = CHARACTER_HERHIS_HIS + FertilityGodHerHim = CHARACTER_HERHIM_HIM + + #WealthGod | placeholder + WealthGodName = christianity_wealth_god_name + WealthGodNamePossessive = christianity_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod | placeholder + HouseholdGodName = christianity_household_god_name + HouseholdGodNamePossessive = christianity_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #FateGod | placeholder + FateGodName = christianity_fate_god_name + FateGodNamePossessive = christianity_fate_god_name_possessive + FateGodSheHe = CHARACTER_SHEHE_HE + FateGodHerHis = CHARACTER_HERHIS_HIS + FateGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod | placeholder + KnowledgeGodName = christianity_knowledge_god_name + KnowledgeGodNamePossessive = christianity_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_HE + KnowledgeGodHerHis = CHARACTER_HERHIS_HIS + KnowledgeGodHerHim = CHARACTER_HERHIM_HIM + + #WarGod | placeholder + WarGodName = christianity_war_god_name + WarGodNamePossessive = christianity_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #TricksterGod | placeholder + TricksterGodName = christianity_trickster_god_name + TricksterGodNamePossessive = christianity_trickster_god_name_possessive + TricksterGodSheHe = CHARACTER_SHEHE_HE + TricksterGodHerHis = CHARACTER_HERHIS_HIS + TricksterGodHerHim = CHARACTER_HERHIM_HIM + + #NightGod | placeholder + NightGodName = christianity_night_god_name + NightGodNamePossessive = christianity_night_god_name_possessive + NightGodSheHe = CHARACTER_SHEHE_HE + NightGodHerHis = CHARACTER_HERHIS_HIS + NightGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod | placeholder + WaterGodName = christianity_water_god_name + WaterGodNamePossessive = christianity_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + + PantheonTerm = christianity_high_god_name + PantheonTerm2 = christianity_high_god_name_2 + PantheonTerm3 = christianity_high_god_name_3 + PantheonTermHasHave = pantheon_term_has + GoodGodNames = { + christianity_high_god_name + christianity_high_god_name_alternate + chistianity_good_god_jesus + chistianity_good_god_christ + } + DevilName = christianity_devil_name + DevilNamePossessive = christianity_devil_name_possessive + DevilSheHe = CHARACTER_SHEHE_HE + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerHis = CHARACTER_HERHIS_HIS + DevilHerselfHimself = CHARACTER_HIMSELF + EvilGodNames = { + christianity_devil_name + christianity_evil_god_lucifer + christianity_evil_god_beelzebub + christianity_evil_god_mephistopheles + } + HouseOfWorship = christianity_house_of_worship + HouseOfWorship2 = christianity_house_of_worship_2 + HouseOfWorship3 = christianity_house_of_worship_3 + HouseOfWorshipPlural = christianity_house_of_worship_plural + ReligiousSymbol = christianity_religious_symbol + ReligiousSymbol2 = christianity_religious_symbol_2 + ReligiousSymbol3 = christianity_religious_symbol_3 + ReligiousText = christianity_religious_text + ReligiousText2 = christianity_religious_text_2 + ReligiousText3 = christianity_religious_text_3 + ReligiousHeadName = christianity_religious_head_title + ReligiousHeadTitleName = christianity_religious_head_title_name + DevoteeMale = christianity_devotee_male + DevoteeMalePlural = christianity_devotee_male_plural + DevoteeFemale = christianity_devotee_female + DevoteeFemalePlural = christianity_devotee_female_plural + DevoteeNeuter = christianity_devotee_neuter + DevoteeNeuterPlural = christianity_devotee_neuter_plural + PriestMale = christianity_priest_male + PriestMalePlural = christianity_priest_male_plural + PriestFemale = christianity_priest_male + PriestFemalePlural = christianity_priest_male_plural + PriestNeuter = christianity_priest_male + PriestNeuterPlural = christianity_priest_male_plural + AltPriestTermPlural = christianity_priest_alternate_plural + BishopMale = christianity_bishop + BishopMalePlural = christianity_bishop_plural + BishopFemale = christianity_bishop + BishopFemalePlural = christianity_bishop_plural + BishopNeuter = christianity_bishop + BishopNeuterPlural = christianity_bishop_plural + DivineRealm = christianity_positive_afterlife + DivineRealm2 = christianity_positive_afterlife_2 + DivineRealm3 = christianity_positive_afterlife_3 + PositiveAfterLife = christianity_positive_afterlife + PositiveAfterLife2 = christianity_positive_afterlife_2 + PositiveAfterLife3 = christianity_positive_afterlife_3 + NegativeAfterLife = christianity_negative_afterlife + NegativeAfterLife2 = christianity_negative_afterlife_2 + NegativeAfterLife3 = christianity_negative_afterlife_3 + DeathDeityName = christianity_death_deity_name + DeathDeityNamePossessive = christianity_death_deity_name_possessive + DeathDeitySheHe = CHARACTER_SHEHE_HE + DeathDeityHerHis = CHARACTER_HERHIS_HIS + DeathDeityHerHim = CHARACTER_HERHIM_HIM + WitchGodName = christianity_witchgodname_the_horned_god + WitchGodNamePossessive = christianity_witchgodname_the_horned_god_possessive + WitchGodHerHis = CHARACTER_HERHIS_HIS + WitchGodSheHe = CHARACTER_SHEHE_HE + WitchGodHerHim = CHARACTER_HERHIM_HIM + WitchGodMistressMaster = master + WitchGodMotherFather = father + + + GHWName = ghw_crusade + GHWNamePlural = ghw_crusades + + } + + piety_icon_group = "christian" + + faiths = { + anglican_england = { + color = { 140 178 191 } + icon = anglican + + # religious_head = k_papal_state + + graphical_faith = "catholic_gfx" + #placeholder holy sites + holy_site = london + holy_site = armagh + holy_site = jorvik + holy_site = dublin + holy_site = kent + holy_site = llandrindod + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_via_media + + #Tenets | placeholder + doctrine = against_all_odds + doctrine = for_king_and_country + doctrine = last_knights_of_britain + + #Special/virtue | placeholder + doctrine = special_doctrine_english_anglican + + holy_order_names = { #placeholder + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + lutheran = { + color = { 51 76 229 } + icon = liturgical + + # religious_head = k_papal_state + + #placeholder holy sites + holy_site = perth + holy_site = edinburgh + holy_site = london + holy_site = st_andrews + holy_site = belfast + holy_site = leath + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_established_church + + #Tenets | placeholder + doctrine = tenet_adaptive + doctrine = tenet_pentarchy + doctrine = tenet_literalism + + holy_order_names = { #placeholder + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + grundtvigian = { + color = { 226 152 164 } + icon = grundtvigian + + # religious_head = k_papal_state + + #placeholder holy sites + holy_site = perth + holy_site = edinburgh + holy_site = london + holy_site = st_andrews + holy_site = belfast + holy_site = leath + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_reformation_roots + + #Tenets | placeholder + doctrine = tenet_communal_possessions + doctrine = tenet_alexandrian_catechism + doctrine = tenet_ritual_celebrations + + holy_order_names = { #placeholder + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + moravian = { + color = { 127 191 255 } + icon = moravian + + #placeholder holy sites + holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_reformation_roots + + #Tenets | placeholder + doctrine = tenet_catholic_communion + doctrine = tenet_armed_pilgrimages + doctrine = tenet_unrelenting_faith + + holy_order_names = { #placeholder + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + utraquist = { + color = { 0.9 0.5 0.4 } + icon = utraquist + + + graphical_faith = "catholic_gfx" + #placeholder holy sites + holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_radical_reform + + #Tenets | placeholder + doctrine = tenet_catholic_communion + doctrine = tenet_armed_pilgrimages + doctrine = tenet_monasticism + + holy_order_names = { #placeholder + { name = "holy_order_knights_templar" coat_of_arms = "ho_knights_templar" } + { name = "holy_order_knights_hospitaller" coat_of_arms = "ho_knights_hospitaller" } + { name = "holy_order_teutonic_order" coat_of_arms = "ho_teutonic_order" } + { name = "holy_order_order_of_calatrava" coat_of_arms = "ho_order_of_calatrava" } + { name = "holy_order_order_of_alcantara" coat_of_arms = "ho_order_of_alcantara" } + { name = "holy_order_knights_of_santiago" coat_of_arms = "ho_knights_of_santiago" } + } + + localization = { # placeholder + #FertilityGod + FertilityGodName = west_christian_fertility_god_name + FertilityGodNamePossessive = west_christian_fertility_god_name_possessive + FertilityGodSheHe = CHARACTER_SHEHE_SHE + FertilityGodHerHis = CHARACTER_HERHIS_HER + FertilityGodHerHim = CHARACTER_HERHIM_HER + + #WealthGod + WealthGodName = west_christian_wealth_god_name + WealthGodNamePossessive = west_christian_wealth_god_name_possessive + WealthGodSheHe = CHARACTER_SHEHE_HE + WealthGodHerHis = CHARACTER_HERHIS_HIS + WealthGodHerHim = CHARACTER_HERHIM_HIM + + #HouseholdGod + HouseholdGodName = west_christian_household_god_name + HouseholdGodNamePossessive = west_christian_household_god_name_possessive + HouseholdGodSheHe = CHARACTER_SHEHE_HE + HouseholdGodHerHis = CHARACTER_HERHIS_HIS + HouseholdGodHerHim = CHARACTER_HERHIM_HIM + + #KnowledgeGod + KnowledgeGodName = west_christian_knowledge_god_name + KnowledgeGodNamePossessive = west_christian_knowledge_god_name_possessive + KnowledgeGodSheHe = CHARACTER_SHEHE_SHE + KnowledgeGodHerHis = CHARACTER_HERHIS_HER + KnowledgeGodHerHim = CHARACTER_HERHIM_HER + + #WarGod + WarGodName = west_christian_war_god_name + WarGodNamePossessive = west_christian_war_god_name_possessive + WarGodSheHe = CHARACTER_SHEHE_HE + WarGodHerHis = CHARACTER_HERHIS_HIS + WarGodHerHim = CHARACTER_HERHIM_HIM + + #WaterGod + WaterGodName = west_christian_water_god_name + WaterGodNamePossessive = west_christian_water_god_name_possessive + WaterGodSheHe = CHARACTER_SHEHE_HE + WaterGodHerHis = CHARACTER_HERHIS_HIS + WaterGodHerHim = CHARACTER_HERHIM_HIM + } + } + presbyterian = { + color = { 177 224 220 } + icon = presbyterian + + # religious_head = k_papal_state + + #placeholder holy sites + holy_site = perth + holy_site = edinburgh + holy_site = london + holy_site = standrews + holy_site = belfast + holy_site = leath + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_reformation_roots + + #Tenets | placeholder + doctrine = tenet_aniconism + doctrine = tenet_pastoral_isolation + doctrine = tenet_adaptive + + holy_order_names = { #placeholder + } + + } + helvetic = { + color = { 127 127 163 } + icon = helvetic + + # religious_head = k_papal_state + + #placeholder holy sites + holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + doctrine = doctrine_gender_male_dominated + doctrine = doctrine_clerical_gender_male_only + doctrine = doctrine_pluralism_fundamentalist + doctrine = doctrine_deviancy_crime + doctrine = doctrine_witchcraft_crime + + #Special Tolerance | placeholder + doctrine = special_doctrine_radical_reform + + #Tenets | placeholder + doctrine = tenet_aniconism + doctrine = tenet_literalism + doctrine = tenet_mendicant_preachers + + holy_order_names = { #placeholder + } + + } + genevan = { + color = { 203 209 239 } + icon = genevan + + # religious_head = k_papal_state + + #placeholder holy sites + holy_site = jerusalem + holy_site = rome + holy_site = cologne + holy_site = santiago + holy_site = kent + #holy_site = segrada_familia + + #Special Tolerance | placeholder + doctrine = special_doctrine_reformation_roots + + #Tenets | placeholder + doctrine = tenet_aniconism + doctrine = tenet_adaptive + doctrine = tenet_pacifism + + holy_order_names = { #placeholder + } + + } + } +} diff --git a/N3OW/common/script_values/02_religion_values.txt b/N3OW/common/script_values/02_religion_values.txt index 2b7c0451..b683ae60 100644 --- a/N3OW/common/script_values/02_religion_values.txt +++ b/N3OW/common/script_values/02_religion_values.txt @@ -845,7 +845,7 @@ great_holy_war_target_kingdom_weight = { limit = { AND = { scope:the_faith = { - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } not_non_catholic_standard_christian_faith_trigger = yes } title_capital_county.title_province = { geographical_region = ghw_region_baltic } @@ -4559,7 +4559,7 @@ great_holy_war_target_kingdom_weight_simplified = { limit = { AND = { scope:the_faith = { - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } not_non_catholic_standard_christian_faith_trigger = yes } title_capital_county.title_province = { geographical_region = ghw_region_baltic } diff --git a/N3OW/common/scripted_effects/00_major_decisions_scripted_effects.txt b/N3OW/common/scripted_effects/00_major_decisions_scripted_effects.txt index e484aca5..54661319 100644 --- a/N3OW/common/scripted_effects/00_major_decisions_scripted_effects.txt +++ b/N3OW/common/scripted_effects/00_major_decisions_scripted_effects.txt @@ -710,7 +710,37 @@ mend_great_schism_scripted_effect = { } trigger_event = roman_restoration.0102 } - religion:christianity_religion = { + religion:eastern_orthodox_religion = { + every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies. + custom = every_ecumenical_christian_faith.tt + limit = { + this.religion = root.faith.religion + has_doctrine = special_doctrine_ecumenical_christian + this != root.faith + } + remove_doctrine = special_doctrine_ecumenical_christian + change_fervor = { + value = -25 + desc = fervor_loss_mended_schism + } + } + } + religion:catholic_religion = { + every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies. + custom = every_ecumenical_christian_faith.tt + limit = { + this.religion = root.faith.religion + has_doctrine = special_doctrine_ecumenical_christian + this != root.faith + } + remove_doctrine = special_doctrine_ecumenical_christian + change_fervor = { + value = -25 + desc = fervor_loss_mended_schism + } + } + } + religion:protestant_religion = { every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies. custom = every_ecumenical_christian_faith.tt limit = { diff --git a/N3OW/common/scripted_triggers/03_fp2_scripted_triggers.txt b/N3OW/common/scripted_triggers/03_fp2_scripted_triggers.txt index 5878b2a7..c67e96ed 100644 --- a/N3OW/common/scripted_triggers/03_fp2_scripted_triggers.txt +++ b/N3OW/common/scripted_triggers/03_fp2_scripted_triggers.txt @@ -614,7 +614,7 @@ struggle_can_access_unlocks_bargain_fealty_interaction_trigger = { # Multi-File Event Triggers fp2_lyonese_monk_0002_papal_hof_trigger = { - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } exists = faith.religious_head faith.religious_head_title = title:k_papal_state } diff --git a/N3OW/common/scripted_triggers/07_frankokratia_triggers.txt b/N3OW/common/scripted_triggers/07_frankokratia_triggers.txt index e156c8f5..6269dfb1 100644 --- a/N3OW/common/scripted_triggers/07_frankokratia_triggers.txt +++ b/N3OW/common/scripted_triggers/07_frankokratia_triggers.txt @@ -9,7 +9,7 @@ ep3_frankokratia_ghw_trigger = { #Byzantine emperor is Christian, but not Catholic title:e_byzantium.holder.faith = { NOT = { this = faith:catholic } - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } trigger_if = { limit = { @@ -21,7 +21,7 @@ ep3_frankokratia_ghw_trigger = { title:e_byzantium.holder.primary_title = { state_faith = { NOT = { this = faith:catholic } - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } } } diff --git a/N3OW/common/scripted_triggers/10_ach_scripted_triggers.txt b/N3OW/common/scripted_triggers/10_ach_scripted_triggers.txt index c784ee54..2e197fb6 100644 --- a/N3OW/common/scripted_triggers/10_ach_scripted_triggers.txt +++ b/N3OW/common/scripted_triggers/10_ach_scripted_triggers.txt @@ -119,7 +119,9 @@ coronation_proper_artifact_crown_trigger = { OR = { this = religion:baltic_religion this = religion:bon_religion - this = religion:christianity_religion + this = religion:eastern_orthodox_religion + this = religion:catholic_religion + this = religion:protestant_religion this = religion:dualism_religion this = religion:hellenism_religion this = religion:judaism_religion diff --git a/N3OW/events/artifacts/historical_artifacts_events.txt b/N3OW/events/artifacts/historical_artifacts_events.txt index 7807d5bf..23bb3f19 100644 --- a/N3OW/events/artifacts/historical_artifacts_events.txt +++ b/N3OW/events/artifacts/historical_artifacts_events.txt @@ -47,7 +47,11 @@ historical_artifacts.0023 = { count = 6 random_character_with_royal_court = { limit = { - faith.religion = religion:christianity_religion + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } NOT = { has_character_flag = seeded_relic } } create_artifact_pedestal_christian_relic_effect_hist = { OWNER = this } @@ -418,7 +422,11 @@ historical_artifacts.0023 = { # We exclude kings'n'emperors so the Excaliburs scatter a little better. if = { limit = { - faith.religion = religion:christianity_religion + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } highest_held_title_tier <= tier_duchy } add_to_list = potential_excalibur_holders_list @@ -431,7 +439,11 @@ historical_artifacts.0023 = { # We exclude kings'n'emperors so the Excaliburs scatter a little better. if = { limit = { - faith.religion = religion:christianity_religion + OR = { + faith.religion = religion:eastern_orthodox_religion + faith.religion = religion:catholic_religion + faith.religion = religion:protestant_religion + } highest_held_title_tier <= tier_duchy } add_to_list = potential_excalibur_holders_list diff --git a/N3OW/gfx/interface/illustrations/scripted_illustrations/ingame.txt b/N3OW/gfx/interface/illustrations/scripted_illustrations/ingame.txt index 66d7a423..cc19ea18 100644 --- a/N3OW/gfx/interface/illustrations/scripted_illustrations/ingame.txt +++ b/N3OW/gfx/interface/illustrations/scripted_illustrations/ingame.txt @@ -36,7 +36,7 @@ character_view_bg = { trigger = { is_alive = no OR = { - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:islam_religion } trigger_if = { @@ -54,7 +54,7 @@ character_view_bg = { trigger = { is_alive = no - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } primary_title = title:e_byzantium } } @@ -64,7 +64,7 @@ character_view_bg = { trigger = { is_alive = no - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } } @@ -8640,7 +8640,7 @@ character_view_bg = { trigger = { should_use_temple_character_background_trigger = yes OR = { - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:islam_religion } trigger_if = { @@ -8659,7 +8659,7 @@ character_view_bg = { trigger = { should_use_temple_character_background_trigger = yes OR = { - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:islam_religion } trigger_if = { @@ -8680,7 +8680,7 @@ character_view_bg = { primary_spouse ?= { should_use_temple_character_background_trigger = yes OR = { - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:islam_religion } trigger_if = { @@ -8694,7 +8694,7 @@ character_view_bg = { betrothed ?= { should_use_temple_character_background_trigger = yes OR = { - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:islam_religion } trigger_if = { @@ -8710,7 +8710,7 @@ character_view_bg = { liege ?= { should_use_temple_character_background_trigger = yes OR = { - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:islam_religion } trigger_if = { @@ -8735,7 +8735,7 @@ character_view_bg = { trigger = { should_use_temple_character_background_trigger = yes - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } } @@ -8744,7 +8744,7 @@ character_view_bg = { trigger = { should_use_temple_character_background_trigger = yes - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } is_character_window_main_character = yes } } @@ -8756,19 +8756,19 @@ character_view_bg = { OR = { primary_spouse ?= { should_use_temple_character_background_trigger = yes - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } is_character_window_main_character = yes } betrothed ?= { should_use_temple_character_background_trigger = yes - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } is_character_window_main_character = yes } AND = { liege.diarch ?= this liege ?= { should_use_temple_character_background_trigger = yes - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } } } @@ -11528,12 +11528,12 @@ character_religion_interior = { # Christianity texture = { - trigger = { religion = religion:christianity_religion } + trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } reference = "event_scenes/church.dds" } environment = { - trigger = { religion = religion:christianity_religion } + trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } reference = "environment_event_church" } @@ -11805,12 +11805,12 @@ religion_interior = { # Christianity texture = { - trigger = { religion = religion:christianity_religion } + trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } reference = "event_scenes/church.dds" } environment = { - trigger = { religion = religion:christianity_religion } + trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } reference = "environment_event_church" } @@ -11876,7 +11876,7 @@ religion_interior = { religion_holding = { texture = { trigger = { - religion = religion:christianity_religion + OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } NOT = { faith = faith:nestorian } @@ -12147,7 +12147,7 @@ title_holding = { has_holding_type = church_holding has_holding_type = temple_citadel_holding } - faith.religion = religion:christianity_religion + faith.OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } } reference = "holding_types/temple_christian.dds" diff --git a/N3OW/history/provinces/e_alps.txt b/N3OW/history/provinces/e_alps.txt index ee02252a..f1061682 100644 --- a/N3OW/history/provinces/e_alps.txt +++ b/N3OW/history/provinces/e_alps.txt @@ -149,7 +149,9 @@ special_building_slot = schwaz_mines_01 } 2953 = { - holding = church_holding + holding = castle_holding + culture = austrian + religion = teutonic } 2976 = { holding = city_holding @@ -170,7 +172,9 @@ holding = none } 2781 = { - holding = city_holding + holding = castle_holding + culture = aleman + religion = teutonic } 9705 = { holding = none diff --git a/N3OW/history/provinces/e_germany.txt b/N3OW/history/provinces/e_germany.txt index 32aaef7b..c3071db4 100644 --- a/N3OW/history/provinces/e_germany.txt +++ b/N3OW/history/provinces/e_germany.txt @@ -618,6 +618,8 @@ } 3132 = { holding = castle_holding + culture = bavarian + religion = teutonic } ###c_muhlviertel 3072 = { diff --git a/N3OW/history/titles/k_brandenburg.txt b/N3OW/history/titles/k_brandenburg.txt index 6877d2a2..9d949164 100644 --- a/N3OW/history/titles/k_brandenburg.txt +++ b/N3OW/history/titles/k_brandenburg.txt @@ -132,12 +132,6 @@ c_wolgast = { } } -c_luneburg = { - 2554.1.1 = { - holder = germany0014 - } -} - c_cottbus = { 2554.1.1 = { holder = germany0032