general religious stuff
This commit is contained in:
parent
e53e43f242
commit
5c6692c0b6
8 changed files with 115 additions and 52 deletions
|
|
@ -590,9 +590,9 @@
|
|||
forest_advantage = 5
|
||||
forest_development_growth_factor = 0.2
|
||||
forest_levy_size = 0.33
|
||||
taiga_advantage = 5
|
||||
taiga_development_growth_factor = 0.2
|
||||
taiga_levy_size = 0.33
|
||||
wetlands_advantage = 5
|
||||
wetlands_development_growth_factor = 0.2
|
||||
wetlands_levy_size = 0.33
|
||||
holding_build_gold_cost = 0.25
|
||||
holding_build_speed = 0.25
|
||||
county_opinion_add = 5
|
||||
|
|
@ -1022,7 +1022,62 @@
|
|||
tyranny_gain_mult = 0.50
|
||||
}
|
||||
}
|
||||
|
||||
###Christian Adjacent non-christians###
|
||||
tenet_christian_hermeticism = {
|
||||
icon = core_tenet_christian_syncretism
|
||||
|
||||
piety_cost = {
|
||||
if = {
|
||||
limit = {
|
||||
OR = {
|
||||
religion_tag = islam_religion
|
||||
religion_tag = chronicler_religion
|
||||
# religion_tag = dualism_religion
|
||||
}
|
||||
}
|
||||
value = faith_tenet_cost_low
|
||||
}
|
||||
else = {
|
||||
value = faith_tenet_cost_mid
|
||||
}
|
||||
|
||||
# Multiplier for keeping same tenet
|
||||
if = {
|
||||
limit = { has_doctrine = tenet_christian_hermeticism }
|
||||
multiply = faith_unchanged_doctrine_cost_mult
|
||||
}
|
||||
}
|
||||
|
||||
is_shown = {
|
||||
NOT = { OR = { religion_tag = eastern_orthodox_religion religion_tag = catholic_religion religion_tag = protestant_religion } }
|
||||
}
|
||||
can_pick = {
|
||||
custom_description = {
|
||||
text = incompatible_tenet_other_syncretism_trigger
|
||||
NOR = {
|
||||
doctrine:tenet_eastern_syncretism = { is_in_list = selected_doctrines }
|
||||
doctrine:tenet_unreformed_syncretism = { is_in_list = selected_doctrines }
|
||||
doctrine:tenet_islamic_syncretism = { is_in_list = selected_doctrines }
|
||||
doctrine:tenet_jewish_syncretism = { is_in_list = selected_doctrines }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
parameters = {
|
||||
hostility_override_special_doctrine_is_christian_faith = 1
|
||||
#For loc:
|
||||
is_christian_faith_bilateral_loc_override = 1
|
||||
# This parameter is empty; the syncretic religious trigger checks against the doctrine, as that's much clearer in tooltips and allows us to use a unified syncretic trigger per-religion rather than having bitty situational triggers.
|
||||
can_use_christian_artefacts = yes
|
||||
christian_syncretic_actor_opinion_active = yes
|
||||
opinion_of_christian_syncretic_recipient_opinion_active = 30 #Sync this to syncretic_mutual_opinion_bonus_value
|
||||
}
|
||||
|
||||
traits = {
|
||||
virtues = { compassionate }
|
||||
sins = { callous sadistic }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
###CATHOLICS###
|
||||
|
|
|
|||
|
|
@ -259,7 +259,7 @@ finnic_religion = { #placeholder
|
|||
|
||||
#Tenets
|
||||
doctrine = tenet_ritual_celebrations
|
||||
doctrine = tenet_wandering_bards
|
||||
doctrine = tenet_wandering_bards
|
||||
doctrine_selection_pair = {
|
||||
requires_dlc_flag = all_under_heaven
|
||||
doctrine = tenet_takamin
|
||||
|
|
@ -440,8 +440,8 @@ finnic_religion = { #placeholder
|
|||
|
||||
#Tenets
|
||||
doctrine = tenet_adorcism
|
||||
doctrine = tenet_astrology
|
||||
doctrine = tenet_druidry
|
||||
doctrine = tenet_ancestor_worship
|
||||
doctrine = tenet_sanctity_of_nature
|
||||
#doctrine_selection_pair = {
|
||||
# requires_dlc_flag = all_under_heaven
|
||||
# doctrine = tenet_takamin
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@
|
|||
|
||||
}
|
||||
|
||||
piety_icon_group = "christian"
|
||||
piety_icon_group = "pagan"
|
||||
|
||||
faiths = {
|
||||
volksmarchen = {
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
|
||||
doctrine = unreformed_faith_doctrine
|
||||
|
||||
doctrine = tenet_sanctity_of_nature
|
||||
doctrine = tenet_wandering_bards
|
||||
doctrine = tenet_ancestor_worship
|
||||
doctrine = tenet_adorcism
|
||||
|
||||
|
|
|
|||
|
|
@ -1242,7 +1242,7 @@
|
|||
doctrine = doctrine_adultery_women_accepted
|
||||
|
||||
#Tenets
|
||||
doctrine = tenet_ritual_ritual_cannibalism
|
||||
doctrine = tenet_ritual_cannibalism
|
||||
doctrine = tenet_esotericism
|
||||
doctrine = tenet_inner_journey
|
||||
|
||||
|
|
|
|||
|
|
@ -354,7 +354,7 @@
|
|||
|
||||
#Tenets | placeholder
|
||||
doctrine = tenet_inner_journey
|
||||
doctrine = tenet_druidry
|
||||
doctrine = tenet_natural_primitivism
|
||||
doctrine = tenet_scientific_discourse
|
||||
doctrine = doctrine_witchcraft_accepted
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue