diff --git a/common/religion/doctrines/000_hostility_groups.txt b/common/religion/doctrines/000_hostility_groups.txt new file mode 100644 index 00000000..b3711654 --- /dev/null +++ b/common/religion/doctrines/000_hostility_groups.txt @@ -0,0 +1,25 @@ +hostility_group = { #these need to be above the tolerance doctrines in order to make them function correctly. We also should make more of these. + group = "not_creatable" + abrahamic_hostility_doctrine = { + parameters = { + hostility_same_religion = 2 + hostility_same_family = 3 + hostility_others = 3 + } + } + pagan_hostility_doctrine = { + visible = no + parameters = { + hostility_same_religion = 1 + hostility_same_family = 2 + hostility_others = 3 + } + } + eastern_hostility_doctrine = { + parameters = { + hostility_same_religion = 1 + hostility_same_family = 1 + hostility_others = 2 + } + } +} diff --git a/common/religion/doctrines/00_1_neow_universal_tolerance_doctrines.txt b/common/religion/doctrines/00_1_neow_universal_tolerance_doctrines.txt new file mode 100644 index 00000000..2818c526 --- /dev/null +++ b/common/religion/doctrines/00_1_neow_universal_tolerance_doctrines.txt @@ -0,0 +1,274 @@ +universal_tolerance = { #This is a complicated set of doctrines that determine the hostility levels of every faith in the mod + group = "main_group" + is_available_on_create = { + OR = { #list of religions currently within the universal tolerance set. This should eventually include every religion. Please keep this updated and organized. + ### Abrahamics + #Anglican + religion_tag = anglican_religion + #Catholics + religion_tag = catholic_religion + #Novelist + religion_tag = novelist_religion + } + } + + #Catholic Doctrines + special_doctrine_roman_rite = { + is_shown = { + religion_tag = catholic_religion + } + + can_pick = { + custom_description = { + text = TOO_DIVERGENT + NOR = { + doctrine:tenet_adorcism = { is_in_list = selected_doctrines } + doctrine:tenet_carnal_exaltation = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_divine_marriage = { is_in_list = selected_doctrines } + doctrine:tenet_gnosticism = { is_in_list = selected_doctrines } + doctrine:tenet_gruesome_festivals = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_human_sacrifice = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_exaltation_of_pain = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_consolamentum = { is_in_list = selected_doctrines } + doctrine:tenet_sacrificial_ceremonies = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_sun_worship = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_ritual_cannibalism = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_fp3_fedayeen = { is_in_list = selected_doctrines } # I'm on the shorterlist! + } + } + } + + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = special_doctrine_roman_rite } + multiply = faith_unchanged_tolerance_doctrine_cost_mult + } + } + + parameters = { + hostility_override_special_doctrine_roman_rite = 0 + hostility_override_special_doctrine_independent_catholic = 1 + hostility_override_special_doctrine_dharmic_catholicism = 1 + hostility_override_special_doctrine_sevillian_rite = 2 + hostility_override_special_doctrine_incorruptible_dogma = 3 + } + } + special_doctrine_sevillian_rite = { + is_shown = { + religion_tag = catholic_religion + } + + can_pick = { + custom_description = { + text = TOO_DIVERGENT + NOR = { + doctrine:tenet_adorcism = { is_in_list = selected_doctrines } + doctrine:tenet_carnal_exaltation = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_divine_marriage = { is_in_list = selected_doctrines } + doctrine:tenet_gnosticism = { is_in_list = selected_doctrines } + doctrine:tenet_gruesome_festivals = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_human_sacrifice = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_exaltation_of_pain = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_consolamentum = { is_in_list = selected_doctrines } + doctrine:tenet_sacrificial_ceremonies = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_sun_worship = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_ritual_cannibalism = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_fp3_fedayeen = { is_in_list = selected_doctrines } # I'm on the shorterlist! + } + } + } + + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = special_doctrine_sevillian_rite } + multiply = faith_unchanged_tolerance_doctrine_cost_mult + } + } + + parameters = { + hostility_override_special_doctrine_sevillian_rite = 0 + hostility_override_special_doctrine_independent_catholic = 1 + hostility_override_special_doctrine_dharmic_catholicism = 1 + hostility_override_special_doctrine_roman_rite = 2 + hostility_override_special_doctrine_incorruptible_dogma = 3 + } + } + special_doctrine_independent_catholic = { + is_shown = { + religion_tag = catholic_religion + } + + can_pick = { + custom_description = { + text = TOO_DIVERGENT + NOR = { + doctrine:tenet_adorcism = { is_in_list = selected_doctrines } + doctrine:tenet_carnal_exaltation = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_divine_marriage = { is_in_list = selected_doctrines } + doctrine:tenet_gnosticism = { is_in_list = selected_doctrines } + doctrine:tenet_gruesome_festivals = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_human_sacrifice = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_exaltation_of_pain = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_consolamentum = { is_in_list = selected_doctrines } + doctrine:tenet_sacrificial_ceremonies = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_sun_worship = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_ritual_cannibalism = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_fp3_fedayeen = { is_in_list = selected_doctrines } # I'm on the shorterlist! + } + } + } + + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = special_doctrine_independent_catholic } + multiply = faith_unchanged_tolerance_doctrine_cost_mult + } + } + + parameters = { + hostility_override_special_doctrine_roman_rite = 1 + hostility_override_special_doctrine_independent_catholic = 1 + hostility_override_special_doctrine_dharmic_catholicism = 1 + hostility_override_special_doctrine_sevillian_rite = 1 + hostility_override_special_doctrine_incorruptible_dogma = 3 + } + } + #Novelist Doctrines + special_doctrine_novelist_kinship = { + is_shown = { + religion_tag = novelist_religion + } + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = special_doctrine_novelist_kinship } + multiply = faith_unchanged_tolerance_doctrine_cost_mult + } + } + parameters = { + hostility_override_special_doctrine_novelist_kinship = 0 + hostility_override_special_doctrine_people_of_the_book = 1 + } + } + #Interfaith (shared) Doctrines + special_doctrine_dharmic_catholicism = { + is_shown = { + OR = { + religion_tag = catholic_religion + religion_tag = buddhism_religion + } + } + + can_pick = { + custom_description = { + text = TOO_DIVERGENT + NOR = { + doctrine:tenet_adorcism = { is_in_list = selected_doctrines } + doctrine:tenet_carnal_exaltation = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_divine_marriage = { is_in_list = selected_doctrines } + doctrine:tenet_gnosticism = { is_in_list = selected_doctrines } + doctrine:tenet_gruesome_festivals = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_human_sacrifice = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_exaltation_of_pain = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_consolamentum = { is_in_list = selected_doctrines } + doctrine:tenet_sacrificial_ceremonies = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_sun_worship = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_ritual_cannibalism = { is_in_list = selected_doctrines } # I'm on the shorterlist! + doctrine:tenet_fp3_fedayeen = { is_in_list = selected_doctrines } # I'm on the shorterlist! + } + } + } + + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = special_doctrine_dharmic_catholicism } + multiply = faith_unchanged_tolerance_doctrine_cost_mult + } + } + + parameters = { + hostility_override_special_doctrine_roman_rite = 1 + hostility_override_special_doctrine_independent_catholic = 1 + hostility_override_special_doctrine_dharmic_catholicism = 1 + hostility_override_special_doctrine_sevillian_rite = 1 + hostility_override_special_doctrine_incorruptible_dogma = 3 + } + } + + special_doctrine_people_of_the_book = { + is_shown = { + OR = { + religion_tag = catholic_religion + religion_tag = islam_religion + religion_tag = novelist_religion + has_doctrine = special_doctrine_people_of_the_book + } + } + + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = special_doctrine_people_of_the_book } + multiply = faith_unchanged_tolerance_doctrine_cost_mult + } + } + + parameters = { + hostility_override_special_doctrine_novelist_kinship = 1 + hostility_override_special_doctrine_people_of_the_book = 1 + } + } + + special_doctrine_via_media = { + is_shown = { + OR = { + religion_tag = catholic_religion + religion_tag = anglican_religion + } + } + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = special_doctrine_via_media } + multiply = faith_unchanged_tolerance_doctrine_cost_mult + } + } + parameters = { + hostility_override_special_doctrine_christian = 1 + } + } + #Hate Everyone Doctrines + special_doctrine_incorruptible_dogma = { #Catholic one + is_shown = { + religion_tag = catholic_religion + } + + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = special_doctrine_incorruptible_dogma } + multiply = faith_unchanged_tolerance_doctrine_cost_mult + } + } + + parameters = { + hostility_same_religion = 3 + hostility_same_family = 3 + hostility_others = 3 + } + } + #Fallback Doctrine + special_doctrine_religion_fallback = { + piety_cost = { + value = faith_doctrine_cost_low + if = { + limit = { has_doctrine = special_doctrine_religion_fallback } + multiply = faith_unchanged_tolerance_doctrine_cost_mult + } + } + } +} \ No newline at end of file diff --git a/common/religion/doctrines/00_core_tenets.txt b/common/religion/doctrines/00_core_tenets.txt index 2bc4c198..cf369c0c 100644 --- a/common/religion/doctrines/00_core_tenets.txt +++ b/common/religion/doctrines/00_core_tenets.txt @@ -1468,6 +1468,76 @@ destroying_artifacts_is_pious = yes } } + + tenet_letranger = { + icon = core_tenet_inner_journey + is_shown = { + religion_tag = novelist_religion + } + piety_cost = { + value = faith_tenet_cost_low + # Multiplier for keeping same tenet + if = { + limit = { has_doctrine = tenet_letranger } + multiply = faith_unchanged_doctrine_cost_mult + } + } + + parameters = { + literalist_debate_enabled = yes + meditation_mechanics_active = yes + } + + character_modifier = { + learning_per_stress_level = 2 + ignore_opinion_of_different_faith = yes + } + + traits = { + virtues = { eccentric } + } + } + + tenet_the_search_for_a_meaning = { + icon = core_tenet_mendicant_preachers + is_shown = { + religion_tag = novelist_religion + } + + piety_cost = { + value = faith_tenet_cost_low + # Multiplier for keeping same tenet + if = { + limit = { has_doctrine = tenet_the_search_for_a_meaning } + multiply = faith_unchanged_doctrine_cost_mult + } + } + + can_pick = { + custom_description = { + text = ADULTERY_MUST_BE_FULLY_ACCEPTED + NOR = { + doctrine:doctrine_adultery_women_crime = { is_in_list = selected_doctrines } + doctrine:doctrine_adultery_women_shunned = { is_in_list = selected_doctrines } + doctrine:doctrine_adultery_men_crime = { is_in_list = selected_doctrines } + doctrine:doctrine_adultery_men_shunned = { is_in_list = selected_doctrines } + } + } + } + + parameters = { + reduced_stress_from_torture = yes + no_unfaithfulness_penalty_active = yes + unlock_voluntary_laampdom_faith = yes + } + + character_modifier = { + monthly_learning_lifestyle_xp_gain_mult = 20 + tyranny_gain_mult = 1.00 + } + } + + tenet_vows_of_poverty = { icon = core_tenet_vows_of_poverty piety_cost = { @@ -2588,13 +2658,6 @@ } } - is_shown = { - OR = { - religion_tag = west_african_bori_religion - religion_tag = akom_religion - } - } - parameters = { spirit_possession_active = yes } diff --git a/common/religion/doctrines/01_doctrines_religions.txt b/common/religion/doctrines/01_doctrines_religions.txt index 7215247f..c06ec8cb 100644 --- a/common/religion/doctrines/01_doctrines_religions.txt +++ b/common/religion/doctrines/01_doctrines_religions.txt @@ -1,25 +1 @@ -hostility_group = { - group = "not_creatable" - abrahamic_hostility_doctrine = { - parameters = { - hostility_same_religion = 2 - hostility_same_family = 3 - hostility_others = 3 - } - } - pagan_hostility_doctrine = { - visible = no - parameters = { - hostility_same_religion = 1 - hostility_same_family = 2 - hostility_others = 3 - } - } - eastern_hostility_doctrine = { - parameters = { - hostility_same_religion = 1 - hostility_same_family = 1 - hostility_others = 2 - } - } -} +#moved to 000_hostility_group file in order to allow for tolerance doctrines to function diff --git a/common/religion/doctrines/02_doctrines_special.txt b/common/religion/doctrines/02_doctrines_special.txt index 12d61481..c660c8c2 100644 --- a/common/religion/doctrines/02_doctrines_special.txt +++ b/common/religion/doctrines/02_doctrines_special.txt @@ -95,50 +95,6 @@ is_gnostic_faith = { } } -special_tolerance = { - group = "main_group" - number_of_picks = 2 - is_available_on_create = { - always = no # Goes away when creating a new Faith - } - - special_doctrine_ecumenical_christian = { - parameters = { - hostility_override_special_doctrine_ecumenical_christian = 1 - } - } - special_doctrine_catholic_rite = { - parameters = { - hostility_override_special_doctrine_catholic_rite = 0 - } - } - special_doctrine_via_media = { - parameters = { - hostility_override_special_doctrine_christian = 1 - } - } - special_doctrine_christian = { - visible = no - } - special_doctrine_novelist = { - visible = no - } - special_doctrine_esoteric_witchcraft = { - visible = no - } - special_doctrine_novelist_kinship = { - parameters = { - hostility_override_special_doctrine_novelist_kinship = 0 - hostility_override_special_doctrine_novelist_cousin = 1 - } - } - special_doctrine_novelist_cousin = { - parameters = { - hostility_override_special_doctrine_novelist_kinship = 1 - } - } -} - heresy_hostility = { group = "not_creatable" is_available_on_create = { diff --git a/common/religion/religions/NEOW_catholic.txt b/common/religion/religions/NEOW_catholic.txt index fc1f5f6e..e95eebfc 100644 --- a/common/religion/religions/NEOW_catholic.txt +++ b/common/religion/religions/NEOW_catholic.txt @@ -2,7 +2,7 @@ family = rf_abrahamic doctrine_background_icon = core_tenet_banner_christian.dds - doctrine = pagan_hostility_doctrine + doctrine = abrahamic_hostility_doctrine #Main Group | placeholder doctrine = doctrine_spiritual_head @@ -255,7 +255,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_novelist_cousin + doctrine = special_doctrine_people_of_the_book doctrine = special_doctrine_christian #Tenets | placeholder @@ -332,7 +332,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_catholic_rite + doctrine = special_doctrine_roman_rite doctrine = special_doctrine_christian doctrine = doctrine_bastardry_none #Tenets | placeholder @@ -409,7 +409,7 @@ holy_site = cartagena #Special Tolerance | placeholder - doctrine = special_doctrine_ecumenical_christian + doctrine = special_doctrine_sevillian_rite doctrine = special_doctrine_christian #Tenets | placeholder @@ -489,7 +489,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_catholic_rite + doctrine = special_doctrine_roman_rite doctrine = special_doctrine_christian #Tenets | placeholder @@ -565,7 +565,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_catholic_rite + doctrine = special_doctrine_dharmic_catholicism doctrine = special_doctrine_christian #Tenets | placeholder @@ -641,7 +641,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_catholic_rite + doctrine = special_doctrine_roman_rite doctrine = special_doctrine_christian #Tenets | placeholder @@ -717,7 +717,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_catholic_rite + doctrine = special_doctrine_incorruptible_dogma doctrine = special_doctrine_christian #Tenets | placeholder @@ -794,7 +794,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_catholic_rite + doctrine = special_doctrine_incorruptible_dogma doctrine = special_doctrine_christian #Tenets | placeholder @@ -871,7 +871,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_catholic_rite + doctrine = special_doctrine_incorruptible_dogma doctrine = special_doctrine_christian #Tenets | placeholder @@ -948,7 +948,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_catholic_rite + doctrine = special_doctrine_incorruptible_dogma doctrine = special_doctrine_christian #Tenets | placeholder @@ -1025,7 +1025,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_catholic_rite + doctrine = special_doctrine_roman_rite doctrine = special_doctrine_christian #Tenets | placeholder @@ -1102,7 +1102,7 @@ #holy_site = segrada_familia #Special Tolerance | placeholder - doctrine = special_doctrine_catholic_rite + doctrine = special_doctrine_roman_rite doctrine = special_doctrine_christian #Tenets | placeholder diff --git a/common/religion/religions/NEOW_europeanist.txt b/common/religion/religions/NEOW_europeanist.txt index 222e1197..93bd9ae8 100644 --- a/common/religion/religions/NEOW_europeanist.txt +++ b/common/religion/religions/NEOW_europeanist.txt @@ -255,7 +255,7 @@ #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian - #doctrine = special_doctrine_novelist_cousin + #doctrine = special_doctrine_people_of_the_book #Tenets | placeholder doctrine = core_tenet_belle_epoque @@ -332,7 +332,7 @@ #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian - doctrine = special_doctrine_novelist_cousin + doctrine = special_doctrine_people_of_the_book #Tenets | placeholder doctrine = core_tenet_belle_epoque diff --git a/common/religion/religions/NEOW_novelist.txt b/common/religion/religions/NEOW_novelist.txt index 52f896a8..3c042cb4 100644 --- a/common/religion/religions/NEOW_novelist.txt +++ b/common/religion/religions/NEOW_novelist.txt @@ -833,9 +833,13 @@ doctrine = special_doctrine_novelist #Tenets | placeholder - doctrine = tenet_communion - doctrine = tenet_armed_pilgrimages - doctrine = tenet_monasticism + doctrine = tenet_letranger + doctrine = tenet_the_search_for_a_meaning + doctrine = tenet_people_of_the_book + + #Crimes | placeholder + doctrine = doctrine_adultery_men_accepted + doctrine = doctrine_adultery_women_accepted #Special/virtue | placeholder doctrine = special_doctrine_absurdist diff --git a/common/religion/religions/NEOW_oceanic.txt b/common/religion/religions/NEOW_oceanic.txt index c4027522..bd2fc8b6 100644 --- a/common/religion/religions/NEOW_oceanic.txt +++ b/common/religion/religions/NEOW_oceanic.txt @@ -259,7 +259,7 @@ oceanic_religion = { #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian - doctrine = special_doctrine_novelist_cousin + doctrine = special_doctrine_people_of_the_book #Tenets | placeholder doctrine = tenet_vows_of_poverty @@ -336,7 +336,7 @@ oceanic_religion = { #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian - doctrine = special_doctrine_novelist_cousin + doctrine = special_doctrine_people_of_the_book #Tenets | placeholder doctrine = tenet_vows_of_poverty diff --git a/common/religion/religions/NEOW_resurgentist.txt b/common/religion/religions/NEOW_resurgentist.txt index 6eab647a..5e03b04e 100644 --- a/common/religion/religions/NEOW_resurgentist.txt +++ b/common/religion/religions/NEOW_resurgentist.txt @@ -254,7 +254,7 @@ #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian - doctrine = special_doctrine_novelist_cousin + doctrine = special_doctrine_people_of_the_book #Tenets | placeholder doctrine = tenet_bhakti @@ -331,7 +331,7 @@ #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian - doctrine = special_doctrine_novelist_cousin + doctrine = special_doctrine_people_of_the_book #Tenets | placeholder doctrine = tenet_warmonger diff --git a/common/religion/religions/NEOW_third_estatist.txt b/common/religion/religions/NEOW_third_estatist.txt index de9d38a4..579abc75 100644 --- a/common/religion/religions/NEOW_third_estatist.txt +++ b/common/religion/religions/NEOW_third_estatist.txt @@ -254,7 +254,7 @@ #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian - doctrine = special_doctrine_novelist_cousin + doctrine = special_doctrine_people_of_the_book #Tenets | placeholder doctrine = tenet_liberte @@ -334,7 +334,7 @@ #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian - doctrine = special_doctrine_novelist_cousin + doctrine = special_doctrine_people_of_the_book #Tenets | placeholder doctrine = tenet_human_sacrifice @@ -414,7 +414,7 @@ #Special Tolerance | placeholder #doctrine = special_doctrine_ecumenical_christian - doctrine = special_doctrine_novelist_cousin + doctrine = special_doctrine_people_of_the_book #Tenets | placeholder doctrine = tenet_vows_of_poverty diff --git a/common/script_values/02_religion_values.txt b/common/script_values/02_religion_values.txt index 390403f3..b49944da 100644 --- a/common/script_values/02_religion_values.txt +++ b/common/script_values/02_religion_values.txt @@ -44,6 +44,7 @@ faith_tenet_cost_high = 1500 faith_tenet_cost_massive = 2000 faith_unchanged_doctrine_cost_mult = 0.5 +faith_unchanged_tolerance_doctrine_cost_mult = 0 faith_changed_doctrine_cost_mult_two_step = 1.50 faith_changed_doctrine_cost_mult_three_step = 2.25 faith_changed_doctrine_cost_mult_four_step = 3.50 diff --git a/gfx/interface/icons/faith_doctrines/special_doctrine_novelist_cousin.dds b/gfx/interface/icons/faith_doctrines/special_doctrine_people_of_the_book.dds similarity index 100% rename from gfx/interface/icons/faith_doctrines/special_doctrine_novelist_cousin.dds rename to gfx/interface/icons/faith_doctrines/special_doctrine_people_of_the_book.dds diff --git a/gfx/interface/icons/faith_doctrines/special_doctrine_catholic_rite.dds b/gfx/interface/icons/faith_doctrines/special_doctrine_roman_rite.dds similarity index 100% rename from gfx/interface/icons/faith_doctrines/special_doctrine_catholic_rite.dds rename to gfx/interface/icons/faith_doctrines/special_doctrine_roman_rite.dds diff --git a/gfx/interface/icons/faith_doctrines/special_doctrine_sevillian_rite.dds b/gfx/interface/icons/faith_doctrines/special_doctrine_sevillian_rite.dds new file mode 100644 index 00000000..1975100b --- /dev/null +++ b/gfx/interface/icons/faith_doctrines/special_doctrine_sevillian_rite.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c261fc4827534e4a4c40a53e9f82b00abc39d353290bc2abd07f6108e3bee751 +size 76864 diff --git a/localization/english/replace/religion/NEOW_religion_novelist_l_english.yml b/localization/english/replace/religion/NEOW_religion_novelist_l_english.yml index e74ce6ab..dcdc11c0 100644 --- a/localization/english/replace/religion/NEOW_religion_novelist_l_english.yml +++ b/localization/english/replace/religion/NEOW_religion_novelist_l_english.yml @@ -18,7 +18,7 @@ carolingian_adj:0 "Carolingian" carolingian_adherent:0 "Carolingian" carolingian_adherent_plural:0 "Carolingians" - carolingian_desc:0 "The Levy of [Concept('neow_charlemagne','Charlemagne')|E] are those Novelists who believe there is no afterlife awaiting them, except if they earn the privilege to serve Charlemagne's army during the end of days. They believe that Charlemagne, the glorious Sun King and the eternal State itself, ruled the utopian Ancien Régime for millennia, either directly or through his avatars in the mortal plane. When the last Emperor was struck down and imprisoned at sea, the Ancien Régime fell into the hands of the leaderless people, and the world was consumed by anarchy. While his Soldiers await his inevitable return, they worship him as the only worthy God, the physical manifestation of the Author, dedicated to combating evil. The Soldiers of Charlemagne pride themselves on their unceasing endurance, because though the world is dark, and the old regime is close to falling to another Reign of Terror, they will overcome and arise even more glorious than before, when Charlemagne himself returns at the end of history." + carolingian_desc:0 "The Levy of [Concept('neow_charlemagne','Charlemagne')|E] are those Novelists who believe there is no afterlife awaiting them, except if they earn the privilege to serve Charlemagne's army during the end of days. They believe that Charlemagne, the glorious Sun King and the eternal State itself, ruled the utopian Ancien Régime for millennia, either directly or through his avatars in the mortal plane. When the last Emperor was struck down and imprisoned at sea, the Ancien Régime fell into the hands of the leaderless people, and the world was consumed by anarchy. While his Soldiers await his inevitable return, they worship him as the only worthy God, the physical manifestation of the Author, dedicated to combating evil. The faithful pride themselves on their unceasing endurance, because though the world is dark, and the old regime is close to falling to another Reign of Terror, they will overcome and arise even more glorious than before, when Charlemagne himself returns at the end of history." carolingian_religious_head_title:0 "WIP" carolingian_religious_head_title_name:0 "WIP" diff --git a/localization/english/replace/religion/religion_l_english.yml b/localization/english/replace/religion/religion_l_english.yml index 9a40d79f..e5223c1b 100644 --- a/localization/english/replace/religion/religion_l_english.yml +++ b/localization/english/replace/religion/religion_l_english.yml @@ -709,14 +709,14 @@ special_tolerance_name:0 "Special Tolerance" special_doctrine_ecumenical_christian_name:0 "Ecumenism" special_doctrine_ecumenical_christian_desc:0 "Our religious leaders have historically been engaged in inter-faith dialogs to increase cooperation amongst the different Christian denominations." - special_doctrine_catholic_rite_name:0 "Catholic Rite" - special_doctrine_catholic_rite_desc:0 "Though we may have different practices and interpretations of the Catholic faith, we still recognize the ultimate authority of the Pope and respect his followers." - doctrine_parameter_hostility_override_special_doctrine_catholic_rite:1 "Other Catholic [faiths|E] that have the Catholic Rite doctrine are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_hostile_tooltippable$" + special_doctrine_roman_rite_name:0 "Catholic Rite" + special_doctrine_roman_rite_desc:0 "Though we may have different practices and interpretations of the Catholic faith, we still recognize the ultimate authority of the Pope and respect his followers." + doctrine_parameter_hostility_override_special_doctrine_roman_rite:1 "Other Catholic [faiths|E] that have the Catholic Rite doctrine are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_hostile_tooltippable$" #novelist - special_doctrine_novelist_cousin_name:0 "People of the Book" - special_doctrine_novelist_cousin_desc:0 "While we aren't as devoted as the followers of the Novel, we can agree on many core principles they follow." - doctrine_parameter_hostility_override_special_doctrine_novelist_cousin:1 "All [faiths|E] that have the People of the Book doctrine are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_hostile_tooltippable$ or $hostility_evil_tooltippable$" + special_doctrine_people_of_the_book_name:0 "People of the Book" + special_doctrine_people_of_the_book_desc:0 "While we aren't as devoted as the followers of the Novel, we can agree on many core principles they follow." + doctrine_parameter_hostility_override_special_doctrine_people_of_the_book:1 "All [faiths|E] that have the People of the Book doctrine are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_hostile_tooltippable$ or $hostility_evil_tooltippable$" special_doctrine_novelist_kinship_name:0 "Novelist Kinship" special_doctrine_novelist_kinship_desc:0 "We all believe in the supreme written word of the Novel, the differences in our ways of life and worship are trivial." doctrine_parameter_hostility_override_special_doctrine_novelist_kinship:1 "Other Novelist [faiths|E] that have the Kinship doctrine are considered [GetHostilityLevelName( TOKEN_PARAMETER.GetIntValue )|V] instead of $hostility_hostile_tooltippable$"