Added Universal Tolerance file
Also added the Catholic tolerance doctrines, mostly without loc. Made changes to facilitate that + added new tenets for Absurdism.
This commit is contained in:
parent
228f377dde
commit
e8408e17d9
12 changed files with 103 additions and 77 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue