From efd7dc9ecf86090f6d395f75091ece070a5a103a Mon Sep 17 00:00:00 2001 From: Archa3opt3ryx Date: Sun, 30 Nov 2025 05:50:31 -0500 Subject: [PATCH] Cleaning up religion stuff To undo the removal of all base game religions, simply delete the blank files of the same name. --- .../religion/doctrines/20_doctrines.txt | 1505 +++++++++++++++++ N3OW/common/religion/religions/00_akom.txt | 1 + N3OW/common/religion/religions/00_aluk.txt | 1 + N3OW/common/religion/religions/00_baltic.txt | 1 + .../religion/religions/00_basque_paganism.txt | 1 + .../religion/religions/00_bilikuism.txt | 1 + N3OW/common/religion/religions/00_bimoism.txt | 1 + N3OW/common/religion/religions/00_bon.txt | 1 + .../common/religion/religions/00_buddhism.txt | 536 ------ .../religion/religions/00_confucianism.txt | 1 + .../common/religion/religions/00_dayawism.txt | 1 + .../religion/religions/00_donyipoloism.txt | 1 + N3OW/common/religion/religions/00_dualism.txt | 1 + .../religion/religions/00_finno_ugric.txt | 1 + .../common/religion/religions/00_germanic.txt | 1 + .../common/religion/religions/00_hantuism.txt | 1 + .../religion/religions/00_hellenism.txt | 1 + .../common/religion/religions/00_hinduism.txt | 1 + .../common/religion/religions/00_hmongism.txt | 1 + N3OW/common/religion/religions/00_islam.txt | 724 -------- N3OW/common/religion/religions/00_jainism.txt | 1 + .../religion/religions/00_kaharingan.txt | 1 + .../common/religion/religions/00_kamuyism.txt | 1 + .../religion/religions/00_kushitism.txt | 1 + .../religion/religions/00_magyarism.txt | 1 + N3OW/common/religion/religions/00_moism.txt | 1 + N3OW/common/religion/religions/00_muism.txt | 1 + .../religion/religions/00_mundhumism.txt | 1 + .../religion/religions/00_north_african.txt | 1 + .../common/religion/religions/00_paganism.txt | 1 + N3OW/common/religion/religions/00_qiangic.txt | 1 + .../religion/religions/00_satsana_phi.txt | 1 + .../religion/religions/00_shamanism.txt | 1 + .../religion/religions/00_shintoism.txt | 1 + .../common/religion/religions/00_siberian.txt | 1 + N3OW/common/religion/religions/00_slavic.txt | 1 + N3OW/common/religion/religions/00_taoism.txt | 1 + .../common/religion/religions/00_tengrism.txt | 1 + .../common/religion/religions/00_tolotang.txt | 1 + N3OW/common/religion/religions/00_utaki.txt | 1 + N3OW/common/religion/religions/00_waaqism.txt | 1 + .../religion/religions/00_west_african.txt | 1 + .../religions/00_west_african_bori.txt | 1 + .../religions/00_west_african_orisha.txt | 1 + .../religions/00_west_african_roog.txt | 1 + N3OW/common/religion/religions/00_yazidi.txt | 1 + N3OW/common/religion/religions/00_zunism.txt | 1 + .../religion/religions/NEOW_thelema.txt | 8 +- N3OW/common/religion/religions/NEOW_wicca.txt | 4 +- .../tgp_mandala_scripted_effects.txt | 2 +- .../00_government_triggers.txt | 2 +- 51 files changed, 1557 insertions(+), 1268 deletions(-) create mode 100644 N3OW/common/religion/doctrines/20_doctrines.txt create mode 100644 N3OW/common/religion/religions/00_akom.txt create mode 100644 N3OW/common/religion/religions/00_aluk.txt create mode 100644 N3OW/common/religion/religions/00_baltic.txt create mode 100644 N3OW/common/religion/religions/00_basque_paganism.txt create mode 100644 N3OW/common/religion/religions/00_bilikuism.txt create mode 100644 N3OW/common/religion/religions/00_bimoism.txt create mode 100644 N3OW/common/religion/religions/00_bon.txt create mode 100644 N3OW/common/religion/religions/00_confucianism.txt create mode 100644 N3OW/common/religion/religions/00_dayawism.txt create mode 100644 N3OW/common/religion/religions/00_donyipoloism.txt create mode 100644 N3OW/common/religion/religions/00_dualism.txt create mode 100644 N3OW/common/religion/religions/00_finno_ugric.txt create mode 100644 N3OW/common/religion/religions/00_germanic.txt create mode 100644 N3OW/common/religion/religions/00_hantuism.txt create mode 100644 N3OW/common/religion/religions/00_hellenism.txt create mode 100644 N3OW/common/religion/religions/00_hinduism.txt create mode 100644 N3OW/common/religion/religions/00_hmongism.txt create mode 100644 N3OW/common/religion/religions/00_jainism.txt create mode 100644 N3OW/common/religion/religions/00_kaharingan.txt create mode 100644 N3OW/common/religion/religions/00_kamuyism.txt create mode 100644 N3OW/common/religion/religions/00_kushitism.txt create mode 100644 N3OW/common/religion/religions/00_magyarism.txt create mode 100644 N3OW/common/religion/religions/00_moism.txt create mode 100644 N3OW/common/religion/religions/00_muism.txt create mode 100644 N3OW/common/religion/religions/00_mundhumism.txt create mode 100644 N3OW/common/religion/religions/00_north_african.txt create mode 100644 N3OW/common/religion/religions/00_paganism.txt create mode 100644 N3OW/common/religion/religions/00_qiangic.txt create mode 100644 N3OW/common/religion/religions/00_satsana_phi.txt create mode 100644 N3OW/common/religion/religions/00_shamanism.txt create mode 100644 N3OW/common/religion/religions/00_shintoism.txt create mode 100644 N3OW/common/religion/religions/00_siberian.txt create mode 100644 N3OW/common/religion/religions/00_slavic.txt create mode 100644 N3OW/common/religion/religions/00_taoism.txt create mode 100644 N3OW/common/religion/religions/00_tengrism.txt create mode 100644 N3OW/common/religion/religions/00_tolotang.txt create mode 100644 N3OW/common/religion/religions/00_utaki.txt create mode 100644 N3OW/common/religion/religions/00_waaqism.txt create mode 100644 N3OW/common/religion/religions/00_west_african.txt create mode 100644 N3OW/common/religion/religions/00_west_african_bori.txt create mode 100644 N3OW/common/religion/religions/00_west_african_orisha.txt create mode 100644 N3OW/common/religion/religions/00_west_african_roog.txt create mode 100644 N3OW/common/religion/religions/00_yazidi.txt create mode 100644 N3OW/common/religion/religions/00_zunism.txt diff --git a/N3OW/common/religion/doctrines/20_doctrines.txt b/N3OW/common/religion/doctrines/20_doctrines.txt new file mode 100644 index 00000000..c619aee0 --- /dev/null +++ b/N3OW/common/religion/doctrines/20_doctrines.txt @@ -0,0 +1,1505 @@ +#Needs to be used in order to remove theism doctrines + +doctrine_marriage_type = { + group = "marriage" + doctrine_monogamy = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_monogamy } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + number_of_spouses = 1 + marriage_event = yes + } + } + + doctrine_polygamy = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_polygamy } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + number_of_spouses = 4 + spouse_piety_loss = yes + } + } + + doctrine_concubines = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_concubines } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + number_of_spouses = 1 + number_of_consorts = 3 + } + } +} + +doctrine_divorce = { + group = "marriage" + doctrine_divorce_disallowed = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_divorce_disallowed } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_divorce_allowed } + multiply = faith_changed_doctrine_cost_mult_two_step + } + + } + parameters = { + divorce_disallowed = yes + } + } + doctrine_divorce_approval = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_divorce_approval } + multiply = faith_unchanged_doctrine_cost_mult + } + + } + parameters = { + divorce_approval = yes + } + } + doctrine_divorce_allowed = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_divorce_allowed } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_divorce_disallowed } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + divorce_allowed = yes + } + } +} + +doctrine_bastardry = { + group = "marriage" + doctrine_bastardry_none = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_bastardry_none } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_bastardry_all } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + bastards_none = yes + } + } + doctrine_bastardry_legitimization = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_bastardry_legitimization } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + bastards_legitimize = yes + } + } + doctrine_bastardry_all = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_bastardry_all } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_bastardry_none } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + bastards_always = yes + } + } +} + +doctrine_homosexuality = { + group = "crimes" + doctrine_homosexuality_crime = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_homosexuality_crime } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_homosexuality_accepted } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + homosexuality_illegal = yes + } + } + doctrine_homosexuality_shunned = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_homosexuality_shunned } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + homosexuality_shunned = yes + } + } + doctrine_homosexuality_accepted = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_homosexuality_accepted } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_homosexuality_crime } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + homosexuality_accepted = yes + } + } +} + +doctrine_deviancy = { + group = "crimes" + doctrine_deviancy_crime = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_deviancy_crime } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_deviancy_accepted } + multiply = faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = doctrine_deviancy_virtuous } + multiply = faith_changed_doctrine_cost_mult_three_step + } + } + parameters = { + deviancy_illegal = yes + } + } + doctrine_deviancy_shunned = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_deviancy_shunned } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_deviancy_virtuous } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + deviancy_shunned = yes + } + } + doctrine_deviancy_accepted = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_deviancy_accepted } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_deviancy_crime } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + deviancy_accepted = yes + } + } + doctrine_deviancy_virtuous = { + can_pick = { + OR = { + custom_description = { + text = must_select_carnal_exaltation + doctrine:tenet_carnal_exaltation = { is_in_list = selected_doctrines } + } + custom_description = { + text = must_select_love_under_will + doctrine:tenet_love_under_will = { is_in_list = selected_doctrines } + } + } + } + piety_cost = { + value = faith_doctrine_cost_massive + if = { + limit = { has_doctrine = doctrine_deviancy_virtuous } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_deviancy_shunned } + multiply = faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = doctrine_deviancy_crime } + multiply = faith_changed_doctrine_cost_mult_three_step + } + } + traits = { + virtues = { deviant } + } + parameters = { + deviancy_accepted = yes + } + } +} + +doctrine_adultery_men = { + group = "crimes" + doctrine_adultery_men_crime = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_adultery_men_crime } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_adultery_men_accepted } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + adultery_male_crime = yes + } + } + doctrine_adultery_men_shunned = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_adultery_men_shunned } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + adultery_male_shunned = yes + } + } + doctrine_adultery_men_accepted = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_adultery_men_accepted } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_adultery_men_crime } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + adultery_male_accepted = yes + } + } +} + +doctrine_adultery_women = { + group = "crimes" + doctrine_adultery_women_crime = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_adultery_women_crime } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_adultery_women_accepted } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + adultery_female_crime = yes + } + } + doctrine_adultery_women_shunned = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_adultery_women_shunned } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + adultery_female_shunned = yes + } + } + doctrine_adultery_women_accepted = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_adultery_women_accepted } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_adultery_women_crime } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + adultery_female_accepted = yes + } + } +} + +doctrine_kinslaying = { + group = "crimes" + doctrine_kinslaying_any_dynasty_member_crime = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_kinslaying_any_dynasty_member_crime } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_kinslaying_close_kin_crime } + multiply = faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = doctrine_kinslaying_shunned } + multiply = faith_changed_doctrine_cost_mult_three_step + } + else_if = { + limit = { has_doctrine = doctrine_kinslaying_accepted } + multiply = faith_changed_doctrine_cost_mult_four_step + } + } + parameters = { + kinslaying_any_dynasty_member_crime = yes + } + } + doctrine_kinslaying_extended_family_crime = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_kinslaying_extended_family_crime } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_kinslaying_shunned } + multiply = faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = doctrine_kinslaying_accepted } + multiply = faith_changed_doctrine_cost_mult_three_step + } + } + parameters = { + kinslaying_extended_family_crime = yes + } + } + doctrine_kinslaying_close_kin_crime = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_kinslaying_close_kin_crime } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { + OR = { + has_doctrine = doctrine_kinslaying_accepted + has_doctrine = doctrine_kinslaying_any_dynasty_member_crime + } + } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + kinslaying_close_kin_crime = yes + } + } + doctrine_kinslaying_shunned = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_kinslaying_shunned } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_kinslaying_extended_family_crime } + multiply = faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = doctrine_kinslaying_any_dynasty_member_crime } + multiply = faith_changed_doctrine_cost_mult_three_step + } + } + parameters = { + kinslaying_shunned = yes + } + } + doctrine_kinslaying_accepted = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_kinslaying_accepted } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_kinslaying_close_kin_crime } + multiply = faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = doctrine_kinslaying_extended_family_crime } + multiply = faith_changed_doctrine_cost_mult_three_step + } + else_if = { + limit = { has_doctrine = doctrine_kinslaying_any_dynasty_member_crime } + multiply = faith_changed_doctrine_cost_mult_four_step + } + + } + parameters = { + kinslaying_accepted = yes + } + } +} + +doctrine_witchcraft = { + group = "crimes" + doctrine_witchcraft_crime = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_witchcraft_crime } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_witchcraft_accepted } + multiply = faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = doctrine_witchcraft_virtuous } + multiply = faith_changed_doctrine_cost_mult_three_step + } + } + parameters = { + witchcraft_illegal = yes + } + } + doctrine_witchcraft_shunned = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_witchcraft_shunned } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_witchcraft_virtuous } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + witchcraft_shunned = yes + } + } + doctrine_witchcraft_accepted = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_witchcraft_accepted } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_witchcraft_crime } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + witchcraft_accepted = yes + } + } + doctrine_witchcraft_virtuous = { + piety_cost = { + value = faith_tenet_cost_massive + if = { + limit = { has_doctrine = doctrine_witchcraft_virtuous } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_witchcraft_shunned } + multiply = faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = doctrine_witchcraft_crime } + multiply = faith_changed_doctrine_cost_mult_three_step + } + } + traits = { + virtues = { witch } + } + parameters = { + witchcraft_accepted = yes + } + } +} + + +doctrine_gender = { + group = "main_group" + + doctrine_gender_male_dominated = { + is_shown = { + NOT = { has_game_rule = full_gender_equality } + } + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_gender_male_dominated } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_gender_female_dominated } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + male_dominated_law = yes + female_claims_are_weak = yes + women_cannot_inherit_implicit_claims = yes + women_cannot_be_granted_titles = yes + male_dominated_council = yes + combatant_must_be_male_if_no_roco = yes + } + character_modifier = { + name = female_ruler_male_dominant + opinion_of_female_rulers = -10 + } + + can_pick = { + NAND = { + exists = religious_head + religious_head.culture = { has_cultural_parameter = female_only_inheritance } + } + } + } + doctrine_gender_equal = { + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_gender_equal } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + gender_equal_law = yes + combatant_can_be_either_gender_if_no_roco = yes + } + } + doctrine_gender_female_dominated = { + is_shown = { + NOT = { has_game_rule = full_gender_equality } + } + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_gender_female_dominated } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_gender_male_dominated } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + female_dominated_law = yes + male_claims_are_weak = yes + men_cannot_inherit_implicit_claims = yes + men_cannot_be_granted_titles = yes + female_dominated_council = yes + combatant_must_be_female_if_no_roco = yes + } + character_modifier = { + name = male_ruler_female_dominant + opinion_of_male_rulers = -10 + } + + can_pick = { + NAND = { + exists = religious_head + religious_head.culture = { has_cultural_parameter = male_only_inheritance } + } + } + } +} + +doctrine_consanguinity = { + group = "marriage" + doctrine_consanguinity_dynastic = { + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_consanguinity_restricted } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_consanguinity_aunt_nephew_and_uncle_niece } + multiply = faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = doctrine_consanguinity_unrestricted } + multiply = faith_changed_doctrine_cost_mult_three_step + } + } + parameters = { + consanguinity_restricted_dynastic_marriage = yes + consanguinity_restricted_marriage = yes + consanguinity_restricted_close_kin_incest = yes + } + } + doctrine_consanguinity_restricted = { + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_consanguinity_restricted } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_consanguinity_aunt_nephew_and_uncle_niece } + multiply = faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = doctrine_consanguinity_unrestricted } + multiply = faith_changed_doctrine_cost_mult_three_step + } + } + parameters = { + consanguinity_restricted_marriage = yes + consanguinity_restricted_close_kin_incest = yes + } + } + doctrine_consanguinity_cousins = { + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_consanguinity_cousins } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_consanguinity_unrestricted } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + consanguinity_cousins_marriage = yes + consanguinity_cousins_incest = yes + allows_cousin_marriage = yes + } + } + doctrine_consanguinity_aunt_nephew_and_uncle_niece = { + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_consanguinity_aunt_nephew_and_uncle_niece } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_consanguinity_restricted } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + consanguinity_aunt_nephew_and_uncle_niece_marriage = yes + consanguinity_aunt_nephew_and_uncle_niece_incest = yes + allows_cousin_marriage = yes + allows_aunt_nephew_and_uncle_niece_marriage = yes + } + } + doctrine_consanguinity_unrestricted = { + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_consanguinity_unrestricted } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_consanguinity_cousins } + multiply = faith_changed_doctrine_cost_mult_two_step + } + else_if = { + limit = { has_doctrine = doctrine_consanguinity_restricted } + multiply = faith_changed_doctrine_cost_mult_three_step + } + } + parameters = { + consanguinity_unrestricted_marriage = yes + consanguinity_unrestricted_incest = yes + allows_cousin_marriage = yes + allows_aunt_nephew_and_uncle_niece_marriage = yes + allows_unrestricted_marriage = yes + } + } +} + +doctrine_pluralism = { + group = "main_group" + + doctrine_pluralism_fundamentalist = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_pluralism_fundamentalist } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_pluralism_pluralistic } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + hostility_towards_us_mult = 2 + + pluralism_fundamentalist_proselytization_bonus = yes + pluralism_fundamentalist_faction_join_chance = yes + pluralism_fundamentalist_vulnerable_to_heresy = yes + pluralism_fundamentalist_revocation_tyranny_minimal = yes + } + character_modifier = { + minority_different_faith_opinion = -20 + } + } + doctrine_pluralism_righteous = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_pluralism_righteous } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + hostility_towards_us_mult = 1 + pluralism_righteous_revocation_tyranny_reduced = yes + } + character_modifier = { + minority_different_faith_opinion = -10 + } + } + doctrine_pluralism_pluralistic = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_pluralism_pluralistic } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_pluralism_fundamentalist } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + + can_pick = { + custom_description = { + text = incompatible_tenet_pentarchy_trigger + NOT = { doctrine:tenet_pentarchy = { is_in_list = selected_doctrines } } + } + } + + parameters = { + hostility_towards_us_mult = 0.5 + pluralism_pluralistic_proselytization_penalty = yes + pluralism_pluralistic_faction_join_chance = yes + pluralism_pluralistic_resistant_to_heresy = yes + pluralism_pluralistic_holy_wars_preserve_vassals = yes + + } + } +} + +doctrine_theocracy = { + group = "main_group" + doctrine_theocracy_temporal = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_theocracy_temporal } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_theocracy_lay_clergy } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + + can_pick = { + custom_description = { + text = incompatible_doctrine_theocracy_temporal_trigger + NOT = { doctrine:doctrine_temporal_head = { is_in_list = selected_doctrines } } + } + } + + parameters = { + theocracy_temple_lease = yes + } + } + doctrine_theocracy_lay_clergy = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_theocracy_lay_clergy } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_theocracy_temporal } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + + parameters = { + theocracy_temple_ownership = yes + lay_clergy = yes + allowed_holding_type_church_holding = yes + } + } +} + +doctrine_head_of_faith = { + group = "main_group" + + doctrine_no_head = { + visible = no + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_no_head } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + no_head_of_faith = yes + minimum_fervor = 25 + } + } + doctrine_spiritual_head = { + visible = no + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_spiritual_head } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + spiritual_head_of_faith = yes + spiritual_head_of_faith_claims = yes + spiritual_head_of_faith_gold = yes + } + } + doctrine_temporal_head = { + visible = no + piety_cost = { + value = faith_doctrine_cost_massive + if = { + limit = { has_doctrine = doctrine_temporal_head } + multiply = faith_unchanged_doctrine_cost_mult + } + } + can_pick = { + custom_description = { + text = incompatible_doctrine_theocracy_temporal_trigger + NOT = { doctrine:doctrine_theocracy_temporal = { is_in_list = selected_doctrines } } + } + custom_description = { + text = incompatible_doctrine_spiritual_appointment_temporal_trigger + NOR = { + doctrine:doctrine_clerical_succession_spiritual_appointment = { is_in_list = selected_doctrines } + doctrine:doctrine_clerical_succession_spiritual_fixed_appointment = { is_in_list = selected_doctrines } + } + } + } + + parameters = { + temporal_head_of_faith = yes + temporal_head_of_faith_directed_holy_wars = yes + } + } +} + +doctrine_clerical_function = { + group = "clergy" + doctrine_clerical_function_taxation = { + clergy_modifier = { + #monthly_county_control_growth_add_even_if_baron = 0.2 + monthly_county_control_growth_factor_even_if_baron = 0.2 + } + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_clerical_function_taxation } + multiply = faith_unchanged_doctrine_cost_mult + } + } + } + doctrine_clerical_function_alms_and_pacification = { + clergy_modifier = { + county_opinion_add_even_if_baron = 10 + domain_tax_mult_even_if_baron = -0.05 + } + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_clerical_function_alms_and_pacification } + multiply = faith_unchanged_doctrine_cost_mult + } + } + } + doctrine_clerical_function_recruitment = { + clergy_modifier = { + domain_tax_same_faith_mult_even_if_baron = -0.03 + levy_reinforcement_rate_same_faith_even_if_baron = 0.3 + prowess = 4 + } + parameters = { + clergy_can_fight = yes + } + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_clerical_function_recruitment } + multiply = faith_unchanged_doctrine_cost_mult + } + } + } +} + +doctrine_clerical_gender = { + group = "clergy" + doctrine_clerical_gender_male_only = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_clerical_gender_male_only } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_clerical_gender_female_only } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + clergy_must_be_male = yes + } + } + doctrine_clerical_gender_female_only = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_clerical_gender_female_only } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_clerical_gender_male_only } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + parameters = { + clergy_must_be_female = yes + } + } + doctrine_clerical_gender_either = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_clerical_gender_either } + multiply = faith_unchanged_doctrine_cost_mult + } + } + + parameters = { + clergy_can_be_either_gender = yes + } + } +} + +doctrine_clerical_marriage = { + group = "clergy" + doctrine_clerical_marriage_allowed = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_clerical_marriage_allowed } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_clerical_marriage_disallowed } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + + parameters = { + clergy_can_marry = yes + } + } + doctrine_clerical_marriage_disallowed = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = doctrine_clerical_marriage_disallowed } + multiply = faith_unchanged_doctrine_cost_mult + } + else_if = { + limit = { has_doctrine = doctrine_clerical_marriage_allowed } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + + parameters = { + clergy_can_marry = no + } + } +} + +doctrine_clerical_succession = { + group = "clergy" + doctrine_clerical_succession_temporal_appointment = { # Temporal, Free + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_clerical_succession_temporal_appointment } + multiply = faith_unchanged_doctrine_cost_mult + } + else = { + if = { + limit = { + OR = { # Was Spiritual + has_doctrine = doctrine_clerical_succession_spiritual_fixed_appointment + has_doctrine = doctrine_clerical_succession_spiritual_appointment + } + } + multiply = faith_changed_doctrine_cost_mult_two_step + } + if = { + limit = { + OR = { # Was Fixed + has_doctrine = doctrine_clerical_succession_spiritual_fixed_appointment + has_doctrine = doctrine_clerical_succession_temporal_fixed_appointment + } + } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + # Round up to the nearest multiple of 25 + divide = 25 + ceiling = yes + multiply = 25 + } + + parameters = { + clerical_appointment_ruler = yes + clerical_appointment_fixed = no + } + } + doctrine_clerical_succession_spiritual_appointment = { # Spiritual, Free + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_clerical_succession_spiritual_appointment } + multiply = faith_unchanged_doctrine_cost_mult + } + else = { + if = { + limit = { + OR = { # Was Temporal + has_doctrine = doctrine_clerical_succession_temporal_fixed_appointment + has_doctrine = doctrine_clerical_succession_temporal_appointment + } + } + multiply = faith_changed_doctrine_cost_mult_two_step + } + if = { + limit = { + OR = { # Was Fixed + has_doctrine = doctrine_clerical_succession_spiritual_fixed_appointment + has_doctrine = doctrine_clerical_succession_temporal_fixed_appointment + } + } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + # Round up to the nearest multiple of 25 + divide = 25 + ceiling = yes + multiply = 25 + } + + can_pick = { + custom_description = { + text = incompatible_doctrine_spiritual_appointment_temporal_trigger + NOT = { doctrine:doctrine_temporal_head = { is_in_list = selected_doctrines } } + } + } + + parameters = { + clerical_appointment_head_of_faith = yes + clerical_appointment_fixed = no + } + } + doctrine_clerical_succession_temporal_fixed_appointment = { # Temporal, Fixed + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_clerical_succession_temporal_fixed_appointment } + multiply = faith_unchanged_doctrine_cost_mult + } + else = { + if = { + limit = { + OR = { # Was Spiritual + has_doctrine = doctrine_clerical_succession_spiritual_fixed_appointment + has_doctrine = doctrine_clerical_succession_spiritual_appointment + } + } + multiply = faith_changed_doctrine_cost_mult_two_step + } + if = { + limit = { + OR = { # Was free + has_doctrine = doctrine_clerical_succession_spiritual_appointment + has_doctrine = doctrine_clerical_succession_temporal_appointment + } + } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + # Round up to the nearest multiple of 25 + divide = 25 + ceiling = yes + multiply = 25 + } + parameters = { + clerical_appointment_ruler = yes + clerical_appointment_fixed = yes + } + } + doctrine_clerical_succession_spiritual_fixed_appointment = { # Spiritual, Fixed + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_clerical_succession_spiritual_fixed_appointment } + multiply = faith_unchanged_doctrine_cost_mult + } + else = { + if = { + limit = { + OR = { # Was Temporal + has_doctrine = doctrine_clerical_succession_temporal_fixed_appointment + has_doctrine = doctrine_clerical_succession_temporal_appointment + } + } + multiply = faith_changed_doctrine_cost_mult_two_step + } + if = { + limit = { + OR = { # Was Free + has_doctrine = doctrine_clerical_succession_spiritual_appointment + has_doctrine = doctrine_clerical_succession_temporal_appointment + } + } + multiply = faith_changed_doctrine_cost_mult_two_step + } + } + # Round up to the nearest multiple of 25 + divide = 25 + ceiling = yes + multiply = 25 + } + + can_pick = { + custom_description = { + text = incompatible_doctrine_spiritual_appointment_temporal_trigger + NOT = { doctrine:doctrine_temporal_head = { is_in_list = selected_doctrines } } + } + } + + parameters = { + clerical_appointment_head_of_faith = yes + clerical_appointment_fixed = yes + } + } +} + +doctrine_pilgrimage = { + group = "main_group" + doctrine_pilgrimage_forbidden = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_pilgrimage_forbidden } + multiply = faith_unchanged_doctrine_cost_mult + } + } + character_modifier = { + monthly_piety_gain_mult = 0.2 + advantage_against_coreligionists = 5 + } + parameters = { + forbidden_from_pilgrimage = yes + } + traits = { + sins = { hajjaj pilgrim } + } + } + + doctrine_pilgrimage_encouraged = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_pilgrimage_encouraged } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + can_go_on_pilgrimage = yes + basic_pilgrimage_rewards = yes + } + } + + doctrine_pilgrimage_local_rites = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_pilgrimage_local_rites } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + local_shrine_offering = yes + can_go_on_pilgrimage = yes + basic_pilgrimage_rewards = yes + } + } + + doctrine_pilgrimage_mandatory = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_pilgrimage_mandatory } + multiply = faith_unchanged_doctrine_cost_mult + } + } + is_shown = { + NOT = { religion_tag = islam_religion } + } + character_modifier = { + monthly_piety_gain_mult = -0.25 + same_faith_opinion = -5 + } + parameters = { + can_go_on_pilgrimage = yes + mandatory_pilgrimage = yes + basic_pilgrimage_rewards = yes + } + } + + doctrine_pilgrimage_mandatory_hajj = { + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_pilgrimage_mandatory_hajj } + multiply = faith_unchanged_doctrine_cost_mult + } + } + is_shown = { + religion_tag = islam_religion + } + character_modifier = { + monthly_piety_gain_mult = -0.25 + same_faith_opinion = -5 + } + parameters = { + can_go_on_pilgrimage = yes + mandatory_hajj = yes + basic_pilgrimage_rewards = yes + } + } +} + +doctrine_funeral = { + group = "clergy" + doctrine_funeral_stoic = { # Abrahamic funerals, stand around and try not to cry too much before the body is humbly buried + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_funeral_stoic } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + burial_funeral = yes + stoic_funeral = yes + } + } + doctrine_funeral_bewailment = { # West African funerals, strongly encouraged to show emotion before the body is humbly buried + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_funeral_bewailment } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + burial_funeral = yes + bewailment_funeral = yes + } + } + doctrine_funeral_cremation = { # Catch-all cremations, burn or otherwise dissolve the body + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_funeral_cremation } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + cremation_funeral = yes + } + } + doctrine_funeral_sky_burial = { # Have the body fed to scavenging animals and birds + piety_cost = { + value = faith_doctrine_cost_mid + if = { + limit = { has_doctrine = doctrine_funeral_sky_burial } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + sky_burials_active = yes + can_build_towers_of_silence_active = yes + } + + character_modifier = { + negate_health_penalty_add = 0.25 + } + } + doctrine_funeral_mummification = { # Fanatically preserve the body, very expensive + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_funeral_mummification } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + mummification_funeral = yes + } + + can_pick = { + custom_description = { + text = incompatible_tenet_aniconism_trigger + NOT = { doctrine:tenet_aniconism = { is_in_list = selected_doctrines } } + } + } + } + + doctrine_family_rites = { # Solemn veneration + piety_cost = { + value = faith_doctrine_cost_high + if = { + limit = { has_doctrine = doctrine_family_rites } + multiply = faith_unchanged_doctrine_cost_mult + } + if = { + limit = { has_doctrine = tenet_filial_piety } + multiply = faith_unchanged_doctrine_cost_mult + } + } + parameters = { + burial_funeral = yes + family_rites = yes + } + } +} + +doctrine_coronation = { + group = "clergy" + is_available_on_create = { + has_ach_dlc_trigger = yes + } + doctrine_no_anointment = { + piety_cost = { + value = faith_doctrine_cost_mid + } + parameters = { + no_anointment = yes + } + is_shown = { + has_ach_dlc_trigger = yes + } + } + doctrine_anointment_permitted = { + piety_cost = { + value = faith_doctrine_cost_mid + } + parameters = { + theocratic_coronation = yes + } + can_pick = { + custom_description = { + text = doctrine_requires_theocratic_head_of_faith_trigger + NOR = { + doctrine:doctrine_no_head = { is_in_list = selected_doctrines } + doctrine:doctrine_temporal_head = { is_in_list = selected_doctrines } + } + } + } + is_shown = { + has_ach_dlc_trigger = yes + } + } + doctrine_imperial_anointment = { + piety_cost = { + value = faith_doctrine_cost_mid + } + parameters = { + imperial_anointment = yes + } + can_pick = { + custom_description = { + text = doctrine_requires_theocratic_head_of_faith_trigger + NOR = { + doctrine:doctrine_no_head = { is_in_list = selected_doctrines } + doctrine:doctrine_temporal_head = { is_in_list = selected_doctrines } + } + } + } + is_shown = { + has_ach_dlc_trigger = yes + } + } +} \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_akom.txt b/N3OW/common/religion/religions/00_akom.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_akom.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_aluk.txt b/N3OW/common/religion/religions/00_aluk.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_aluk.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_baltic.txt b/N3OW/common/religion/religions/00_baltic.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_baltic.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_basque_paganism.txt b/N3OW/common/religion/religions/00_basque_paganism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_basque_paganism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_bilikuism.txt b/N3OW/common/religion/religions/00_bilikuism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_bilikuism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_bimoism.txt b/N3OW/common/religion/religions/00_bimoism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_bimoism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_bon.txt b/N3OW/common/religion/religions/00_bon.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_bon.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_buddhism.txt b/N3OW/common/religion/religions/00_buddhism.txt index 1c3f54ca..fecc535b 100644 --- a/N3OW/common/religion/religions/00_buddhism.txt +++ b/N3OW/common/religion/religions/00_buddhism.txt @@ -4,7 +4,6 @@ doctrine = eastern_hostility_doctrine #Main Group - doctrine = doctrine_polytheist doctrine = doctrine_no_head doctrine = doctrine_gender_male_dominated doctrine = doctrine_pluralism_pluralistic @@ -265,540 +264,5 @@ } } - theravada = { - color = { 0.8 0.4 0.0 } - icon = buddhism - - holy_site = bupaya - holy_site = bodh_gaya - holy_site = sarnath - holy_site = atamasthana - holy_site = dagon - - doctrine = tenet_dharmic_pacifism - doctrine = tenet_monasticism - doctrine = tenet_literalism - doctrine = doctrine_polygamy - } - - mahayana = { - color = { 0.8 0.3 0.2 } - icon = mahayana - - holy_site = borobudur - holy_site = bodh_gaya - holy_site = bayon - holy_site = sanchi - holy_site = amaravati - - doctrine = tenet_dharmic_pacifism - doctrine = tenet_mendicant_preachers - doctrine = tenet_asceticism - } - - vajrayana = { - color = { 0.9 0.3 0.0 } - icon = vajrayana - - holy_site = muara_takus - holy_site = bodh_gaya - holy_site = sarnath - holy_site = kalasan - holy_site = ajanta - - doctrine = doctrine_gender_equal - doctrine = doctrine_polygamy - doctrine = doctrine_adultery_men_accepted - doctrine = doctrine_adultery_women_accepted - doctrine = doctrine_deviancy_accepted - doctrine = doctrine_witchcraft_accepted - - doctrine = tenet_dharmic_pacifism - doctrine = tenet_esotericism - doctrine = tenet_ritual_hospitality - - localization = { - ReligiousText = vajrayana_religious_text - ReligiousText2 = vajrayana_religious_text_2 - ReligiousText3 = vajrayana_religious_text_3 - - #Creator - CreatorName = vajrayana_creator_god_name - CreatorNamePossessive = vajrayana_creator_god_name_possessive - CreatorSheHe = CHARACTER_HERHIM_IT - CreatorHerHis = CHARACTER_HERHIS_ITS - CreatorHerHim = CHARACTER_HERHIM_IT - - #HealthGod - HealthGodName = vajrayana_health_god_name - HealthGodNamePossessive = vajrayana_health_god_name_possessive - HealthGodSheHe = CHARACTER_SHEHE_HE - HealthGodHerHis = CHARACTER_HERHIS_HIS - HealthGodHerHim = CHARACTER_HERHIM_HIM - - #FertilityGod - FertilityGodName = vajrayana_fertility_god_name - FertilityGodNamePossessive = vajrayana_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_HE - FertilityGodHerHis = CHARACTER_HERHIS_HIS - FertilityGodHerHim = CHARACTER_HERHIM_HIM - - #WealthGod - WealthGodName = vajrayana_wealth_god_name - WealthGodNamePossessive = vajrayana_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = vajrayana_household_god_name - HouseholdGodNamePossessive = vajrayana_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_SHE - HouseholdGodHerHis = CHARACTER_HERHIS_HER - HouseholdGodHerHim = CHARACTER_HERHIM_HER - - #KnowledgeGod - KnowledgeGodName = vajrayana_knowledge_god_name - KnowledgeGodNamePossessive = vajrayana_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_HE - KnowledgeGodHerHis = CHARACTER_HERHIS_HIS - KnowledgeGodHerHim = CHARACTER_HERHIM_HIM - - #WarGod - WarGodName = vajrayana_war_god_name - WarGodNamePossessive = vajrayana_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #NightGod - NightGodName = vajrayana_night_god_name - NightGodNamePossessive = vajrayana_night_god_name_possessive - NightGodSheHe = CHARACTER_SHEHE_HE - NightGodHerHis = CHARACTER_HERHIS_HIS - NightGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = vajrayana_water_god_name - WaterGodNamePossessive = vajrayana_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_SHE - WaterGodHerHis = CHARACTER_HERHIS_HER - WaterGodHerHim = CHARACTER_HERHIM_HER - } - } - - ari = { - color = { 99 0 57 } - icon = ari_buddhism - - holy_site = kusinagara - holy_site = bodh_gaya - holy_site = sittaung - holy_site = ava - holy_site = dagon - - doctrine = doctrine_polygamy - doctrine = doctrine_kinslaying_accepted - doctrine = doctrine_adultery_men_accepted - doctrine = doctrine_adultery_women_accepted - doctrine = doctrine_deviancy_accepted - doctrine = doctrine_witchcraft_accepted - doctrine = doctrine_clerical_marriage_allowed - doctrine = doctrine_clerical_gender_male_only - - doctrine = tenet_ritual_celebrations - doctrine = tenet_esotericism - doctrine = tenet_communal_identity - } - - lamaism = { # Nangchos aka Tibetan Buddhism - syncretic of Mahayana, Vajrayana and native Tibetan elements - color = { 0.9 0.2 0.0 } - icon = lamaism_buddhism - - holy_site = kusinagara - holy_site = bodh_gaya - holy_site = lhasa - holy_site = sagya - holy_site = purang - - doctrine = doctrine_gender_equal - doctrine = doctrine_polygamy - doctrine = doctrine_adultery_men_accepted - doctrine = doctrine_adultery_women_accepted - doctrine = doctrine_deviancy_accepted - doctrine = doctrine_witchcraft_accepted - - # Carried over from pre-Buddhist Tibet. Similar theological motivations as cremation, demonstrating the impermanence of life - doctrine = doctrine_funeral_sky_burial - - doctrine = tenet_dharmic_pacifism - doctrine = tenet_monasticism - doctrine = tenet_esotericism - - localization = { - ReligiousText = lamaism_religious_text - ReligiousText2 = lamaism_religious_text_2 - ReligiousText3 = lamaism_religious_text_3 - HouseOfWorship = lamaism_house_of_worship - HouseOfWorship2 = lamaism_house_of_worship_2 - HouseOfWorship3 = lamaism_house_of_worship_3 - HouseOfWorshipPlural = lamaism_house_of_worship_plural - ReligiousHeadName = lamaism_religious_head_title - DevoteeMale = lamaism_devotee_male - DevoteeMalePlural = lamaism_devotee_male_plural - DevoteeFemale = lamaism_devotee_female - DevoteeFemalePlural = lamaism_devotee_female_plural - DevoteeNeuter = lamaism_devotee_neuter - DevoteeNeuterPlural = lamaism_devotee_neuter_plural - PriestMale = lamaism_priest - PriestMalePlural = lamaism_priest_plural - PriestFemale = lamaism_priest - PriestFemalePlural = lamaism_priest_plural - PriestNeuter = lamaism_priest - PriestNeuterPlural = lamaism_priest_plural - AltPriestTermPlural = lamaism_priest_term_plural - BishopMale = lamaism_bishop - BishopMalePlural = lamaism_bishop_plural - BishopFemale = lamaism_bishop - BishopFemalePlural = lamaism_bishop_plural - BishopNeuter = lamaism_bishop - BishopNeuterPlural = lamaism_bishop_plural - WitchGodName = bon_evil_god_shinje - WitchGodNamePossessive = bon_evil_god_shinje_possessive - WitchGodHerHis = CHARACTER_HERHIS_HIS - WitchGodSheHe = CHARACTER_SHEHE_HE - WitchGodHerHim = CHARACTER_HERHIM_HIM - WitchGodMistressMaster = master - WitchGodMotherFather = father - - #Creator - CreatorName = lamaism_creator_god_name - CreatorNamePossessive = lamaism_creator_god_name_possessive - CreatorSheHe = CHARACTER_HERHIM_IT - CreatorHerHis = CHARACTER_HERHIS_ITS - CreatorHerHim = CHARACTER_HERHIM_IT - - #HealthGod - HealthGodName = lamaism_health_god_name - HealthGodNamePossessive = lamaism_health_god_name_possessive - HealthGodSheHe = CHARACTER_SHEHE_HE - HealthGodHerHis = CHARACTER_HERHIS_HIS - HealthGodHerHim = CHARACTER_HERHIM_HIM - - #FertilityGod - FertilityGodName = lamaism_fertility_god_name - FertilityGodNamePossessive = lamaism_fertility_god_name_possessive - FertilityGodSheHe = CHARACTER_SHEHE_HE - FertilityGodHerHis = CHARACTER_HERHIS_HIS - FertilityGodHerHim = CHARACTER_HERHIM_HIM - - #WealthGod - WealthGodName = lamaism_wealth_god_name - WealthGodNamePossessive = lamaism_wealth_god_name_possessive - WealthGodSheHe = CHARACTER_SHEHE_HE - WealthGodHerHis = CHARACTER_HERHIS_HIS - WealthGodHerHim = CHARACTER_HERHIM_HIM - - #HouseholdGod - HouseholdGodName = lamaism_household_god_name - HouseholdGodNamePossessive = lamaism_household_god_name_possessive - HouseholdGodSheHe = CHARACTER_SHEHE_SHE - HouseholdGodHerHis = CHARACTER_HERHIS_HER - HouseholdGodHerHim = CHARACTER_HERHIM_HER - - #KnowledgeGod - KnowledgeGodName = lamaism_knowledge_god_name - KnowledgeGodNamePossessive = lamaism_knowledge_god_name_possessive - KnowledgeGodSheHe = CHARACTER_SHEHE_HE - KnowledgeGodHerHis = CHARACTER_HERHIS_HIS - KnowledgeGodHerHim = CHARACTER_HERHIM_HIM - - #WarGod - WarGodName = lamaism_war_god_name - WarGodNamePossessive = lamaism_war_god_name_possessive - WarGodSheHe = CHARACTER_SHEHE_HE - WarGodHerHis = CHARACTER_HERHIS_HIS - WarGodHerHim = CHARACTER_HERHIM_HIM - - #NightGod - NightGodName = lamaism_night_god_name - NightGodNamePossessive = lamaism_night_god_name_possessive - NightGodSheHe = CHARACTER_SHEHE_HE - NightGodHerHis = CHARACTER_HERHIS_HIS - NightGodHerHim = CHARACTER_HERHIM_HIM - - #WaterGod - WaterGodName = lamaism_water_god_name - WaterGodNamePossessive = lamaism_water_god_name_possessive - WaterGodSheHe = CHARACTER_SHEHE_SHE - WaterGodHerHis = CHARACTER_HERHIS_HER - WaterGodHerHim = CHARACTER_HERHIM_HER - - GoodGodNames = { - bon_good_god_gyalpo_pehar - } - } - } - - pundarika = { - color = { 255 115 30 } - icon = tiantai - - #Holy Sites - holy_site = luoyang - holy_site = tiantai - holy_site = hiei - holy_site = gaeseong - holy_site = magadha - - #Main Group - doctrine = doctrine_pluralism_righteous - - #Marriage - doctrine = doctrine_polygamy - doctrine = doctrine_bastardry_legitimization - - doctrine = doctrine_clerical_gender_male_only - - # Doctrines - doctrine = tenet_esotericism - doctrine = tenet_literalism - doctrine = tenet_inner_journey - doctrine = doctrine_pilgrimage_local_rites - - # Special - doctrine = special_doctrine_immaterial_harmony - } - - mantrayana = { - color = { 255 25 5 } - icon = mantrayana - - #Holy Sites - holy_site = luoyang - holy_site = koya - holy_site = heiankyo - holy_site = amaravati - holy_site = magadha - - #Main Group - doctrine = doctrine_pluralism_righteous - - #Marriage - doctrine = doctrine_polygamy - doctrine = doctrine_bastardry_legitimization - - doctrine = doctrine_clerical_gender_male_only - - # Doctrines - doctrine = tenet_mendicant_preachers - doctrine = tenet_esotericism - doctrine = tenet_asceticism - doctrine = doctrine_pilgrimage_local_rites - - # Special - doctrine = special_doctrine_immaterial_harmony - } - - dhyana = { - color = { 170 37 28 } - icon = dhyana - - #Holy Sites - holy_site = luoyang - holy_site = bodh_gaya - holy_site = sarnath - holy_site = sikong - holy_site = nanhua - - #Marriage - doctrine = doctrine_polygamy - doctrine = doctrine_bastardry_legitimization - - doctrine = doctrine_clerical_gender_male_only - - # Doctrines - doctrine = tenet_mendicant_preachers - doctrine = tenet_no_mind - doctrine = tenet_inner_journey - doctrine = doctrine_pilgrimage_local_rites - - # Special - doctrine = special_doctrine_immaterial_harmony - } - - sukhavati = { - color = { 139 64 21 } - icon = sukhavati - - #Holy Sites - holy_site = luoyang - holy_site = sarasvati - holy_site = heiankyo - holy_site = chang_an - holy_site = mount_lu - - #Main Group - doctrine = doctrine_pluralism_righteous - - #Marriage - doctrine = doctrine_polygamy - doctrine = doctrine_bastardry_legitimization - - doctrine = doctrine_clerical_gender_male_only - - # Doctrines - doctrine = tenet_inner_journey - doctrine = tenet_mendicant_preachers - doctrine = tenet_pure_land - doctrine = doctrine_pilgrimage_local_rites - - # Special - doctrine = special_doctrine_immaterial_harmony - } - avatamsaka = { - color = { 179 92 68 } - icon = avatamsaka - - holy_site = bodh_gaya - holy_site = chang_an - holy_site = gaeseong - holy_site = nara - holy_site = magadha - - #Main Group - doctrine = doctrine_pluralism_righteous - - doctrine = doctrine_consanguinity_restricted - doctrine = doctrine_bastardry_all - - doctrine = doctrine_homosexuality_shunned - doctrine = doctrine_polygamy - doctrine = doctrine_bastardry_legitimization - - doctrine = doctrine_clerical_gender_male_only - - doctrine = tenet_inner_journey - doctrine = tenet_esotericism - doctrine = tenet_monasticism - doctrine = doctrine_pilgrimage_local_rites - - # Special - doctrine = special_doctrine_immaterial_harmony - } - maitreya = { # Milejiao - color = { 255 110 0 } - icon = maitreyanism - - holy_site = mogao - holy_site = luoyang - holy_site = emei - holy_site = putuo - holy_site = bodh_gaya - - doctrine = doctrine_pluralism_fundamentalist - - doctrine = doctrine_consanguinity_restricted - doctrine = doctrine_bastardry_all - - doctrine = doctrine_homosexuality_shunned - doctrine = doctrine_polygamy - - doctrine = doctrine_clerical_gender_male_only - - doctrine = tenet_asceticism - doctrine = tenet_unrelenting_faith - doctrine = doctrine_pilgrimage_local_rites - - doctrine_selection_pair = { - requires_dlc_flag = all_under_heaven - doctrine = tenet_extinction_of_dharma - fallback_doctrine = tenet_warmonger - } - - # Special - doctrine = special_doctrine_is_maitreya - #doctrine = special_doctrine_immaterial_harmony - } - vinaya = { - color = { 240 190 40 } - icon = vinaya - - holy_site = nara - holy_site = chang_an - holy_site = hangzhou - holy_site = sarnath - holy_site = vaishali - - #Main Group - doctrine = doctrine_pluralism_righteous - - #Marriage - doctrine = doctrine_polygamy - doctrine = doctrine_bastardry_legitimization - - doctrine = doctrine_clerical_gender_male_only - - # Doctrines - doctrine = tenet_communal_identity - doctrine = tenet_religious_legal_pronouncements - doctrine = tenet_legalism - doctrine = doctrine_pilgrimage_local_rites - - # Special - doctrine = special_doctrine_immaterial_harmony - } - yogacara = { - color = { 153 50 204 } - icon = yogacara - - holy_site = luoyang - holy_site = sarnath - holy_site = magadha - holy_site = nara - holy_site = chang_an - - #Main Group - doctrine = doctrine_pluralism_righteous - - #Marriage - doctrine = doctrine_polygamy - doctrine = doctrine_bastardry_legitimization - - doctrine = doctrine_clerical_gender_male_only - - # Doctrines - doctrine = tenet_literalism - doctrine = tenet_inner_journey - doctrine = tenet_mendicant_preachers - doctrine = doctrine_pilgrimage_local_rites - - # Special - doctrine = special_doctrine_immaterial_harmony - } - acharya = { - color = { 255 140 0 } - icon = acharya - - holy_site = dali - holy_site = magadha - holy_site = kusinagara - holy_site = pagan - holy_site = danai - - doctrine = doctrine_polygamy - doctrine = doctrine_adultery_men_accepted - doctrine = doctrine_witchcraft_accepted - doctrine = doctrine_clerical_marriage_allowed - doctrine = doctrine_clerical_gender_male_only - - doctrine = tenet_monasticism - doctrine = tenet_esotericism - doctrine = tenet_ritual_hospitality - doctrine = doctrine_pilgrimage_local_rites - - # Special - doctrine = special_doctrine_immaterial_harmony - } } } diff --git a/N3OW/common/religion/religions/00_confucianism.txt b/N3OW/common/religion/religions/00_confucianism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_confucianism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_dayawism.txt b/N3OW/common/religion/religions/00_dayawism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_dayawism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_donyipoloism.txt b/N3OW/common/religion/religions/00_donyipoloism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_donyipoloism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_dualism.txt b/N3OW/common/religion/religions/00_dualism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_dualism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_finno_ugric.txt b/N3OW/common/religion/religions/00_finno_ugric.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_finno_ugric.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_germanic.txt b/N3OW/common/religion/religions/00_germanic.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_germanic.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_hantuism.txt b/N3OW/common/religion/religions/00_hantuism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_hantuism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_hellenism.txt b/N3OW/common/religion/religions/00_hellenism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_hellenism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_hinduism.txt b/N3OW/common/religion/religions/00_hinduism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_hinduism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_hmongism.txt b/N3OW/common/religion/religions/00_hmongism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_hmongism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_islam.txt b/N3OW/common/religion/religions/00_islam.txt index 42229a47..768952ec 100644 --- a/N3OW/common/religion/religions/00_islam.txt +++ b/N3OW/common/religion/religions/00_islam.txt @@ -7,7 +7,6 @@ doctrine_background_icon = core_tenet_banner_islam.dds #STANDARD DOCTRINES: - doctrine = doctrine_monotheist #Abrahamic hostiliy group doctrine = abrahamic_hostility_doctrine #Polygamous marriages @@ -253,31 +252,6 @@ piety_icon_group = "islam" faiths = { - ashari = { #Arabian Sunni Islam - color = { 0 0.6 0 } - icon = sunni - religious_head = d_sunni - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = baghdad - holy_site = sinai - - #Tenet: - doctrine = tenet_struggle_submission - doctrine = tenet_religious_legal_pronouncements - doctrine = tenet_legalism - - #DOCTRINES: - #Sunni - doctrine = muhammad_succession_sunni_doctrine - # Jizya - doctrine = special_doctrine_jizya - #Leadership - doctrine = doctrine_temporal_head - } - temiri = { #Kazakh Metal Men color = { 136 180 204 } icon = temiri @@ -302,703 +276,5 @@ #Leadership doctrine = doctrine_temporal_head } - - muwalladi = { # Iberian Sunni Islam - color = { 0 0.4 0 } - icon = muwalladi - religious_head = d_sunni - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = cordoba - holy_site = fes - - #Tenet: - doctrine = tenet_struggle_submission - doctrine = tenet_communal_identity - doctrine = tenet_adaptive - - #DOCTRINES: - #Sunni - doctrine = muhammad_succession_sunni_doctrine - # Jizya - doctrine = special_doctrine_jizya - #Homosexuality is a sin, but a much more tolerated one. - doctrine = doctrine_homosexuality_accepted - #Pluralistic - doctrine = doctrine_pluralism_pluralistic - } - - maturidi = { # Persian Sunni Islam - color = { 0.1 0.5 0.3 } - icon = maturidi - religious_head = d_sunni - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = baghdad - holy_site = samarkand - - #Tenet - doctrine = tenet_adaptive - doctrine = tenet_religious_legal_pronouncements - doctrine = tenet_legalism - - #DOCTRINES - #Sunni - doctrine = muhammad_succession_sunni_doctrine - # Jizya - doctrine = special_doctrine_jizya - #Pluralistic - doctrine = doctrine_pluralism_pluralistic - } - - masmudi = { # Reformist Sunni Islam (Almohads) - color = { 0 0.6 0.2 } - icon = masmudi - religious_head = d_masmudi - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = tinmallal - holy_site = fes - - #Tenet: - doctrine = tenet_struggle_submission - doctrine = tenet_warmonger - doctrine = tenet_literalism - - #DOCTRINES: - #Sunni - doctrine = muhammad_succession_sunni_doctrine - #Pluralistic - doctrine = doctrine_pluralism_fundamentalist - - localization = { - ReligiousHeadName = masmudi_religious_head_title - ReligiousHeadTitleName = masmudi_religious_head_title_name - } - } - - mutazila = { # Rationalist school of Sunni Islam. Dominant between 8th and 10th centuries in the Abbasid Caliphate (Persia). - color = { 0 0.7 0.5 } - icon = mutazila - religious_head = d_sunni - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = baghdad - holy_site = sinai - - #Tenet: - doctrine = tenet_struggle_submission - doctrine = tenet_alexandrian_catechism #FP3 change - doctrine = tenet_legalism - - #DOCTRINES: - #Sunni - doctrine = muhammad_succession_sunni_doctrine - # Jizya - doctrine = special_doctrine_jizya - doctrine = doctrine_divorce_allowed - doctrine = doctrine_witchcraft_shunned - } - - quranist = { - color = { 0.2 0.7 0.1 } - icon = quranist - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = kufa - holy_site = sinai - - #Tenet - doctrine = tenet_literalism - doctrine = tenet_religious_legal_pronouncements - doctrine = tenet_false_conversion_sanction - - #DOCTRINES - #Sunni - #No Head - #Homosexuality is a crime - #Adultery is a crime - #Deviancy is a crime - #Fundamentalist - # Jizya - doctrine = special_doctrine_jizya - doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia - doctrine = doctrine_no_head - doctrine = doctrine_homosexuality_crime - doctrine = doctrine_adultery_men_crime - doctrine = doctrine_adultery_women_crime - doctrine = doctrine_deviancy_crime - doctrine = doctrine_pluralism_fundamentalist - } - - ismaili = { #Seveners (default Shia) - color = { 0.2 0.8 0 } - icon = shia - religious_head = d_shiite - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = nadjaf - holy_site = damascus - - doctrine = tenet_struggle_submission - doctrine = tenet_esotericism - doctrine = tenet_false_conversion_sanction - - #DOCTRINES - # Jizya - doctrine = special_doctrine_jizya - #Leadership - doctrine = doctrine_temporal_head - - #Shia - #Witchcraft is frowned upon - doctrine = muhammad_succession_shia_doctrine - doctrine = doctrine_witchcraft_shunned - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - } - - qarmatian = { #A branch of the Isma'ili with syncretic Zoroastrian elements - #Founded a utopian republic in al-Hasa - color = { 0.1 0.8 0.1 } - icon = qarmatian - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = nadjaf - holy_site = damascus - - doctrine = tenet_unrelenting_faith - doctrine = tenet_aniconism - doctrine = tenet_gnosticism - - #Shia - #Homosexuality is a sin, but a much more tolerated one. - #Witchcraft is frowned upon - doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia - doctrine = doctrine_no_head # Believes in the Imams, but disagree with mainline Shias as to who they are. Does not believe the true Imam has been reincarnated yet. - doctrine = doctrine_pluralism_fundamentalist - doctrine = doctrine_homosexuality_accepted - doctrine = doctrine_witchcraft_shunned - doctrine = doctrine_monogamy - doctrine = doctrine_gender_equal # While the differences between men and women were a bit more complex, Equal is a suitable abstraction for lack of male-pref - doctrine = doctrine_pilgrimage_forbidden - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - } - - nizari = { - color = { 0.2 0.7 0.1 } - icon = nizari - religious_head = d_nizari - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = nadjaf - holy_site = qom # Very important religious center in Iran - - doctrine = tenet_religious_legal_pronouncements - doctrine = tenet_false_conversion_sanction - - # Fedayeen, else Struggle & Submission - doctrine_selection_pair = { - requires_dlc_flag = legacy_of_persia - doctrine = tenet_fp3_fedayeen - fallback_doctrine = tenet_struggle_submission - } - - #Shia - doctrine = muhammad_succession_shia_doctrine - # Jizya - doctrine = special_doctrine_jizya - #Hereditary clerical succession - doctrine = doctrine_clerical_succession_spiritual_fixed_appointment - # Assassins - doctrine = doctrine_clerical_function_recruitment - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - } - - zayidi = { - color = { 0.3 0.8 0.2 } - icon = zayidi - religious_head = d_zayidi - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = nadjaf - holy_site = damascus - - doctrine = tenet_struggle_submission - doctrine = tenet_unrelenting_faith - doctrine = tenet_legalism - - #Shia - #Witchcraft is a sin - doctrine = muhammad_succession_shia_doctrine - # Jizya - doctrine = special_doctrine_jizya - doctrine = doctrine_witchcraft_shunned - doctrine = doctrine_pluralism_pluralistic - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - } - - imami = { #Twelver - color = { 0.1 0.5 0.1 } - icon = imami - religious_head = d_imami - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = nadjaf - holy_site = baghdad - - doctrine = tenet_legalism - doctrine = tenet_false_conversion_sanction - doctrine = tenet_religious_legal_pronouncements - - #Shia - #No religious head - #Homosexuality is a sin - #Witchcraft is a sin - doctrine = muhammad_succession_shia_doctrine - # Jizya - doctrine = special_doctrine_jizya - doctrine = doctrine_witchcraft_shunned - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - BishopMale = islam_ayatollah - BishopMalePlural = islam_ayatollah_plural - BishopFemale = islam_ayatollah - BishopFemalePlural = islam_ayatollah_plural - BishopNeuter = islam_ayatollah - BishopNeuterPlural = islam_ayatollah_plural - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - } - - ghulat = { - color = { 0.4 0.8 0.3 } - icon = ghulat - religious_head = d_ghulat - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = nadjaf - holy_site = damascus - - doctrine = tenet_struggle_submission - doctrine = tenet_false_conversion_sanction - doctrine = tenet_communion - - #Shia - #No religious head - #Witchcraft is a sin - doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia - # Jizya - doctrine = special_doctrine_jizya - doctrine = doctrine_witchcraft_shunned - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - } - - alawite = { - color = { 0.2 0.4 0.1 } - icon = alawite - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = nadjaf - holy_site = damascus - - doctrine = tenet_esotericism - doctrine = tenet_reincarnation - doctrine = tenet_communion - - #Shia - #No head of faith: or, technically should be no head, but one is required for their communion tenet to work, so we give them a chief imam. - #Monogamy - #Free divorce - #Adultery is a crime - #Clergy - equal - doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia - doctrine = doctrine_monogamy - doctrine = doctrine_divorce_allowed - doctrine = doctrine_adultery_men_crime - doctrine = doctrine_spiritual_head - doctrine = doctrine_adultery_women_crime - doctrine = doctrine_clerical_gender_either - doctrine = doctrine_pilgrimage_forbidden - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - } - - alevi = { - color = { 0.4 0.6 0.1 } - icon = alevi - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = nadjaf - holy_site = damascus - - doctrine = tenet_esotericism - doctrine = tenet_inner_journey - doctrine = tenet_literalism - - #Shia - #Monogamy - #Divorce forbidden - #Homosexuality is a sin - #Adultery is a crime - #Witchcraft is a sin - #Clerical gender - Either - doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia - doctrine = doctrine_divorce_disallowed - doctrine = doctrine_adultery_women_crime - doctrine = doctrine_adultery_men_crime - doctrine = doctrine_witchcraft_shunned - doctrine = doctrine_clerical_gender_either - doctrine = doctrine_pilgrimage_forbidden - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - HouseOfWorship = alevi_house_of_worship - HouseOfWorship2 = alevi_house_of_worship_2 - HouseOfWorship3 = alevi_house_of_worship_3 - HouseOfWorshipPlural = alevi_house_of_worship_plural - ReligiousText = alevi_religious_text - ReligiousText2 = alevi_religious_text_2 - ReligiousText3 = alevi_religious_text_3 - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - - holy_order_names = { - { name = "holy_order_bektashi_order" } - } - } - - druze = { - color = { 0.3 0.7 0.1 } - icon = islam_druze - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = beirut - holy_site = zozan - - doctrine = tenet_gnosticism - doctrine = tenet_reincarnation - doctrine = tenet_false_conversion_sanction - - #Shia - #Divorce forbidden - #Homosexuality is a sin - #Witchcraft is a sin - - doctrine = doctrine_monogamy - doctrine = muhammad_succession_zandaqa_doctrine #Technically Shia - doctrine = doctrine_divorce_allowed - doctrine = doctrine_adultery_women_crime - doctrine = doctrine_adultery_men_crime - doctrine = doctrine_witchcraft_shunned - doctrine = doctrine_clerical_gender_either - doctrine = doctrine_pilgrimage_forbidden - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - ReligiousText = druze_religious_text - ReligiousText2 = druze_religious_text_2 - ReligiousText3 = druze_religious_text_3 - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - } - - ibadi = { - color = { 0.3 0.6 0.3 } - icon = ibadi - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = basra - holy_site = nizwa - - #Tenet - doctrine = tenet_literalism - doctrine = tenet_religious_legal_pronouncements - doctrine = tenet_false_conversion_sanction - - #DOCTRINES - #Muhakkima - #No religious head - #Witchcraft is a sin - doctrine = muhammad_succession_muhakkima_doctrine - # Jizya - doctrine = special_doctrine_jizya - doctrine = doctrine_no_head - doctrine = doctrine_witchcraft_shunned - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - - holy_order_names = { - { name = "holy_order_haruriyya" } - } - } - - azariqa = { - color = { 0.3 0.7 0.7 } - icon = azariqa - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = siffa - holy_site = kufa - - #Tenet - doctrine = tenet_legalism - doctrine = tenet_warmonger - - # Fedayeen, else Struggle & Submission - doctrine_selection_pair = { - requires_dlc_flag = legacy_of_persia - doctrine = tenet_fp3_fedayeen - fallback_doctrine = tenet_struggle_submission - } - - doctrine = muhammad_succession_muhakkima_doctrine - doctrine = doctrine_temporal_head - doctrine = doctrine_witchcraft_shunned - doctrine = doctrine_adultery_men_crime - doctrine = doctrine_adultery_women_crime - doctrine = doctrine_gender_equal - doctrine = doctrine_pluralism_fundamentalist - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - } - - najdat = { - color = { 0.6 0.7 0.7 } - icon = nadjat - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = bahrein - holy_site = yamama - - #Tenet - doctrine = tenet_struggle_submission - doctrine = tenet_religious_legal_pronouncements - doctrine = tenet_esotericism - - #Doctrines - doctrine = muhammad_succession_muhakkima_doctrine - # Jizya - doctrine = special_doctrine_jizya - doctrine = doctrine_temporal_head - doctrine = doctrine_witchcraft_shunned - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - } - - sufri = { - color = { 0.3 0.5 0.5 } - icon = muhakkima_3 - - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = sijilmasa - holy_site = siffa - - #Tenet - doctrine = tenet_struggle_submission - doctrine = tenet_literalism - doctrine = tenet_false_conversion_sanction - - #Doctrines - doctrine = muhammad_succession_muhakkima_doctrine - # Jizya - doctrine = special_doctrine_jizya - doctrine = doctrine_no_head - doctrine = doctrine_divorce_allowed - doctrine = doctrine_witchcraft_shunned - doctrine = doctrine_gender_equal - doctrine = doctrine_clerical_gender_either - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - } - - hafizi = { #Sub-set of Ismaili Shiites that fervently supported the primacy of their caliph. - color = { 0.5 0.8 0.4 } - icon = ibadi_custom - religious_head = d_shiite - - holy_site = mecca - holy_site = medina - holy_site = jerusalem - holy_site = nadjaf - holy_site = damascus - - doctrine = tenet_struggle_submission - doctrine = tenet_unrelenting_faith - doctrine = tenet_false_conversion_sanction - - # Leadership - doctrine = doctrine_temporal_head - - # Shia - doctrine = muhammad_succession_shia_doctrine - # Main Doctrines - doctrine = doctrine_pluralism_fundamentalist - # Criminal Doctrines - doctrine = doctrine_witchcraft_shunned - # Clergy Doctrines - doctrine = doctrine_clerical_function_recruitment - - localization = { - PriestMale = islam_shia_priest - PriestMalePlural = islam_shia_priest_plural - PriestFemale = islam_shia_priest - PriestFemalePlural = islam_shia_priest_plural - PriestNeuter = islam_shia_priest - PriestNeuterPlural = islam_shia_priest_plural - ReligiousHeadName = islam_shia_religious_head_title - ReligiousHeadTitleName = islam_shia_religious_head_title_name - } - } } } diff --git a/N3OW/common/religion/religions/00_jainism.txt b/N3OW/common/religion/religions/00_jainism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_jainism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_kaharingan.txt b/N3OW/common/religion/religions/00_kaharingan.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_kaharingan.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_kamuyism.txt b/N3OW/common/religion/religions/00_kamuyism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_kamuyism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_kushitism.txt b/N3OW/common/religion/religions/00_kushitism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_kushitism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_magyarism.txt b/N3OW/common/religion/religions/00_magyarism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_magyarism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_moism.txt b/N3OW/common/religion/religions/00_moism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_moism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_muism.txt b/N3OW/common/religion/religions/00_muism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_muism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_mundhumism.txt b/N3OW/common/religion/religions/00_mundhumism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_mundhumism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_north_african.txt b/N3OW/common/religion/religions/00_north_african.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_north_african.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_paganism.txt b/N3OW/common/religion/religions/00_paganism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_paganism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_qiangic.txt b/N3OW/common/religion/religions/00_qiangic.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_qiangic.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_satsana_phi.txt b/N3OW/common/religion/religions/00_satsana_phi.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_satsana_phi.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_shamanism.txt b/N3OW/common/religion/religions/00_shamanism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_shamanism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_shintoism.txt b/N3OW/common/religion/religions/00_shintoism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_shintoism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_siberian.txt b/N3OW/common/religion/religions/00_siberian.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_siberian.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_slavic.txt b/N3OW/common/religion/religions/00_slavic.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_slavic.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_taoism.txt b/N3OW/common/religion/religions/00_taoism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_taoism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_tengrism.txt b/N3OW/common/religion/religions/00_tengrism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_tengrism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_tolotang.txt b/N3OW/common/religion/religions/00_tolotang.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_tolotang.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_utaki.txt b/N3OW/common/religion/religions/00_utaki.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_utaki.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_waaqism.txt b/N3OW/common/religion/religions/00_waaqism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_waaqism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_west_african.txt b/N3OW/common/religion/religions/00_west_african.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_west_african.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_west_african_bori.txt b/N3OW/common/religion/religions/00_west_african_bori.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_west_african_bori.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_west_african_orisha.txt b/N3OW/common/religion/religions/00_west_african_orisha.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_west_african_orisha.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_west_african_roog.txt b/N3OW/common/religion/religions/00_west_african_roog.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_west_african_roog.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_yazidi.txt b/N3OW/common/religion/religions/00_yazidi.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_yazidi.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/00_zunism.txt b/N3OW/common/religion/religions/00_zunism.txt new file mode 100644 index 00000000..5f282702 --- /dev/null +++ b/N3OW/common/religion/religions/00_zunism.txt @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/N3OW/common/religion/religions/NEOW_thelema.txt b/N3OW/common/religion/religions/NEOW_thelema.txt index dfe249a4..16dce20f 100644 --- a/N3OW/common/religion/religions/NEOW_thelema.txt +++ b/N3OW/common/religion/religions/NEOW_thelema.txt @@ -237,7 +237,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_esoteric_witchcraft + #doctrine = special_doctrine_esoteric_witchcraft #Tenets | WIP doctrine = tenet_love_under_will @@ -336,7 +336,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_esoteric_witchcraft + #doctrine = special_doctrine_esoteric_witchcraft #Tenets | WIP doctrine = tenet_love_under_will @@ -367,7 +367,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder- - doctrine = special_doctrine_esoteric_witchcraft + #doctrine = special_doctrine_esoteric_witchcraft doctrine = doctrine_no_head doctrine = doctrine_pluralism_pluralistic @@ -399,7 +399,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder- - doctrine = special_doctrine_esoteric_witchcraft + #doctrine = special_doctrine_esoteric_witchcraft doctrine = doctrine_no_head doctrine = doctrine_pluralism_pluralistic diff --git a/N3OW/common/religion/religions/NEOW_wicca.txt b/N3OW/common/religion/religions/NEOW_wicca.txt index a2d6c522..b154e453 100644 --- a/N3OW/common/religion/religions/NEOW_wicca.txt +++ b/N3OW/common/religion/religions/NEOW_wicca.txt @@ -247,7 +247,7 @@ #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian - doctrine = special_doctrine_esoteric_witchcraft + #doctrine = special_doctrine_esoteric_witchcraft #Tenets | placeholder doctrine = the_queen_of_summer @@ -341,7 +341,7 @@ #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian - doctrine = special_doctrine_esoteric_witchcraft + #doctrine = special_doctrine_esoteric_witchcraft doctrine = doctrine_spiritual_head doctrine = doctrine_pluralism_righteous diff --git a/N3OW/common/scripted_effects/tgp_mandala_scripted_effects.txt b/N3OW/common/scripted_effects/tgp_mandala_scripted_effects.txt index 389e3e8e..c9ac12b7 100644 --- a/N3OW/common/scripted_effects/tgp_mandala_scripted_effects.txt +++ b/N3OW/common/scripted_effects/tgp_mandala_scripted_effects.txt @@ -3378,7 +3378,7 @@ mandala_no_longer_polytheist_effect = { limit = { government_has_flag = government_is_mandala faith = { - NOT = { has_doctrine = doctrine_polytheist } + NOT = { has_doctrine = doctrine_polytheist } #This needs to be fixed eventually due to the removal of the Polytheist doctrine } } convert_whole_realm_to_feudalism_effect = yes diff --git a/N3OW/common/scripted_triggers/00_government_triggers.txt b/N3OW/common/scripted_triggers/00_government_triggers.txt index d2f2d91f..4e3b959c 100644 --- a/N3OW/common/scripted_triggers/00_government_triggers.txt +++ b/N3OW/common/scripted_triggers/00_government_triggers.txt @@ -92,5 +92,5 @@ has_mandala_faith_trigger = { faith = { has_doctrine_parameter = unreformed } } } - faith = { has_doctrine = doctrine_polytheist } + #faith = { has_doctrine = doctrine_polytheist } }