more work?

I think I'm making progress
This commit is contained in:
Archa3opt3ryx 2026-03-28 13:33:02 -04:00
parent 141a58a2fb
commit 2fecafd766
11 changed files with 52 additions and 9711 deletions

View file

@ -6,6 +6,7 @@
pagan_hostility_doctrine
eastern_hostility_doctrine
sinitic_hostility_doctrine
antediluvianist_hostility_doctrine
}
}
@ -239,6 +240,7 @@ doctrine_theism = {
doctrine_types = {
doctrine_monotheist
doctrine_polytheist
doctrine_pantheist
}
}
@ -585,3 +587,53 @@ immaterial_harmony = {
special_doctrine_immaterial_harmony
}
}
custom_virtues = {
category = "special"
is_available_on_create = {
has_doctrine = special_doctrine_english_anglican
has_doctrine = special_doctrine_british_royalty
has_doctrine = special_doctrine_british_admiralty
has_doctrine = special_doctrine_british_unity
has_doctrine = special_doctrine_liberty
has_doctrine = special_doctrine_equality
has_doctrine = special_doctrine_fraternity
has_doctrine = special_doctrine_aslan
has_doctrine = special_doctrine_numenor
has_doctrine = special_doctrine_charlemagne
has_doctrine = special_doctrine_dracula
has_doctrine = special_doctrine_reason_and_progress
has_doctrine = special_doctrine_simurghi
has_doctrine = special_doctrine_rocambolist
has_doctrine = special_doctrine_absurdist
has_doctrine = special_doctrine_base_thelema
has_doctrine = special_doctrine_old_thelema
has_doctrine = special_doctrine_king_arthurs_bravery
has_doctrine = special_doctrine_horned_lords_law
has_doctrine = special_doctrine_helvetic
}
doctrine_types = {
special_doctrine_english_anglican
special_doctrine_british_royalty
special_doctrine_british_admiralty
special_doctrine_british_unity
special_doctrine_liberty
special_doctrine_equality
special_doctrine_fraternity
special_doctrine_aslan
special_doctrine_numenor
special_doctrine_charlemagne
special_doctrine_dracula
special_doctrine_reason_and_progress
special_doctrine_simurghi
special_doctrine_rocambolist
special_doctrine_absurdist
special_doctrine_base_thelema
special_doctrine_old_thelema
special_doctrine_king_arthurs_bravery
special_doctrine_horned_lords_law
special_doctrine_helvetic
}
}

View file

@ -1,70 +0,0 @@
muhammad_succession_sunni_doctrine = {
icon = "muhammad_succession_sunni_doctrine"
piety_cost = {
value = faith_doctrine_cost_low
if = {
limit = { has_doctrine = muhammad_succession_sunni_doctrine }
multiply = 0
}
}
parameters = {
hostility_override_muhammad_succession_sunni_doctrine = 1
same_hof_hostility_override = 0
}
}
muhammad_succession_shia_doctrine = {
icon = "muhammad_succession_shia_doctrine"
piety_cost = {
value = faith_doctrine_cost_low
if = {
limit = { has_doctrine = muhammad_succession_shia_doctrine }
multiply = 0
}
}
parameters = {
hostility_override_muhammad_succession_shia_doctrine = 1
same_hof_hostility_override = 0
}
}
muhammad_succession_muhakkima_doctrine = {
icon = "muhammad_succession_muhakkima_doctrine"
piety_cost = {
value = faith_doctrine_cost_low
if = {
limit = { has_doctrine = muhammad_succession_muhakkima_doctrine }
multiply = 0
}
}
parameters = {
hostility_override_muhammad_succession_muhakkima_doctrine = 1
same_hof_hostility_override = 0
}
}
muhammad_succession_zandaqa_doctrine = {
icon = "muhammad_succession_zandaqa_doctrine"
piety_cost = {
value = faith_doctrine_cost_low
if = {
limit = { has_doctrine = muhammad_succession_zandaqa_doctrine }
multiply = 0
}
}
character_modifier = {
advantage_against_coreligionists = 5
}
parameters = {
same_hof_hostility_override = 0
}
}

View file

@ -1,114 +0,0 @@
# Tracks the way in which Halakha is supposed to be interpreted
temple_authority_rabbinic_doctrine = { # Rabbis argue and interpret the Halakha
icon = "temple_authority_rabbinic_doctrine"
piety_cost = {
if = {
limit = { has_doctrine = temple_authority_rabbinic_doctrine }
value = 0
}
else_if = {
limit = { has_doctrine = temple_authority_samaritan_torah_doctrine }
value = faith_tenet_cost_mid
}
else = {
value = faith_tenet_cost_low
}
}
character_modifier = {
clergy_opinion = 5
church_holding_build_gold_cost = -0.1
}
parameters = {
hostility_override_temple_authority_rabbinic_doctrine = 1
hostility_override_temple_authority_samaritan_torah_doctrine = 3
}
}
temple_authority_toric_doctrine = { # Rabbis are meant to interpret the literal meaning of the Torah
icon = "temple_authority_toric_doctrine"
piety_cost = {
if = {
limit = { has_doctrine = temple_authority_toric_doctrine }
value = 0
}
else_if = {
limit = { has_doctrine = temple_authority_samaritan_torah_doctrine }
value = faith_tenet_cost_mid
}
else = {
value = faith_tenet_cost_low
}
}
traits = {
virtues = { scholar }
}
character_modifier = {
artifact_decay_reduction_mult = -0.1
}
parameters = {
hostility_override_temple_authority_toric_doctrine = 1
hostility_override_temple_authority_samaritan_torah_doctrine = 3
}
}
temple_authority_kohanim_doctrine = { # Belief that the Halakha is to be interpreted by the Kohen
icon = "temple_authority_kohanim_doctrine"
piety_cost = {
if = {
limit = { has_doctrine = temple_authority_kohanim_doctrine }
value = 0
}
else_if = {
limit = { has_doctrine = temple_authority_samaritan_torah_doctrine }
value = faith_tenet_cost_mid
}
else = {
value = faith_tenet_cost_low
}
}
character_modifier = {
opinion_of_same_culture = 5
}
parameters = {
hostility_override_temple_authority_kohanim_doctrine = 1
hostility_override_temple_authority_samaritan_torah_doctrine = 3
}
}
temple_authority_samaritan_torah_doctrine = { # Belief in the Samaritan Torah
icon = "temple_authority_samaritan_torah_doctrine"
piety_cost = {
if = {
limit = { has_doctrine = temple_authority_samaritan_torah_doctrine }
value = 0
}
else = {
value = faith_tenet_cost_mid
}
}
parameters = {
hostility_override_temple_authority_samaritan_torah_doctrine = 0
hostility_override_temple_authority_rabbinic_doctrine = 3
hostility_override_temple_authority_toric_doctrine = 3
hostility_override_temple_authority_kohanim_doctrine = 3
}
character_modifier = {
different_faith_opinion = -10
same_faith_opinion = 10
domain_tax_same_faith_mult = 0.05
levy_reinforcement_rate_same_faith = 0.1
}
}

View file

@ -1,27 +0,0 @@
doctrine_major_branch_behdin = {
icon = "doctrine_major_branch_behdin"
piety_cost = {
value = faith_doctrine_cost_high
if = {
limit = { has_doctrine = doctrine_heretic_branch_zandik } #Becoming accepted by the mainstream movement is very piety-expensive
multiply = 3
}
}
parameters = {
hostility_override_doctrine_major_branch_behdin = 1
}
}
doctrine_heretic_branch_zandik = {
icon = "doctrine_heretic_branch_zandik"
piety_cost = {
value = faith_doctrine_cost_low #but being a heretic, that's cheap...
}
character_modifier = {
advantage_against_coreligionists = 5
}
}

View file

@ -1,267 +0,0 @@
special_doctrine_is_christian_faith = {
parameters = {
# Since doctrines cannot modify other faith's views of us, only our view of others, all Christian faiths are given this special doctrine which makes them friendlier to Faiths with the Christian Syncretism tenet.
hostility_override_tenet_christian_syncretism = 2
christian_syncretic_recipient_opinion_active = yes
opinion_of_christian_syncretic_actor_opinion_active = 30
# We don't localise these because Adoptionists are supposed to be a bit of a surprise.
hostility_override_special_doctrine_adoptionist_school_felicitous_doctrine = 3
hostility_override_special_doctrine_adoptionist_school_radical_doctrine = 3
}
}
special_doctrine_is_islamic_faith = {
parameters = {
# Since doctrines cannot modify other faith's views of us, only our view of others, all Islamic faiths are given this special doctrine which makes them friendlier to Faiths with the Christian Syncretism tenet.
hostility_override_tenet_islamic_syncretism = 2
islamic_syncretic_recipient_opinion_active = yes
opinion_of_islamic_syncretic_actor_opinion_active = 30
}
}
special_doctrine_is_jewish_faith = {
parameters = {
# Since doctrines cannot modify other faith's views of us, only our view of others, all Jewish faiths are given this special doctrine which makes them friendlier to Faiths with the Christian Syncretism tenet.
hostility_override_tenet_jewish_syncretism = 2
jewish_syncretic_recipient_opinion_active = yes
opinion_of_jewish_syncretic_actor_opinion_active = 30
}
}
special_doctrine_is_eastern_faith = {
parameters = {
# Since doctrines cannot modify other faith's views of us, only our view of others, all Eastern faiths are given this special doctrine which makes them friendlier to Faiths with the Eastern Syncretism tenet.
hostility_override_tenet_eastern_syncretism = 1
eastern_syncretic_recipient_opinion_active = yes
opinion_of_eastern_syncretic_actor_opinion_active = 30
}
}
special_doctrine_is_sinitic_faith = {
parameters = {
# Since doctrines cannot modify other faith's views of us, only our view of others, all Eastern faiths are given this special doctrine which makes them friendlier to Faiths with the Sinitic Syncretism tenet.
hostility_override_tenet_sinitic_syncretism = 1
sinitic_syncretic_recipient_opinion_active = yes
opinion_of_sinitic_syncretic_actor_opinion_active = 30
}
}
special_doctrine_is_gnostic_faith = {
parameters = {
hostility_override_tenet_gnosticism = 0
hostility_override_special_doctrine_is_gnostic_faith = 0
granting_titles_gives_stress = yes
}
traits = {
virtues = { temperate }
sins = { gluttonous }
}
character_modifier = {
learning = 2
stewardship = -2
}
}
special_doctrine_ecumenical_christian = {
icon = "special_doctrine_ecumenical_christian"
parameters = {
hostility_override_special_doctrine_ecumenical_christian = 1
}
}
heresy_hostility_doctrine = {
parameters = {
hostility_same_religion = 2
}
}
special_doctrine_naked_priests = {
parameters = {
naked_priests_active = yes
}
}
unreformed_faith_doctrine = {
visible = no
parameters = {
# unreformed = yes also serves as the basis for the unreformed_syncretic tenet.
unreformed = yes
hostility_override_tenet_unreformed_syncretism = 2
unreformed_syncretic_recipient_opinion_active = yes
opinion_of_unreformed_syncretic_actor_opinion_active = 30
conquest_cb_enabled = yes
faith_can_raid = yes
}
character_modifier = {
monthly_prestige_gain_mult = 0.2
clan_government_vassal_opinion = -20
feudal_government_vassal_opinion = -20
republic_government_vassal_opinion = -20
}
}
west_african_unreformed_faith_doctrine = {
visible = no
parameters = {
# unreformed = yes also serves as the basis for the unreformed_syncretic tenet.
unreformed = yes
hostility_override_tenet_unreformed_syncretism = 2
unreformed_syncretic_recipient_opinion_active = yes
opinion_of_unreformed_syncretic_actor_opinion_active = 30
conquest_cb_enabled = yes
faith_can_raid = yes
}
character_modifier = {
monthly_prestige_gain_mult = 0.1
}
}
divine_destiny_doctrine = {
piety_cost = {
value = faith_doctrine_cost_low
}
parameters = {
divine_destiny_holy_war_cost_reduction = yes
}
}
special_doctrine_adoptionist_school_elipandic_doctrine = {
parameters = {
# Elipandics only think other ecumenicals are astray rather than hostile.
## We can't localise the actual parameter due to structural shenanigans, so we make a dummy one.
hostility_override_special_doctrine_is_christian_faith = 1
adoptionists_like_ecumenism = yes
# ... note that they're only thought of as hostile, unlike the other two schools, who are regarded as evil.
adoptionists_are_unilateral_hostile = yes
# Removed on reformation.
adoptionist_school_removed_on_reformation = yes
# Adoptionists convert other Christians faster.
adoptionists_attractively_intuitive_theology = yes
}
character_modifier = { learning_per_piety_level = 1 }
traits = {
virtues = { stubborn }
}
}
special_doctrine_adoptionist_school_felicitous_doctrine = {
parameters = {
# Felicians only think other ecumenicals are astray rather than hostile.
## We can't localise the actual parameter due to structural shenanigans, so we make a dummy one.
hostility_override_special_doctrine_is_christian_faith = 1
adoptionists_like_ecumenism = yes
# ... other Christians think they're evil, though.
adoptionists_are_unilateral_evil = yes
# Removed on reformation.
adoptionist_school_removed_on_reformation = yes
# Adoptionists convert other Christians faster.
adoptionists_attractively_intuitive_theology = yes
}
character_modifier = { intrigue_per_piety_level = 1 }
traits = {
virtues = { deceitful }
}
}
special_doctrine_adoptionist_school_radical_doctrine = {
parameters = {
# Radicals hate & are hated by everyone.
hostility_override_special_doctrine_is_christian_faith = 3
adoptionists_are_mutual_evil = yes
# Removed on reformation.
adoptionist_school_removed_on_reformation = yes
# Adoptionists convert other Christians faster.
adoptionists_attractively_intuitive_theology = yes
}
character_modifier = {
advantage_against_coreligionists = 5
# And, if you're gonna build a fundamentalist movement...
ai_war_chance = 1
ai_war_cooldown = -0.5
}
traits = {
virtues = { arrogant }
}
}
special_doctrine_not_allowed_to_hof = {
name = {
first_valid = {
triggered_desc = {
trigger = {
religion_tag = judaism_religion
}
desc = prophecy_of_malachi_name
}
desc = special_doctrine_not_allowed_to_hof_name
}
}
desc = {
first_valid = {
triggered_desc = {
trigger = {
religion_tag = judaism_religion
}
desc = prophecy_of_malachi_desc
}
desc = special_doctrine_not_allowed_to_hof_desc
}
}
parameters = {
block_from_create_hof_parameter = yes
}
}
special_doctrine_full_tolerance = {
parameters = {
hostility_override_special_doctrine_full_tolerance = 0
}
}
special_doctrine_jizya = {
character_modifier = {
domain_tax_different_faith_mult = 0.2
levy_reinforcement_rate_same_faith = 0.25
levy_reinforcement_rate_different_faith = -0.25
}
parameters = {
unlock_jizya_contract = yes
}
}
special_doctrine_immaterial_harmony = {
parameters = {
hostility_override_special_doctrine_immaterial_harmony = 0
reduced_vassal_religion_discontent = yes
immaterial_harmony_conversion_cost_reduced = yes
immaterial_harmony_buddhist_take_vows = yes
}
}
special_doctrine_maitreya_hostility = {
visible = no
parameters = {
hostility_override_tenet_extinction_of_dharma = 3
}
}
special_doctrine_is_maitreya = {
visible = no
}

View file

@ -1,40 +0,0 @@
# Defined early so tenets / other doctrines can override these
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
}
}
sinitic_hostility_doctrine = {
parameters = {
hostility_same_religion = 1
hostility_same_family = 1
hostility_others = 2
}
}
antediluvianist_hostility_doctrine = {
parameters = {
hostility_same_religion = 2
hostility_same_family = 2
hostility_others = 3
}
}
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,216 +0,0 @@
#NEOW visible virtue doctrines
anglican_virtues = {
group = "special"
is_available_on_create = {
has_doctrine = special_doctrine_english_anglican
}
special_doctrine_english_anglican = {
traits = {
virtues = { just = 2 brave = 2 }
sins = { arbitrary = 2 craven = 2 }
}
}
}
britannic_virtues = {
group = "special"
is_available_on_create = {
OR = {
has_doctrine = special_doctrine_british_royalty
has_doctrine = special_doctrine_british_admiralty
has_doctrine = special_doctrine_british_unity
}
}
special_doctrine_british_royalty = {
traits = {
virtues = { just stubborn }
sins = { arbitrary fickle }
}
}
special_doctrine_british_admiralty = {
traits = {
virtues = { brave stubborn }
sins = { craven fickle }
}
}
special_doctrine_british_unity = {
traits = {
virtues = { generous humble diligent }
sins = { greedy arrogant lazy }
}
}
}
estatist_virtues = {
group = "special"
is_available_on_create = {
OR = {
has_doctrine = special_doctrine_liberty
has_doctrine = special_doctrine_equality
has_doctrine = special_doctrine_fraternity
}
}
special_doctrine_liberty = {
traits = {
virtues = { forgiving compassionate }
sins = { vengeful sadistic }
}
}
special_doctrine_equality = {
traits = {
virtues = { compassionate humble }
sins = { sadistic arrogant }
}
}
special_doctrine_fraternity = {
traits = {
virtues = { trusting gregarious }
sins = { paranoid shy }
}
}
}
novelist_virtues = {
group = "special"
is_available_on_create = {
OR = {
has_doctrine = special_doctrine_aslan
has_doctrine = special_doctrine_numenor
has_doctrine = special_doctrine_charlemagne
has_doctrine = special_doctrine_dracula
has_doctrine = special_doctrine_reason_and_progress
has_doctrine = special_doctrine_simurghi
has_doctrine = special_doctrine_rocambolist
has_doctrine = special_doctrine_absurdist
}
}
special_doctrine_aslan = {
traits = {
virtues = { humble forgiving }
sins = { arrogant vengeful }
}
}
special_doctrine_numenor = {
traits = {
virtues = { generous gregarious }
sins = { greedy shy }
}
}
special_doctrine_charlemagne = {
traits = {
virtues = { ambitious honest }
sins = { content deceitful }
}
}
special_doctrine_dracula = {
traits = {
virtues = { callous vengeful }
sins = { compassionate forgiving }
}
}
special_doctrine_reason_and_progress = {
traits = {
virtues = { diligent ambitious }
sins = { lazy content }
}
}
special_doctrine_simurghi = {
traits = {
virtues = { temperate honest }
sins = { gluttonous deceitful }
}
}
special_doctrine_rocambolist = {
traits = {
virtues = { gregarious deceitful }
sins = { shy honest }
}
}
special_doctrine_absurdist = {
traits = {
virtues = { cynical ambitious }
sins = { zealous content }
}
}
}
thelema_virtues = {
group = "special"
is_available_on_create = {
OR = {
has_doctrine = special_doctrine_base_thelema
has_doctrine = special_doctrine_old_thelema
}
}
special_doctrine_base_thelema = {
traits = {
virtues = { just stubborn }
sins = { arbitrary fickle }
}
}
special_doctrine_old_thelema = {
traits = {
virtues = { ambitious disloyal }
sins = { content loyal }
}
}
}
wicca_virtues = {
group = "special"
is_available_on_create = {
OR = {
has_doctrine = special_doctrine_king_arthurs_bravery
has_doctrine = special_doctrine_horned_lords_law
}
}
special_doctrine_king_arthurs_bravery = {
traits = {
virtues = { brave }
sins = { craven }
}
}
special_doctrine_horned_lords_law = {
traits = {
virtues = { just }
sins = { arbitrary }
}
}
}
radical_virtues = {
group = "special"
is_available_on_create = {
has_doctrine = special_doctrine_helvetic
}
special_doctrine_helvetic = {
traits = {
virtues = { chaste = 3 humble = 3 temperate = 3 diligent = 3 patient = 3 compassionate = 3 generous = 3 }
sins = { lustful = 3 arrogant = 3 wrathful = 3 lazy = 3 gluttonous = 3 sadistic = 3 vengeful = 3 }
}
}
}

View file

@ -1,91 +0,0 @@
Faith doctrines are what defines how a faith works. All unique faith mechanics are tied to doctrines, rather than involving hardcoding or special parameters on the religion itself.
== Structure ==
doctrine_group_key = { # The key will be used for the doctrine icon, combined with the path in the define FAITH_DOCTRINE_ICON_PATH
name = dynamic description # Optional. If not specified, the loc key "doctrine_group_key_name" will be used
grouping = "key" # GUI grouping
is_available_on_create = {} # When should this doctrine group be shown when choosing doctrines? If not shown, the group will go away entirely on create if present on the old faith
number_of_picks = 3 # How many doctrines within the group does the player get to choose? Defaults to 1. The UI will ensure no duplicates
doctrine_key = {
name = dynamic description # Optional. If not specified, the loc key "doctrine_key_name" will be used
desc = dynamic description # Optional. If not specified, the loc key "doctrine_key_desc" will be used
visible = yes/no # Should be shown on the religion interface
parameters = {
param_name = yes/no # Parameters can take bools
param_name = 0.5 # Or fixed point numbers
}
piety_cost = script value # How much piety will it cost?
is_shown = {} # When should this doctrine be shown when choosing doctrines?
can_pick = {} # When can this doctrine be picked when choosing doctrines?
# When doctrines should refer to other selected doctrines when creating a new faith (e.g. for mutually exclusive doctrines), use:
# flag:required_doctrine = { is_in_list = selected_doctrines }
# The "selected_doctrines" list is the list of doctrines currently selected in the UI. (It might be different from the doctrines in
# the faith, since the player can change multiple doctrines when creating a faith.)
character_modifier = {} # All characters of this faith get this modifier
doctrine_character_modifier = { # All characters of this faith get this modifier if the faith also has the specified doctrine
doctrine = ...
...
}
traits = { ... } # Adds additional sins/virtues. See traits in _religions.info. If a trait is already a sin or virtue in the religion, the doctrine takes precedence.
}
}
All scopes have the player's faith as root
== Special parameters ==
Many parameters interact directly with the code. This is a list of all such parameters.
- minimum_fervor = 25 - Fervor cannot go below this value
- number_of_spouses = 1 - How many spouses can people have (script restricts non-rulers to one)
- number_of_consorts = 1 - How many consorts can rulers have (script restricts non-rulers to zero)
- female_spouses = 1 - How many spouses can women have
- men_can_have_multiple_spouses = yes - Can men have multiple spouses? (Combines with number_of_spouses)
- men_can_have_consorts = yes - Can men have consorts? (Combines with number_of_consorts)
- women_can_have_multiple_spouses = no - Can women have multiple spouses? (Combines with number_of_spouses)
- women_can_have_consorts = no - Can women have consorts? (Combines with number_of_consorts)
- divine_marriage_opinion = 10 - If married to someone in your extended family, you get this opinion bonus with direct vassals
- hostility_same_religion = 1 - How hostile is this faith towards other faiths of the same religion? See the "hostility" section for more info
- hostility_same_family = 1 - How hostile is this faith towards other faiths of the same religion family, but not same religion?
- hostility_others = 1 - How hostile is this faith towards faiths from different religion families?
- hostility_override_<doctrine_name> = 1 - How hostile is this faith towards faiths with the given doctrine? Overrides all other types of hostility (except for 0 hostility towards same faith).
- same_hof_hostility_override = 1 - How hostile is this faith towards faith who they share Head of Faith with? Takes precedence over other hostility overrides.
- opinion_of_<doctrine_parameter> = 10 - Has this opinion apply to people with faiths with the given doctrine parameter. Loc for the opinion tooltip is <doctrine_parameter>_opinion_name
- piety_from_long_peace = 0.5 - How much piety will the character get when they've been at peace for longer than NReligion::TIME_AT_PEACE_FOR_PIETY. Can be negative
- allowed_holding_type_holding_name = yes - This holding type can be held by rulers of this faith even if their government would not allow it. Example: allowed_holding_type_castle_holding = yes
- unreformed = yes - This is an unreformed faith. This means that "[Faith.IsUnreformed]" in the data system will return true. It also means that when creating a "new" faith (reforming), you keep the same icon and name, while your current faith gets renamed to its loc key + "_old", and its icon changed to its icon + "_old". Ensuring reformation can only happen once is your responsibility; it is not handled in code. The AI will also reform if they meet all the requirements, though do not actively attempt to fulfill them. When reforming, they'll use the same doctrines as they had before, minus the "Unreformed" doctrine (assuming of course that you've set it up to not be selectable)
- fervor_per_holy_site = 1 - yearly fervor gain per holy site held
- warmonger = yes - vassals and counties of the same faith will get at peace opinion penalty instead of offensive war opinion penalty
- increased_dynasty_prestige_birth_mult - A multiplier for the prestige that characters of this faiths are born.
- increased_dynasty_prestige_marriage_mult - A multiplier for the prestige that characters get from marriages, if both have this parameter (a minimum of their values will be used)
-increased_dynasty_prestige_long_reign_mult - A multiplier for the maximum of years for the long reign opinion.
== Hostility ==
All faiths have a hostility level towards one another. What each level means is entirely scriptable.
A faith always has a hostility level of 0 towards itself.
The opinion effect of hostility is defined by the define HOSTILITY_OPINION_EFFECTS.
The multiplier applied to tolerance_advantage_mod is defined by the define HOSTILITY_COMBAT_MOD_MULT.
The name of each hostility level is defined by the define HOSTILITY_LEVEL_NAMES
Hostility level can be accessed in script. E.G., faith_hostility_level = { target = scope:some_faith value >= 1 }.
You can also compare to see which faith you're most hostile to. E.G., faith_hostility_level_comparison = { scope:some_faith > scope:some_other_faith }
== Precedence ==
Order of definition; earlier definition, higher precedence.
== Localisation ==
Effects are localized based on the parameter name. "doctrine_parameter_" plus the name. If the value is "no", that plus "_disabled" will be used. If an integer is used, the game will try to append that integer (E.G., "_1"), and use that loc key. If the key doesn't exist, then the int does not get appended.
== Triggers ==
# Used in faith scope
has_doctrine = doctrine_name
has_doctrine_parameter = parameter_name # Only works for bool parameters
== Further requirements ==
Further restrictions on faith creation can be added using the faith_creation scripted rule.