religions outfitted

This commit is contained in:
Magpie490 2024-11-16 19:09:11 +00:00
parent 88b311eb56
commit ee04dea50b
55 changed files with 54353 additions and 23 deletions

View file

@ -866,6 +866,106 @@
}
}
against_all_odds = {
icon = core_tenet_against_all_odds
is_shown = {
religion_tag = anglican_religion
}
piety_cost = {
value = faith_tenet_cost_low
# Multiplier for keeping same tenet
if = {
limit = { has_doctrine = against_all_odds }
multiply = faith_unchanged_doctrine_cost_mult
}
}
traits = {
virtues = { just = 2 }
sins = { arbitrary = 2 }
}
parameters = {
easier_to_convert_faith_in_hills_forests = yes
easier_to_convert_culture_in_same_faith_hills_forests = yes
harder_to_convert_faith_away_in_hills_forests = yes
sanctioned_false_conversion = yes
}
character_modifier = {
hills_attrition_mult = -0.5
hills_levy_size = 0.3
hills_advantage = 5
forest_attrition_mult = -0.5
forest_levy_size = 0.3
forest_advantage = 5
}
}
for_king_and_country = {
icon = core_tenet_for_king_and_country
is_shown = {
religion_tag = anglican_religion
}
piety_cost = {
value = faith_tenet_cost_low
# Multiplier for keeping same tenet
if = {
limit = { has_doctrine = against_all_odds }
multiply = faith_unchanged_doctrine_cost_mult
}
}
traits = {
virtues = { just = 2 }
sins = { arbitrary = 2 }
}
parameters = {
legalism_modified_law_costs = yes
legalism_modified_law_costs_2 = yes
legalism_reduced_faction_virtues = yes
legalism_increased_faction_sins = yes
legalism_trust_just_leader_active = yes
excommunication_active = yes
}
}
last_knights_of_britain = {
icon = core_tenet_songs_of_roland
is_shown = {
religion_tag = anglican_religion
}
piety_cost = {
value = faith_tenet_cost_low
# Multiplier for keeping same tenet
if = {
limit = { has_doctrine = last_knights_of_britain }
multiply = faith_unchanged_doctrine_cost_mult
}
}
traits = {
virtues = { brave = 2 }
sins = { craven = 2 }
}
character_modifier = {
prowess = 4
tolerance_advantage_mod = 2
accolade_glory_gain_mult = 0.1
}
parameters = {
clergy_can_fight = yes
cheaper_holy_wars_active = yes
great_holy_wars_active = yes
ghw_no_hof_conversion_buffs_active = yes
pilgrimage_decision_active = yes
}
}
tenet_people_of_the_book = {
icon = core_tenet_legalism
is_shown = {
@ -908,7 +1008,7 @@
value = faith_tenet_cost_low
# Multiplier for keeping same tenet
if = {
limit = { has_doctrine = tenet_universal_scripture }
limit = { has_doctrine = one_king_to_rule_them_all }
multiply = faith_unchanged_doctrine_cost_mult
}
}
@ -967,7 +1067,7 @@
# Multiplier for keeping same tenet
if = {
limit = { has_doctrine = tenet_pursuit_of_power }
limit = { has_doctrine = tenet_restore_the_crown }
multiply = faith_unchanged_doctrine_cost_mult
}
}
@ -1005,7 +1105,7 @@
# Multiplier for keeping same tenet
if = {
limit = { has_doctrine = tenet_pursuit_of_power }
limit = { has_doctrine = tenet_songs_of_roland }
multiply = faith_unchanged_doctrine_cost_mult
}
}
@ -1030,7 +1130,7 @@
# Multiplier for keeping same tenet
if = {
limit = { has_doctrine = tenet_struggle_submission }
limit = { has_doctrine = tenet_the_first_age }
multiply = faith_unchanged_doctrine_cost_mult
}
}
@ -1056,7 +1156,7 @@
# Multiplier for keeping same tenet
if = {
limit = { has_doctrine = tenet_struggle_submission }
limit = { has_doctrine = tenet_lorekeepers }
multiply = faith_unchanged_doctrine_cost_mult
}
}
@ -2434,6 +2534,101 @@
}
}
the_queen_of_summer = {
icon = the_queen_of_summer
is_shown = {
religion_tag = wicca_religion
}
piety_cost = {
value = faith_tenet_cost_low
# Multiplier for keeping same tenet
if = {
limit = { has_doctrine = the_queen_of_summer }
multiply = faith_unchanged_doctrine_cost_mult
}
}
parameters = {
believes_in_harmony_with_nature_invisible = yes
piety_from_feasts_active = yes
mandatory_feast_attendance = yes
allows_brewery = yes
}
character_modifier = {
forest_advantage = 5
forest_attrition_mult = -0.25
taiga_advantage = 5
taiga_attrition_mult = -0.25
jungle_advantage = 5
jungle_attrition_mult = -0.25
build_gold_cost = 0.1
county_opinion_add = 5
vassal_opinion = 5
courtier_opinion = 5
}
}
king_of_winter = {
icon = the_king_of_winter
is_shown = {
religion_tag = wicca_religion
}
piety_cost = {
value = faith_tenet_cost_low
# Multiplier for keeping same tenet
if = {
limit = { has_doctrine = king_of_winter }
multiply = faith_unchanged_doctrine_cost_mult
}
}
character_modifier = {
prowess = 4
tolerance_advantage_mod = 2
}
parameters = {
clergy_can_fight = yes
vows_of_poverty_active = yes
unlock_voluntary_laampdom_faith = yes
}
traits = {
virtues = { generous = 2 }
sins = { greedy = 2 }
}
}
the_book_of_shadows = {
icon = core_tenet_alexandrian_catechism
is_shown = {
religion_tag = wicca_religion
}
piety_cost = {
value = faith_tenet_cost_low
# Multiplier for keeping same tenet
if = {
limit = { has_doctrine = the_book_of_shadows }
multiply = faith_unchanged_doctrine_cost_mult
}
}
parameters = {
tenet_esotericism_mystic_education = yes
}
character_modifier = {
monthly_learning_lifestyle_xp_gain_mult = 0.2
learning_per_stress_level = 2
}
traits = {
virtues = {
scholar
lifestyle_mystic = { weight = 1 }
}
}
}
tenet_ritual_celebrations = {
icon = core_tenet_ritual_celebrations

View file

@ -112,6 +112,11 @@ special_tolerance = {
hostility_override_special_doctrine_catholic_rite = 0
}
}
special_doctrine_via_media = {
parameters = {
hostility_override_special_doctrine_christian = 1
}
}
special_doctrine_christian = {
visible = no
}